Search

just show me the code

Tuesday, December 9, 2008

use your Gmail as a free smtp server

this is what your web.config would look like
<smtp  from="username@gmail.com">
  <network host="smtp.gmail.com"  port="465" userName="username@gmail.com"
        password="password" defaultCredentials="false"/>
</smtp>
thanks to this post for the help.

No comments:

Post a Comment

Contributors