Skip to content
English
  • There are no suggestions because the search field is empty.

SMTP Relay Using TLS

Search

SMTP Relay Using TLS

If a customer is having us set up a SMTP relay and it requires use of TLS here are the settings to change:

 

In SQL at ClubSpeedV8\dbo.ControlPanel change these settings:

  • SMTPMarketingServerPort: 587
  • SMTPMarketingServerUseSSL: 1
  • SMTPServerPort: 587
  • SMTPServerUseSSL: 1

In IIS 6.0:

  1. Right click on the SMTP Virtual Server and select Properties
  2. Under the General tab select the Advanced... button
  3. In the Advanced window, select the Add... button
  4. Leave the IP address drop down to (All Unassigned) and enter 587 into the TCP port field.
  5. Under the Delivery tab, select the Outbound Security... button
  6. In the Outbound Security window, make sure the TLS encryption box is checked.
  7. Press OK out of the Outbound Security and SMTP Virtual Server windows
  8. In IIS 6.0, right click on the server (local computer) and expand All Tasks and select Restart IIS...
  9. In the Stop/Start/Restart... window, make sure the drop down is set to Restart Internet Services on...
  10. Press OK. Exit out of IIS 6.0 once it has finished restarting.

Related Articles