Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

TransportConnectionType

Summary

Sets the connection type in SMTP.

Usage

TransportConnectionType=<empty>|ssl|sslv2|sslv3|tls

Description

This setting allows you to set a secure connection type to use when outgoing mail is delivered by SMTP.  Make sure [MailSettings] Transport is set to SMTP.

The following cryptographic protocols can be used as value:

  • ssl
  • sslv2
  • sslv3
  • tls

By leaving this setting empty, no encryption will be used.  For this reason this setting is left empty by default.

This setting is case sensitive.

Examples

[MailSettings]
Transport=SMTP
TransportServer=<SMTP SERVER>
TransportConnectionType=ssl
TransportPort=465
TransportUser=<username>
TransportPassword=<password>

The above settings are an example of how your installation needs to be configured to allow your system to send emails with an SSL connection in SMTP.  Of course <SMTP SERVER>, <username> and <password> need to be changed in your own server name, user name and password. Port 465 is used since it is a secure SMTP, but this can be changed if you use another SSL port.

Ester Heylen (29/09/2010 8:48 am)

Ester Heylen (29/09/2010 8:48 am)


Comments

There are no comments.