Configure custom SMTP servers in Nile Auth
smtp://username:password@emailservice:587
, which would be provided by the email serviceapp_name
and sender
. These values will be used by the Nile auth to send your emails.sender
is a valid email address. Some email services will reject emails that do not have a valid sender address.Verify configuration
Once your SMTP server is configured, you can test the connection to ensure that it is working correctly. Select a template and at the bottom, click the Test email sending button. It will send an email to the email address of your developer account.
Configure variables
You can use variables in your email templates to personalize the content. The following variables are available automatically:
Additional variables can be used and will be replaced in the HTML sent using the ${variable}
syntax. For example