Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不明白为什么当我尝试使用 PHP 邮件功能发送邮件时,当邮件正文中有一个带有变量的 URL(例如 http://www.chicmaker.com/ )时,我没有收到任何邮件fr/xxx.html?id_client=2 ? 任何想法或线索?
您似乎遇到了垃圾邮件过滤器,该过滤器检查是否有理由相信链接归发件人所有。您应该确保所有链接的域部分与发件人电子邮件域相对应。例如:
http://www.chicmaker.com/fr/xxx.html
应对应于:
noreply@chicmaker.com