Last updated
Last updated
EmailTools enable an Agent to send an email to a user. The Agent can send an email to a user with a specific subject and body.
cookbook/tools/email_tools.py
receiver_email
str
-
The email address of the receiver.
sender_name
str
-
The name of the sender.
sender_email
str
-
The email address of the sender.
sender_passkey
str
-
The passkey for the sender’s email.
email_user
Emails the user with the given subject and body. Currently works with Gmail.