Advertisement
martinius96

Untitled

Jun 8th, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. //https://arduino.php5.sk
  3. $message= "Ahoj svet!";
  4. $message= wordwrap($msg,70);
  5. mail("addressofreceiver@hismail.com","Subject",$message);
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement