need to know smtp configuration

Discussion in 'ASP.NET 2.0' started by bcsmith, Apr 25, 2008.

  1. oh, now I feel stupid....I thought I would need to know a named server. Thanks for the info
     
  2. Don't feel stupid, we can't possibly keep all this info in our heads. [​IMG]
     
  3. Does anyone know what values we need to use for SMTP ? I need the port number and the smtp host.

    below is what I was thinking about using in the web.config

    <smtp deliveryMethod=' Network ' from='[email protected]'>
    <network host='{localhost}' port='25' />
    </smtp>
     
  4. Exactly like this bro:


     

Share This Page