Log in

View Full Version : PHP and Mail Attachments



Tristan S.S.
02-17-2007, 07:44 PM
Does anyone know the script to allow php to send an email with an attachment?

something like?




mail("someone@somewhere.com" "Subject: Email" "From: Me" "attach: http://www.someserver.com/file.pdf")



Thanks!

thetestingsite
02-17-2007, 08:19 PM
Check out this link (http://www.php.net/mail) and read some of the comments towards the middle of the page. You will see something about attaching files.

Hope this helps.