Results 1 to 2 of 2

Thread: PHP and Mail Attachments

  1. #1
    Join Date
    Nov 2006
    Location
    90 miles north of Las Vegas
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking PHP and Mail Attachments

    Does anyone know the script to allow php to send an email with an attachment?

    something like?

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

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •