I want to send an email with an attachment using php, can anyone tell me how can I do it? Any help is appreciated
I use a PHP class that was very easy to work with and had better results that php's classic mail function. Research, download and use phpwebmailer Attaching files with phpwebmailer is as simple as $mail->attach("filename");