简体   繁体   中英

Track if the email is marked as spam

I have an asp.net autoresponder that sends emails to millions of subscribers. I want to track if a person mark my emails as spam. is there any way to do this?

Thanks in advance.

No, there isn't. After your mail has been sent to your receiver's SMTP server, there's no way to track it down anymore.

I know what you're thinking: how can some mail-clients track down wether an email has been read or not (eg in Outlook). They can do this by adding a little img-tag to their mails (html). When a user opens the mail, it'll open the path specified in the img's src-attribute. Since that's a script (like PHP or something), it can automatically sets a flag to 'seen' when a mail has been opened.

Of course, there are some other ways to track this down, but I think this is the most popular one.

However, this can't be done to check whether a mail has been rejected, deleted or moved to the spam-folder.

I would recommend http://www.mxtoolbox.com/ as an example of sites to use for checking if your server/sending IP is blacklisted.

You can also sign up for feedback loop services with major or relevant email providers for your list(s) to be informed when messages are reported as spam. Feedback loops are probably the best mechanism for the information you are trying to gather.

Example of a feedback loop and how to subscribe to it: http://postmaster.aol.com/Postmaster.FeedbackLoop.php

I can't post more than 2 links but if you Google "feedback loop" and the name of the email provider you are likely to find what you need to sign up for their alerts.

Hope that helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM