How to send email using gmail Api? I want to send an email to the gmail id provided by the user..! Any links for the tutorial will be beneficial! Thanks in advance | Hashnode
How to send email using gmail Api? I want to send an email to the gmail id provided by the user..! Any links for the tutorial will be beneficial! Thanks in advance
Sir, like google has Apis for its services like youtube,maps,google plus and gmail.. I thought we could use it to send emails.. But I can get things done using SMTP as pointed out by you
Jason Knight
The less code you use, the less there is to break
There's an API? I thought you just connected via SMTP like any other mail server.
server:
smtp.gmail.comSSL port: 465
TLS Port: 587
SSL/TLS required: Yes.
un/pw is your account un/pw.
From there just follow any tutorial for whatever language you want about connecting and sending via SMTP.