Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: send mail problem


Message #1 by "Hovik Melkomian" <melvik@b...> on Sat, 11 Jan 2003 13:42:50 +0330
Hi,

try to add following line to your code:

SmtpMail.SmtpServer =3D "locahost";
or
SmtpMail.SmtpServer =3D "smtp.mymailserver.com";

You should also check configuration of your local mailserver using IIS 
management console snap-shot.

I hope this could help.

Martin


  Return to Index