In php mail() function, how can I send attachments? I didn’t find parameter to do this. any help will be appreciated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There must be a multi-part flag you can set somewhere to enable the connection to stay connected until the persons upload is finished.
try this:
http://snipplr.com/view/2686/send-multipart-encoded-mail-with-attachments/