Ben*_*ene 1 html php email html-email
这可能是我曾经问过的最愚蠢的问题,但我找不到解决方案......
我正在处理电子邮件通知,但我想向用户显示我的网站上的通知列表,而不是编写通知.
现在在我的电子邮件中,我正在使用:
<iframe width=100%; height:100% src='http://www.mysite.com/newsfeed/index.php?email=true&user=".$to_id."¬ification_type=messages'/>
Run Code Online (Sandbox Code Playgroud)
但是我的电子邮件客户端(mail.app)不断将¬ification_type中的&no转换为特殊字符...
任何不涉及更改index.php中的$ _GET变量的想法?