I was wondering. Is there any way to add multiple receivers in Python on its default SMTPlib?
Like (subject and content set already, smtp server gmail.):
<
From the docs:
Send mail. The required arguments are an RFC 822 from-address string, a list of RFC 822 to-address strings (a bare string will be treated as a list with 1 address), and a message string.