Dear folk ,
I have some Data which I want to send it with PHP
the thing I need is this :
$to="email@test.com";
$CC="email@test.com";
$data = "these Information is going to be attached to an Email
I tring to send them by PHP to those addrest ses and also make some PDF file from the $data or .Doc file and attache it to the EMail ..
if some one also know some good functions or class of an EMail please let me know.
Thanks