/ Published in: Other
Expand |
Embed | Plain Text
<?php mail('you@yourmail.com','Test mail','The mail function is working!'); echo 'Mail sent!'; ?>
You need to login to post a comment.
rc2789 on 03/11/11
1 person have marked this snippet as a favorite
<?php mail('you@yourmail.com','Test mail','The mail function is working!'); echo 'Mail sent!'; ?>
You need to login to post a comment.