emailaccount
An xml tag to configure an email account. Emails are sent with the email command.
Attributes
address: the email address
password: the password for the email account
server: the host for the email account
default: True to use this account when sending messages
ssl: True to use SSL when connecting to the server (required for gmail accounts)
Example: <emailaccount address="jsmith@gmail.com" password="my_password" server="smtp.gmail.com" default="true" ssl = "true" />