Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. free mail service

free mail service

Scheduled Pinned Locked Moved ASP.NET
sysadmin
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dexom
    wrote on last edited by
    #1

    Now I want to make a web application to send mail but don't know any free mail server to send my email. If you know something about free mail server support POP3 and SMTP please tell me. Thanks.

    T A 2 Replies Last reply
    0
    • D dexom

      Now I want to make a web application to send mail but don't know any free mail server to send my email. If you know something about free mail server support POP3 and SMTP please tell me. Thanks.

      T Offline
      T Offline
      Timcyspet
      wrote on last edited by
      #2

      Hi I think this code will solve u r problem Dim MailMsg As New Mail.MailMessage MailMsg.To = ToString MailMsg.From = FromString MailMsg.Cc = CCString MailMsg.Bcc = BCCString MailMsg.Subject = SubjectStr MailMsg.BodyFormat = Mail.MailFormat.Text MailMsg.Body = MailBody(Your Message) Mail.SmtpMail.Send(MailMsg) bye Timcyspet

      1 Reply Last reply
      0
      • D dexom

        Now I want to make a web application to send mail but don't know any free mail server to send my email. If you know something about free mail server support POP3 and SMTP please tell me. Thanks.

        A Offline
        A Offline
        Albert Pascual
        wrote on last edited by
        #3

        gmail baby!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups