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.
just show me the code
<smtp from="username@gmail.com">
<network host="smtp.gmail.com" port="465" userName="username@gmail.com"
password="password" defaultCredentials="false"/>
</smtp>
No comments:
Post a Comment