Steps
Log into your OpenCart Admin area.
Under the Navigation Menu select "System" and then "Settings"
Now select the settings of the desired store
Select the Mail Tab
Then enter the outMail settings you were provided with.
- Mail Engine = SMTP
- Mail Parameters = Leave blank, not needed for SMTP option
- SMTP hostname = <outMail server provided in the welcome email>
- SMTP Username = <outMail username provided in the welcome email>
- SMTP Password = <outMail password provided in the welcome email>
- SMTP Port = 25 (or 587, 2525 or 8025)
- SMTP Timeout = 5 (Default is fine)
- Click "Save Changes"
Using SSL or TLS
First get the connector running with security set to none. This is achieved by entered in the hostname with no prefix.
Once you're happy its working you can enable SSL or TLS encryption options by changing the SMTP hostname field.
For SSL, prefix the hostname with ssl:\\ for example ssl:\\mxXXXXX.smtp-engine.com. Remember for SSL you will need to change the port to 465.
For TSL, prefix the hostname with tls:\\ for example tls:\\mxXXXXX.smtp-engine.com. TSL is supported on all ports.