schmorrison / Zoho

Golang API for Zoho services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API to send email to user inbox similar to sendgrid

Rizary opened this issue · comments

Hi, is it possible to do this with zoho? is it implemented in this library? I'm willing to contribute to the library for this particular feature because we need this for our backend.

Sorry for delay in responding. I never got a notification..

Looking into it, it seems like Zoho Mail has an API and offers the following endpoints that may be useful for your issue: send an email and send email with attachment

It seems like Zoho Mail does follow OAuth2 so you should be able to basically copy an existing sub-package in this library and start implementing endpoints.

Let me know if you need any advice. :)