You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smtpPort = 465 #And its port. 465 for SSL, 25 for not (by default).
smtpSSL = True #Whether to use SSL.
userName = ''#Please put your usename here.
passWord = ''#Put your SMTP password here.
to_addr = '' #@ free.kindle.com
from_addr = '' # The email you're sending from (Make sure it's on your kindle allowed list). Some SMTP servers require this to be the same as your account email.
maxAttachments = 5#The maximum number of attachments to send per email.