Mega Code Archive

 
Categories / Php / Functions
 

Send-plaintext-email php

<?php    mail("test@example.com", "This is a subject", "This is the mail body"); ?>