| Author |
|
dbarajas Newbie

Joined: 03 November 2008 Location: United States
Online Status: Offline Posts: 1
|
| Posted: 03 November 2008 at 7:39am | IP Logged
|
|
|
How can I have a sender name in the from instead of just the e-mail address?
|
| Back to Top |
|
| |
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6168
|
| Posted: 05 November 2008 at 1:27am | IP Logged
|
|
|
There are several ways to do this. For instance:
Code:
mailer.From.DisplayName = "John Doe, Sales Manager";
mailer.From.Email = "jdoe@domain.com";
|
|
|
This documentation page should be useful to you.
Regards,
Igor
|
| Back to Top |
|
| |