Thread [MIME::Lite] SMTP recipient() command failed 5.1.1 user unknown (6 answers)
Opened by Gustl at 2021-02-12 15:44

GwenDragon
 2021-02-12 16:48
#193112 #193112
User since
2005-01-17
14533 Artikel
Admin1
[Homepage]
user image
Da verstirbt dann das Modul, wenn der Empfänger nicht vorhanden ist. Schau https://metacpan.org/source/RJBS/MIME-Lite-3.031/l...
Finde ich nicht sinnvoll. Aber ist eben ein ....::Lite-Modul.

Ist es notwendig zu wissen, wer die Mail nicht bekam?

Ansonsten ist der Paramater SkipBad nutzvoll.
Dann wirft es nämlich alle Mails beim SMTP ein.
Code: (dl )
1
2
3
4
5
6
$msg->send(
"smtp",
"mail.myfirma.de",
SkipBad => 1,
#Debug => 1,
);

Last edited: 2021-02-12 17:15:43 +0100 (CET)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread [MIME::Lite] SMTP recipient() command failed 5.1.1 user unknown