Setup Email

To enable emailing, you just need to update the configuration file using the following as a guide.
Copy
The email config required the following parameters.
Option
Notes
The SMTP host to connect to. This is usually the domain name of the email provider you are using. For example, or .
The port to connect to. This is usually .
Whether to use SSL or TLS. This is usually .
The username to use to authenticate with the SMTP server. This is usually the email address you are using to send emails.
The password to use to authenticate with the SMTP server. This is usually the password you use to log in to your email account.
The easiest way to test emailing is by using the command line to emit the event.
Copy
After running the above command, you should see an email appear in the recpient's inbox. If you don't see the email, check your spam folder. If you still don't see the email, check the SMTP server settings and make sure they are correct.