You need to sign in to do that
Don't have an account?
leva
Setting sender’s address when sending email
Hi,
I am sending email via Apex (Messaging.SingleEmailMessage) and need to set sender’s address to different emails based on business logic. I am using setSenderDisplayName to change the label. Is there a way to set the actual address?
Thank you
Check this post:
http://boards.developerforce.com/t5/Apex-Code-Development/Set-From-Address-for-Sending-Email/td-p/131805
All Answers
Check this post:
http://boards.developerforce.com/t5/Apex-Code-Development/Set-From-Address-for-Sending-Email/td-p/131805
Thanks!