Send attachment to Phone through website PHP MAIL
Posted
by Belgin Fish
on Stack Overflow
See other posts from Stack Overflow
or by Belgin Fish
Published on 2010-04-17T15:09:59Z
Indexed on
2010/04/17
15:23 UTC
Read the original article
Hit count: 177
Hey, well right now I have a script to send text messages, and I'm looking to modify the Mail() function to also send attachments.
Does anyone have any ideas?
right now this is the format I'm using :
mail ($to, $subject, $message, $headers);
© Stack Overflow or respective owner