message = MIMEText(message_text) message['from'] = "me" message['to'] = to
message['subject'] = subject print message.as_string() return {'raw': base64.urlsafe_b64encode(message.as_string())}
Try "\"Special Committee\" info@***.com".
--
You received this message because you are subscribed to the Google Groups "Google API Python Client" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-api-python-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-api-python-client+unsub...@googlegroups.com.