Using python's smtplib library send mail to multiple user's using GMAIL server.
- For using gmail as serevr to send mail you to disable IMAP access from the accout settings.
- Use 'smtp.gmail.com:587' as server name running on port 587 (make sure 587 port is open in your system)
Use email.mime library to add html component to your email.