| Author |  | 
      
        | dbarajas Newbie
 
  
 
 Joined: 03 November 2008
 Location: United States
 Online Status: Offline
 Posts: 1
 | 
          How can I have a sender name in the from instead of just the e-mail address?
           | Posted: 03 November 2008 at 7:39am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          There are several ways to do this. For instance:
           | Posted: 05 November 2008 at 1:27am | IP Logged |   |  
           | 
 |  
 
| 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 |     | 
       
       
        |  |