Exception Error in the Code

Posted by picnic4u on Stack Overflow See other posts from Stack Overflow or by picnic4u
Published on 2010-05-17T09:03:06Z Indexed on 2010/05/17 9:10 UTC
Read the original article Hit count: 261

Filed under:

A frequently error is coming in the Code and error message of that error is

At least one recipient is required, but none were found

and Stack trace of that error is given below .

at System.Web.Mail.SmtpMail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) at System.Web.Mail.SmtpMail.CdoSysHelper.Send(MailMessage message) 
at System.Web.Mail.SmtpMail.Send(MailMessage message) 
at MFActivityPlanning.clsCommons.SendEmail(String sToMailAddr, String sSubject, String sMessage, MailFormat format, String sFromMailAddr)

pls help me, how can fix it?

© Stack Overflow or respective owner

Related posts about ASP.NET