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. General Programming
  3. Visual Basic
  4. How to send email without an SMTP server

How to send email without an SMTP server

Scheduled Pinned Locked Moved Visual Basic
sysadmintutorial
2 Posts 2 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.
  • H Offline
    H Offline
    Hashim Saleem
    wrote on last edited by
    #1

    Hi, I need to send email but the requirement is to send it without smtp server. Please tell me which control to use in order to do this. Thanks

    R 1 Reply Last reply
    0
    • H Hashim Saleem

      Hi, I need to send email but the requirement is to send it without smtp server. Please tell me which control to use in order to do this. Thanks

      R Offline
      R Offline
      rivimey
      wrote on last edited by
      #2

      You must have an SMTP server _somewhere_ if you are mailing to the internet in general; internet mail requires it. [There are some localized mail systems that don't use SMTP.] However, you don't need a _local_ server. If you can access internet sites directly, you can do the send from a local process to the remote site directly. To do this properly you _MUST_ understand the relevant internet standards. Basically, however, you need one of the many .NET components that can send mail using MX lookup, rather than only forwarding it to a proper SMTP server. HTH, Ruth

      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