Help for this page

Select Code to Download


  1. or download this
    $SMTP_SERVER="smtp.mail.xxxxxxx.com";
    $SMTP_PORT="587";
    ...
    $Set_From="xxxxx@xxxxxx.com";
    $username = "????@????.com";
    $password = "??????????";
    
  2. or download this
    $host = "smtp.mail.xxxxxxxxxxxx.com";
    $SMTP_PORT="587";
    ...
    $Set_From="xxxxx@xxxxxx.com";
    $username = "????@????.nl";
    $password = "??????????";
    
  3. or download this
    #!/usr/bin/perl
    
    ...
     return $time;
    }