dpa89292 2018-01-01 23:44
浏览 199
已采纳

如何通过使用任何电子邮件绕过DMARC发送电子邮件给用户

I have a website where users can register and fill in a Profile form, then submitting their profiles to many companies emails saved in my DB, bur when i use users email as "from" field after a while the emails blocked according DMARC.

i have used sendgrid.com to send emails .. use php for website building

So how can bypass this problem ?? or Is there any another website (email sender ) that does not require this feature (DMARC)

like :

 $from = "email of user .. any email ";

instead of

 $from = "fixed email of website ";

Regards

  • 写回答

1条回答 默认 最新

  • douqiang6448 2018-01-02 00:22
    关注

    Fortunately you can't do this. If you this would mean anyone could "impersonate" anyone's email..

    UPDATE: You can read here how DMARC works. Its based on domain configuration and not related to particular mailbox. So in order to achieve this you would have to change the DNS records of the senders domain. What you could do is send all email from your domain and set the "from name" to users name but then the "reply" function will not work unless you make some more sophisticated system that will be forwarding the messages back and forth.. I hope this clears things a bit.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示
  • ¥15 求三国群英传pl国战时间的修改方法
  • ¥15 matlab代码代写,需写出详细代码,代价私
  • ¥15 ROS系统搭建请教(跨境电商用途)
  • ¥15 AIC3204的示例代码有吗,想用AIC3204测量血氧,找不到相关的代码。