Hi everybody,

    I tried PHP mail() function, it works prperly but i dont know how to send attachement with it and to add photos to it...so please help me out in this....

thanks in advance

    If you want to do it yourself, you need to learn how multi-part MIME messages are structured, base64 encoding, and other boring stuff. There are some examples in the Users' Notes section of the mail() manual page.

    On the other hand, if you just want to get it done, I'd suggest a 3rd-party solution like PHPMailer to do the dirty work for you.

      Write a Reply...