ryancoc22
08-31-2006, 06:57 AM
I am trying to get my mail set up to send to the ad owner or to myself. Either way everytime I try to send mail, i get
The email was not sent. Contact the system administrator for further details
Here is web.config file
<system.net>
<mailSettings>
<smtp from="administrator@mysite.com" >
<network host="localhost"/>
/&gt;
</smtp>
</mailSettings>
</system.net>
</configuration>
any help would be greatly appreciated.
thanks ryan
The email was not sent. Contact the system administrator for further details
Here is web.config file
<system.net>
<mailSettings>
<smtp from="administrator@mysite.com" >
<network host="localhost"/>
/&gt;
</smtp>
</mailSettings>
</system.net>
</configuration>
any help would be greatly appreciated.
thanks ryan