Author |
|
ay1585 Newbie
Joined: 01 April 2009 Location: India
Online Status: Offline Posts: 7
|
Posted: 03 April 2009 at 7:08am | IP Logged
|
|
|
Hi All,
While sending mail, Iam getting an error at objSMTP.send();
MailBee.MailBeeInvalidArgumentException: No sender specified for the mail message.
at a.a(MailMessage A_0, String A_1, EmailAddressCollection A_2, DeliveryNotificationOptions A_3, Smtp8bitDataConversion A_4, Boolean A_5, SendFailureThreshold A_6, Boolean A_7, DataTable A_8, Int32 A_9, String A_10)
at b3.a(MailMessage A_0, String A_1, EmailAddressCollection A_2, DeliveryNotificationOptions A_3, Smtp8bitDataConversion A_4, Boolean A_5, SendFailureThreshold A_6, Boolean A_7, DataTable A_8, Int32 A_9, String A_10)
at cj.a(String A_0, EmailAddressCollection A_1)
at cj.a(Boolean A_0, String A_1, EmailAddressCollection A_2)
at cj.b(Boolean A_0)
at MailBee.SmtpMail.Smtp.Send()
Could any one please suggest me on this.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 03 April 2009 at 7:31am | IP Logged
|
|
|
Quote:
MailBee.MailBeeInvalidArgumentException: No sender specified for the mail message. |
|
|
The error message means exactly what it says, you should specify message sender using Smtp.From property.
Regards,
Igor
|
Back to Top |
|
|