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

Recommended Answers

All 2 Replies

user simple mail function

that is

mail(to,subject,message,header) ;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.