deno-smtp
deno-smtp copied to clipboard
Allow multiple recipients
From what I can tell, there is currently no way to send an email to multiple recipients (other than recreating the client from scratch and resending the email). API-wise, it would be nice to be able to provide a list of strings in to
(cf. e.g. Python's smtplib.sendmail
).
Agree. Or add option to cc