This is a Stub article. Help the eZ Publish community by expanding it!
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
Search for smtp, sendmail, email, e-mail in the bug system.
Also take a look at the extensions related to newsletter.
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