Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/70.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 在jquery中打开带有自定义预定义电子邮件文本的电子邮件客户端_Php_Jquery - Fatal编程技术网

Php 在jquery中打开带有自定义预定义电子邮件文本的电子邮件客户端

Php 在jquery中打开带有自定义预定义电子邮件文本的电子邮件客户端,php,jquery,Php,Jquery,我正在尝试使用jquery发送电子邮件。这是我的密码 $text = "mailto:info@diadori.com?subject=The Vow Engagement Ring Finder&body=" . "Hi, I found an engagement ring that I love and want to know what you think. To see the ring download the iPhone app named <The Vow Eng

我正在尝试使用jquery发送电子邮件。这是我的密码

$text = "mailto:info@diadori.com?subject=The Vow Engagement Ring Finder&body=" . "Hi, I found an engagement ring that I love and want to know what you think. To see the ring download the iPhone app named <The Vow Engagement Ring Finder> iPhone - http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=509902433&mt=8 - Android - https://play.google.com/store/apps/details?id=com.diadori.thevow. View the ring: ". $rings[0]['ringThumbNailImagePath'] . "</html>";

    $bodytag = str_replace(" ", "%20", $text );
它工作正常,但是文本只显示到id=509902433,因为&它停在那里。我尝试过放置html标记,但没有效果

如何在mailto中自定义放置邮件。 第二,有没有办法添加附件?

百分比编码:

... ects/MZStore.woa/wa/viewSoftware?id=509902433%26mt=8 - Androi ...
不是:

因此:


请参阅此相关主题:

@pmandell我需要打开电子邮件客户端该死,为什么我没有想到-。-'。我如何添加附件?您是否知道用于输入的ascii码?您是否正在尝试从用户本地安装的电子邮件应用程序向电子邮件添加附件?无法添加带有mailto的附件。除其他事项外,该文件必须存在于客户机上:我想知道您是否不能重新思考您正在尝试做的事情的解决方案。
... ects/MZStore.woa/wa/viewSoftware?id=509902433%26mt=8 - Androi ...
... ects/MZStore.woa/wa/viewSoftware?id=509902433&mt=8 - Androi ...