metakgp / Zoom

[Deprecated- Use Naarad instead] Delivering Facebook posts and tweets of MetaKGP realm to FlashPoint
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Send emails using Sendgrid, instead of Gmail #8

Closed icyflame closed 6 years ago

icyflame commented 6 years ago

You can send emails using the metakgp.org domain that we have registered on Sendgrid.

DefCon-007 commented 6 years ago

Oh, I didn't know about it! @TheMousePotato Would you like to take this up >

themousepotato commented 6 years ago

Cool. Currently Zoom cannot send mails through the institute wifi. @icyflame Will it get resolved? Anyway, I'm in!

icyflame commented 6 years ago

@TheMousePotato Institute wifi doesn't allow the SMTP port, so you can't use the Sendgrid SMTP API. But Sendgrid also has an HTTP API, which you can try using (through a python module, of course)

This problem will be solved when run from a computer that has direct internet connection. So, we won't face this on the server.

You can test using the SMTP API inside Institute using a mobile network, and when we deploy it, it will work.

themousepotato commented 6 years ago

@ghostwriternr Can you please provide sendgrid access token for metakgp? @icyflame I still didn't get this.

ghostwriternr commented 6 years ago

I don't think we're even using Sendgrid? Afaik we have an account + key on mailgun.

icyflame commented 6 years ago

@ghostwriternr Yeah, that's what I meant. I will generate this and send this to you @TheMousePotato.

icyflame commented 6 years ago

Fixed in #12