dssnh86244 2014-10-21 15:03 采纳率: 100%
浏览 60
已采纳

如何使用Mandrill过滤和处理假电子邮件?

With Mandrill 1.0.* and PHP 5.5 :

I have to manage a database of users (with sign up, notifications, etc), sending them emails with Mandrill.

Mandrill has a "reputation" system that handicaps you if you send too many emails to fake addresses (something like fezfzeyhzegfyz4354dez3@gmail.com I guess).

So how should I handle those fake emails and "blacklist" them within Mandrill or my database ?

How do Facebook, SoundCloud, and others handle robots that spam the sign up form with fake emails ? (if those robots ever exist)

I can't find a Mandrill check DNS feature or anything similar.

  • 写回答

1条回答 默认 最新

  • duanjiao6711 2014-10-21 15:07
    关注

    mailchecker is your friend:

    if(!MailChecker('myemail@yopmail.com')){
      die('O RLY !');
    }
    
    if(!MailChecker('myemail.com')){
      die('O RLY !');
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 MapReduce实现倒排索引失败
  • ¥15 luckysheet
  • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
  • ¥15 找一位技术过硬的游戏pj程序员
  • ¥15 matlab生成电测深三层曲线模型代码
  • ¥50 随机森林与房贷信用风险模型
  • ¥50 buildozer打包kivy app失败
  • ¥30 在vs2022里运行python代码
  • ¥15 不同尺寸货物如何寻找合适的包装箱型谱
  • ¥15 求解 yolo算法问题