Difference between revisions of "Email server setup"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 16: | Line 16: | ||
|URL for the server | |URL for the server | ||
|send.one.com | |send.one.com | ||
|- | |||
|'''smtpSystemEmail''' | |||
|No | |||
|Sender address on emails | |||
|someone@acme.com | |||
|- | |- | ||
Line 21: | Line 27: | ||
|Yes | |Yes | ||
|Account name | |Account name | ||
|someone | |someone | ||
|- | |- | ||
Line 31: | Line 37: | ||
|} | |} | ||
In order to test applications a testmode can be activated | In order to test applications a testmode can be activated | ||
Line 39: | Line 46: | ||
!Example | !Example | ||
|- | |- | ||
|'''smtpTestMode''' | |||
|Activates the test mode | |||
|true | |||
|- | |||
|'''smtpTestEmail''' | |'''smtpTestEmail''' | ||
Line 45: | Line 58: | ||
|- | |- | ||
|} | |} |
Revision as of 17:32, 21 February 2013
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 server | send.one.com |
smtpSystemEmail | No | Sender address on emails | someone@acme.com |
smtpUsername | Yes | Account name | someone |
smtpPassword | Yes | Password for the above account | secret1234 |
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 |