Difference between revisions of "Email server setup"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 14: | Line 14: | ||
|'''smtpServer''' | |'''smtpServer''' | ||
|No | |No | ||
|URL for the server | |URL for the outgoing SMTP server | ||
|send.one.com | |send.one.com | ||
|- | |- | ||
Line 20: | Line 20: | ||
|'''smtpSystemEmail''' | |'''smtpSystemEmail''' | ||
|No | |No | ||
|Sender address on | |Sender address on email sent from the server | ||
| | |noreply@acme.com | ||
|- | |- | ||
|'''smtpUsername''' | |'''smtpUsername''' | ||
|Yes | |Yes | ||
|Account name | |Account name for sending emails | ||
| | |noreply@acme.com | ||
|- | |- | ||
Revision as of 09:15, 24 February 2020
Go to: Designer > Modules > Configuration
Configure the settings prefixed smtp
http://tempusserva.dk/mediawiki/index.php?title=Policy_reference#Mail_server
Empty | Meaning | Example | |
---|---|---|---|
smtpServer | No | URL for the outgoing SMTP server | send.one.com |
smtpSystemEmail | No | Sender address on email sent from the server | noreply@acme.com |
smtpUsername | Yes | Account name for sending emails | noreply@acme.com |
smtpPassword | Yes | Password for the above account | secret1234 |
Communication with the SMTP server can be tweaked using
Meaning | Example | |
---|---|---|
smtpUseTLS | Use TLS communication | true |
smtpMailDelay | Throtling between each mail (seconds) | 500 |
smtpSendRetries | Number of attemts to send each mail | 3 |
In order to test applications a testmode can be activated
Meaning | Example | |
---|---|---|
smtpTestMode | Activates the test mode | true |
smtpTestEmail | Email that receives all emails when in testmode | someone@acme.com |