0

Can i have any plugin or some script to send email from html webpage?

I dont want email to be sent using outlook configuration or something.

I need to send email from Contact Me page of my website. Rest whole website is static i dnt want to use server just for contact me webpage

So i cant use the following code

<p>
This is an email link:
<a href="mailto:someone@example.com?Subject=Hello%20again" target="_top">
Send Mail</a>
</p>
4

1 回答 1

1

我的浏览器无法从页面发送电子邮件。浏览器可以向服务器发送消息,而服务器又可以代表您发送电子邮件。

您现在正在做的事情是有效的,但前提是您希望在客户各自的电子邮件程序中打开电子邮件,听起来您不这样做。

所以简短的回答是,不,这是不可能的。

于 2013-09-22T13:03:08.830 回答