使用 php 和 html 打开 Outlook 新邮件

2021-12-29 00:00:00 outlook php html drupal

我正在创建一个 html 页面,并且我的 html 页面中有一个按钮.单击该按钮后,必须使用收件人"和主题"信息打开 Outlook,如图所示.

I am creating a html page and I have a button in my html page. Once the button is clicked the outlook has to be opened with the "To" and the "Subject" information as shown in the figure.

能帮我用php打开outlook吗?提前谢谢了.

Can any help me how to open the outlook with php.Thanks in advance.

推荐答案

此处使用链接:

<a href="mailto:manish@simplygraphix.com?subject=Feedback for webdevelopersnotes.com&body=The Tips and Tricks section is great">Send me an email</a>

来源在这里.

相关文章