Via SMTP relay/smarthost (min. OTRS 1.1)

OTRS ist in der Lage, eMails via SMTP (Simple Mail Transfer Protocol / RFC 821) zu versenden. Hauptsächlich auf Nicht-Unix-Plattformen (z.B. Win32) benutzt.

Es gibt die folgenden Konfigurations-Optionen in "Kernel/Config.pm":
    # SendmailModule
    $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP';
    $Self->{'SendmailModule::Host'} = 'mail.example.com';
    $Self->{'SendmailModule::AuthUser'} = '';
    $Self->{'SendmailModule::AuthPassword'} = '';