Hi everyone!!
Question: Is there any way I can detect how recipients see their email?
I'm writing a PHP script that will send an email to the hundreds of people, in my MYSQL database - I'm including HTML in this email ('cause I want to display images as well) .
There are people that cannot view any HTML in their email (be it Internet cellphones or otherwise) and there also are people that don't want to see HTML and have chosen the 'view text only' feature in the email program of their choice.
I would prepare an alternate email message without any HTML in it and use an if else statement to send the appropriate form of email message. Any ideas?
Question: Is there any way I can detect how recipients see their email?
I'm writing a PHP script that will send an email to the hundreds of people, in my MYSQL database - I'm including HTML in this email ('cause I want to display images as well) .
There are people that cannot view any HTML in their email (be it Internet cellphones or otherwise) and there also are people that don't want to see HTML and have chosen the 'view text only' feature in the email program of their choice.
I would prepare an alternate email message without any HTML in it and use an if else statement to send the appropriate form of email message. Any ideas?