Oleg Butuzov
New member
brroopa said:How to add the footer in on outgoing email in php
Code:
$mesagge="some message";
$footer="----------\nBest regards\nPejone\nPHP Developer\nhttp://www.livejournal.com/~pejone/\nhttp://ww.php-forum.com/p/\nICQ # UIN 318183 \nICQ # UIN 946486\nmailto:flasher-pejone@nm.ru";
$message .=$message ."$footer";
mail("mailme@yahoo.com", "Subgect", $message);