ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

TransportServer

Summary

Sets the hostname of the SMTP server.

Usage

TransportServer=<hostname> | <IP adress>

Description

This setting allows you to set a specific SMTP server.  You must set [Mailsettings] Transport to "smtp" for this setting to have any effect.

You can use both a normal hostname and an IP address.  When using the hostname as value, 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.

Frederik Holljen (06/05/2005 9:42 am)

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

Frederik Holljen, Ester Heylen


Comments

There are no comments.