Hi everyone,
I'm trying to send html-based message using libgmail and I'm little confused. Sending text-based messages works fine. Some example showing this will be very helfull.
Thanks in advance,
krutny
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I'm trying to send html-based message using libgmail and I'm little confused. Sending text-based messages works fine. Some example showing this will be very helfull.
Thanks in advance,
krutny
Just I started messing around with libgmail...
Managed to get libgmail to send html messages by adding the following when calling sendMessage:
_extraParams={'ishtml':'1'}