Is there any sense in using the tag in HTML e-mail?
I’ve been looking into this myself as I’m writing a PHP mailing list manager script that uses the sendmail() function. The script allows the admin to create and send multiform emails (both text and html versions). After much testing I have found that some email servers appear to have issues with the title tag (<title></title>). … Read more