A adwares Banned Oct 16, 2010 22 0 0 Oct 16, 2010 #1 I am able to send text mail using php but is there any way by which I can send email with an attachment?
I am able to send text mail using php but is there any way by which I can send email with an attachment?
uplinked Code-whisperer Mar 10, 1988 650 45 0 San Diego, CA Oct 17, 2010 #2 If you're on linux, my favorite way is to install mutt, then do Code: exec("echo $msg | mutt -s '$subj' $to -a $attachFile")
If you're on linux, my favorite way is to install mutt, then do Code: exec("echo $msg | mutt -s '$subj' $to -a $attachFile")
P patrick24601 The Action Man Jan 29, 2007 640 6 0 Oct 17, 2010 #3 Let me help you by Googling send email with attachment in PHP for you. send email with attachment in PHP - Google Search
Let me help you by Googling send email with attachment in PHP for you. send email with attachment in PHP - Google Search
spitfire Former Lurker Sep 4, 2007 309 5 0 Bedlam Oct 19, 2010 #5 Powerful component based mailing library for PHP – Swift Mailer My personal favourite