简体   繁体   中英

Sending e-mail from html webpage without using outlook

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>

I browser cannot send an email from a page. A browser can send a message to a server which can, in turn, send an email on your behalf.

What you're doing right now is valid, but only if you want the email to be opened in the clients respective email program, which it sounds like you don't.

So the short answer is, no, this isn't possible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM