Sending email problem!!!
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
When I send Email using:
SmtpMail.SmtpServer = "..."; // My IP address SmtpMail.Send("webmaster@....", "gyokusei@inbox.com", "This is a test!", "Testing...... Thanks!");
It works fine but the mail message (.EML file) isn't delivered. It stores in Queue folder. I configured the IIS well as MSDN showed. And I can use Outlook 2003 to send an email to webmail(inbox.com) with my IP address. Can you help me solve this problem? -- modified at 0:13 Friday 14th April, 2006