email
, imaplib
, and smtplib
.
The Email handler is initialized with the following required parameters:
email
stores an email address used for authentication.password
stores a password used for authentication.smtp_server
used to send emails. Defaults to smtp.gmail.com
.smtp_port
used to send emails. Defaults to 587
.imap_server
used to receive emails. Defaults to imap.gmail.com
.password
parameter.By default, the Email handler connects to Gmail. If you want to use other email providers as Outlook, add the values for imap_server
and smtp_server
parameters.CREATE DATABASE
statement:
emails
table.
CREATE DATABASE
statement:
emails
table.