Leave a Reply

1 comment

  1. Don’t reinvent the wheel!

    Sending advanced mail, hardcoding them into HTMLs mail() function is a tedious task.

    Instead you should use something like phpMailer or use the PEAR package PEAR::Mail_Mime.

    This since there is quite a few pitfalls to circumvent if you write your scripts yourself.