creating a landing page that sends an email when people submit their address. I'd like to avoid having to set up an email server. Is it possible to use gmail to send the emails generated by the website?
Asked
Active
Viewed 174 times
1 Answers
0
You can code this yourself to connect to Gmail or any other mail server you have access to as Dagon linked to in his comment.
Or you can use a service with an easy API like Sendgrid or EmailYak (has a free plan)
Using an outside provider like those two is usually much quicker and reliable.

David B.
- 214
- 2
- 4
- 14