eZpedia : The Free eZ Publish CMS Documentation Encyclopedia

E-mail

This is a Stub article. Help the eZ Publish community by expanding it!

Sending Mail

On Linux (or other UNIX-like systems) eZ Publish can use either SMTP or the standard sendmail interface to send emails out. This is normally configured in settings/override/site.ini.append.php. To use sendmail, the settings should look like this:

[MailSettings]
 Transport=sendmail
 AdminEmail=[email protected]

However, on Windows you must use SMTP. You can also use it on Linux where sendmail isn't available. To configure SMTP, the settings need to look like this:

[MailSettings]
Transport=SMTP
TransportServer=smtp.example.org
TransportPort=25
TransportUser=username_if_required
TransportPassword=password_if_required

Bugs

Search for smtp, sendmail, email, e-mail in the bug system.

Extensions related to e-mail

Also take a look at the extensions related to newsletter.

External resources

Article provided by eZpedia

All text is available under the terms of the GNU Free Documentation License

Powered by eZ Publish Community Project 4.2011

Hosted by Swiss eZ Publish partner YMC