何百万人ものサブスクライバーにメールを送信する asp.net 自動応答があります。誰かが私のメールをスパムとしてマークしているかどうかを追跡したい. これを行う方法はありますか?
前もって感謝します。
何百万人ものサブスクライバーにメールを送信する asp.net 自動応答があります。誰かが私のメールをスパムとしてマークしているかどうかを追跡したい. これを行う方法はありますか?
前もって感謝します。
サーバー/送信 IP がブラックリストに登録されているかどうかを確認するために使用するサイトの例として、http://www.mxtoolbox.com/をお勧めします。
メッセージがスパムとして報告されたときに通知を受けるリストの主要なまたは関連する電子メール プロバイダーのフィードバック ループ サービスにサインアップすることもできます。フィードバック ループは、おそらく、収集しようとしている情報に最適なメカニズムです。
フィードバック ループの例とその購読方法: http://postmaster.aol.com/Postmaster.FeedbackLoop.php
2 つ以上のリンクを投稿することはできませんが、「フィードバック ループ」とメール プロバイダーの名前を Google で検索すると、アラートにサインアップするために必要なものが見つかる可能性があります。
それが役立つことを願っています。
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 (e.g. 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.