Question

In php mail() function, how can I send attachments? I didn't find parameter to do this. any help will be appreciated.

Was it helpful?

Solution

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top