https://github.com/atharmohammad/email_sender
A User can send mails using a different font end interface via gmail
https://github.com/atharmohammad/email_sender
Last synced: 8 months ago
JSON representation
A User can send mails using a different font end interface via gmail
- Host: GitHub
- URL: https://github.com/atharmohammad/email_sender
- Owner: atharmohammad
- Created: 2021-05-18T14:07:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T15:13:24.000Z (about 5 years ago)
- Last Synced: 2025-02-09T19:43:35.093Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email_Sender
## Use
Email Sender can be use to send mail from your Gmail account to any other person account by just authorizing it from gmail one time
## Endpoints
- the '/' end point in it redirects user to gmail for authorization and then after authorization it redirects it to '/authenticated' endpoint
- the '/authenticated' end point sends the mail to any user (currently hardcoded in routes, should be obtained from front-end) from the gmail account of user which authenticated
- "/logged" endpoint is used when we have token stored and we can further send mails from the authenticated gmail account to any account (currently hardcoded in routes, should be obtained from front-end)
- Every token generated will be stored in token.json
### Additional information
Since the App is not currently verified by google which takes 2-3 days , only those gmail accounts can get authorised which are verified by project in google console