7.1. Sending emails
From open-support.info
(Difference between revisions)
(Created page with "{{Book |next=../2 |heading=7.1. |title=Sending emails |status=effective |progress=00 |author=Dick6809 |editor=Dick6809 }} <onlyinclude>__NOTOC__ == Via Sendmail (default) == OTRS...") |
|||
Line 8: | Line 8: | ||
|editor=Dick6809 | |editor=Dick6809 | ||
}} | }} | ||
- | <onlyinclude> | + | <onlyinclude><!-- --> |
== Via Sendmail (default) == | == Via Sendmail (default) == | ||
OTRS can send out emails via [http://www.sendmail.org/ Sendmail], [http://www.postfix.org/ Postfix], [http://www.qmail.org/ Qmail] or [http://www.exim.org/ Exim]). The default configuration is to use Sendmail and should work out-of-the-box. | OTRS can send out emails via [http://www.sendmail.org/ Sendmail], [http://www.postfix.org/ Postfix], [http://www.qmail.org/ Qmail] or [http://www.exim.org/ Exim]). The default configuration is to use Sendmail and should work out-of-the-box. |
Revision as of 20:05, 22 April 2011
Via Sendmail (default)
OTRS can send out emails via Sendmail, Postfix, Qmail or Exim). The default configuration is to use Sendmail and should work out-of-the-box.
You can configure the sendmail settings via the graphical configuration frontend (Framework::Core::Sendmail)
Via SMTP server or smarthost
OTRS can send emails via SMTP (Simple Mail Transfer Protocol / RFC 821) or Secure SMTP. You will want to use this on non-UNIX platforms (e.g. Windows).
The SMTP server settings can be configured via the SysConfig (Framework::Core::Sendmail). If you don't see SMTPS available as an option, the required Perl modules are missing. In that case, please refer to "Installation of Perl modules required for OTRS" for instructions.