Links
Comment on page

Accounts URI

The next step is to set up by the user is your accounts email uri.
The accounts_email_uri is off the form:
smtps://<email address>:<email password>@<smtp server for email>/?skip_ssl_verify=false
You'll need to figure out what your smtp server is for your email provider.
An example of what it might look like for a gmail account is the following:
smtps://[email protected]:[email protected]:465/?skip_ssl_verify=false
Make sure your password is url-encoded. Here is a helpful website https://www.urlencoder.org/