Comment on page
Accounts 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
Last modified 1yr ago