Does anyone know the script to allow php to send an email with an attachment?
something like?
Thanks!Code:mail("someone@somewhere.com" "Subject: Email" "From: Me" "attach: http://www.someserver.com/file.pdf")
Does anyone know the script to allow php to send an email with an attachment?
something like?
Thanks!Code:mail("someone@somewhere.com" "Subject: Email" "From: Me" "attach: http://www.someserver.com/file.pdf")
Check out this link and read some of the comments towards the middle of the page. You will see something about attaching files.
Hope this helps.
Bookmarks