Email Configuration
Link-Live Private will, by default, create an SMTP server container and send out emails, such as registration emails and result notification emails, on port 25. Ensure that your network allows for this. The start.sh
script walks through these options.
Variable |
Details |
---|---|
|
Set to When |
|
SMTP server hostname or IP |
|
SMTP port, typically 25 or 465, based on your SMTP configuration |
|
Set to |
|
Set to |
|
If you need Link-Live Private to establish a connection to the SMTP server via an HTTP proxy, set this environment variable to, for example, |
|
If your SMTP server uses AUTH PLAIN, this variable is the username that a client can use to authenticate. Leave it blank if your server does not require authentication. |
|
If your SMTP server uses AUTH PLAIN, this variable is the password that a client can use to authenticate. Leave it blank if your server does not require authentication. |
Refer to Nodemailer's online documentation for more information.