Difference between revisions of "Email server setup"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 28: | Line 28: | ||
|Password for the above account | |Password for the above account | ||
|secret1234 | |secret1234 | ||
|- | |||
|} | |||
In order to test applications a testmode can be activated | |||
{| | |||
! | |||
!Meaning | |||
!Example | |||
|- | |||
|'''smtpTestEmail''' | |||
|Email that receives all emails when in testmode | |||
|someone@acme.com | |||
|- | |||
|'''smtpTestMode''' | |||
|Activates the test mode | |||
|true | |||
|- | |- | ||
|} | |} |
Revision as of 17:31, 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 |
smtpUsername | Yes | Account name | someone@acme.com |
smtpPassword | Yes | Password for the above account | secret1234 |
In order to test applications a testmode can be activated
Meaning | Example | |
---|---|---|
smtpTestEmail | Email that receives all emails when in testmode | someone@acme.com |
smtpTestMode | Activates the test mode | true |