Mail Sending Error [modified]
-
Hi, In my ASP.Net Application i am using SMTP to send Mails from this application In localhost System it working fine... When I hosted that Application in Server, It giving Error like SendUsing Configaration Value is Invalid My coding at that plase SmtpMail.SmtpServer = "localhost"; in this plase I also tried with Server name also MailMessage mm = new MailMessage(); mm.Subject = subject; mm.From = fromUserEmailAddress; mm.To = toUserEmailAddress; mm.Body = messageText; SmtpMail.Send(mm); Thanking you Balu -- modified at 5:25 Monday 28th August, 2006 Balu
-
Hi, In my ASP.Net Application i am using SMTP to send Mails from this application In localhost System it working fine... When I hosted that Application in Server, It giving Error like SendUsing Configaration Value is Invalid My coding at that plase SmtpMail.SmtpServer = "localhost"; in this plase I also tried with Server name also MailMessage mm = new MailMessage(); mm.Subject = subject; mm.From = fromUserEmailAddress; mm.To = toUserEmailAddress; mm.Body = messageText; SmtpMail.Send(mm); Thanking you Balu -- modified at 5:25 Monday 28th August, 2006 Balu
-
See this one: http://www.syncfusion.com/FAQ/aspnet/WEB_c26c.aspx#q544q[^]
Best Regards, Apurva Kaushal
hello i'm facing the same problem the link which u hav given having some server error. thanx -- modified at 9:12 Monday 28th August, 2006
-
hello i'm facing the same problem the link which u hav given having some server error. thanx -- modified at 9:12 Monday 28th August, 2006