Blog For Developers
Tuesday, 13 March 2018
Send Multiple Email adding in Custom Label
Create C
ustom Label
;
Name Value
NotificationEmails abc@abc.com;bcd@bcd.com
Code:
String ToAddr = System.Label.NotificationEmails;
List <String> addressList = ToAddr.split(';');
email.settoAddresses(addressList);
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)