Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $smtp->datasend("Mein Body");
    $smtp->dataend() or die "Error:".$smtp->message();
    $smtp->quit() or die "Error:".$smtp->message();
    
  2. or download this
    root@schneckenFhem:/opt/fhem# perl ./FHEM/sendEmail.pm
    Net::SMTPS>>> Net::SMTPS(0.09)
    ...
    Net::SMTPS=GLOB(0x562fb253e128)<<< 250-CHUNKING
    Net::SMTPS=GLOB(0x562fb253e128)<<< 250 HELP
    cannot do mail auth at ./FHEM/sendEmail.pm line 20.