Forum Moderators: coopster

Message Too Old, No Replies

i want to send a mail with attachment in php

i want to send a mail with attachment in php

         

vivek avasthi

12:05 pm on Jun 13, 2006 (gmt 0)

10+ Year Member


hi friends,

i want to send mail with attachment(any kind of file ) from my site . can anyone help me....

barns101

12:50 pm on Jun 13, 2006 (gmt 0)

10+ Year Member



You can add attachments if you send a multipart MIME email with the mail() function.

dreamcatcher

1:09 pm on Jun 13, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi vivek_avasthi,

Try looking at the PHP Mailer:
[phpmailer.sourceforge.net...]

dc

ineedmoney

10:07 pm on Jun 13, 2006 (gmt 0)

10+ Year Member



[webmasterworld.com...]

I would go with php mailer, but if you just want an example so you can write your own script, this may help you