while using html

import v4mail

gmail=v4mail.html('your email here', 'your password here')

gmail.add('your subject', 'content html')

gmail.sendto('recipient email')

gmail.send()

if you face errors see the error handling at the navigation bar for preventing it


use send() to send mail

uses Gmail service to send mails