How to Send Email automatically without opening gmail compose box using Javascript

Recommended Answers

All 3 Replies

Member Avatar for diafol

Post this to the appropriate forum - you posted it to Community. Try "Web Development". You need to provide more information too and show any code that you've tried out. Do not expect members to provide you with fully working solutions if you have not made any attempt yourself.

I seriously doubt you can do this. In fact I sincerely hope you can't, because it'd be extremely easy to write spambots that way, lurking on some innocent looking website that use the gmail account of the person visiting the site to send thousands of phishing emails or other mallicious emails per second.

commented: what he said! +0
Member Avatar for diafol

You can certainly do this via Ajax or even a redirect. When the server gets the nod to send email, job done. Most serverside languages have imap functions. You won't be able to do all of this in js though, as mentioned by jwenting. Not sure about nodejs. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.