EMail distribution list – more than one recipient
Buongiorno Renzo,
It works perfectly but your library allows me to send an email to one recipient only.
EMailSender::Response resp = emailSend.send(to_email_address, message);
Is any way to send the same email to more than 1 email address?
Can I create a bunch of strings, each one containing the email addresses and then one by one convert them to fit the to_email_address requirements?
Grazie,
Mauro