Hello,"
I have a question about the section at "beginning aspnet 4.5" book about the e mail settings at the webconfig file.
the e mail recipient's address is not a yahoo address but a personal domain something like
www.example.com
what should the mailsettings be?
below I copy and paste how it is now for a yahoo recipient address:
<mailSettings>
<smtp deliveryMethod="Network" from="Webmaster <dksellou@yahoo.com>">
<network enableSsl="true" host="smtp.mail.yahoo.com" password="123456" userName="nick23@yahoo.com"/>
</smtp>
</mailSettings>
for example what the host should be? what about the enableSsl?
Please advice and thanks