kinda a tough question that might have a solution using HTML in gmail (or any other provier)

assuming you have sent an email from your server , the email is HTML formatted , user receives the email to his SPAM folder , when he reads the email , a portion of the message tells him that "This message has been displayed as spam" or "mark this message as not spam" , but if he receives the message to the inbox , this text is not displayed .

been trying to do it using image alt text , kinda failed :( .

link|improve this question

Can you clarify what your trying to do? I can't make heads or tails of this. – asawyer Dec 30 '10 at 18:59
lets say i've sent you an email , if you open it from the spam folder , the content of the email will contain "you are in spam folder" , if you open it from your inbox , that "you are in spam folder" will not be displayed . – Ronan Dejhero Dec 30 '10 at 19:01
feedback

4 Answers

up vote 2 down vote accepted

Either include at the bottom of each email "Please add user@example.com to your address book if this message has been marked as spam" or to use a 1x1px transparent image with ALT text reading the same. From a usability point of view, it's not really a problem to ask every user to whitelist your address, those who didn't have it marked as spam will ignore.

link|improve this answer
feedback

You mean, you want to detect this from within your E-Mail?

That is impossible. The only thing coming close is indeed the alt text that would display if the image doesn't get loaded - but that is dubious because it probably isn't displayed by all clients. More than that is not possible, because there is no way for you to tell where the user is viewing your E-Mail from, and you have no possibility of interacting anyway.

link|improve this answer
There are indeed enough clients that prevent the display of (external) images to prevent spam. – RepWhoringPeeHaa Dec 30 '10 at 19:03
feedback

There is no way for an author to modify an email based on it being detected as spam (or otherwise) after is has left the author's control.

link|improve this answer
and thank goodness for this fact. – jondavidjohn Dec 30 '10 at 19:01
feedback

Simply not possible. I'm sorry.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.