windows SharePoint Smtp fail

malcam

Guppy
I get a problem when i using the smtp.client to send mail,the error msg like below::

System.Net.Mail.SmtpFailedRecipientsException was caught
Message="Unable to send to all recipients."
Source="System"
StackTrace:
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at EIPlib.AutoGenerateMail.AutoSendMail(objMail myObjmail) in C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\EIPlib\EIPlib\EIPlib\MailEnigine\AutoGenerateMail.vb:line 61

can anyone tell me what happen?i have change the trust level to wss_minimal already,please help ASAP,Thanks alot.
 
Back
Top