Help for this page

Select Code to Download


  1. or download this
    # Activate this line to debug SSL:
    # use IO::Socket::SSL qw(debug4);
    
  2. or download this
    # HELLO
    # Reminder: hello is also send again after starttls
    ...
    if($@) {
        print STDERR "Error sending mail: $@";
    }