Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Smtp #2

Open
Zyles opened this issue Sep 12, 2014 · 2 comments
Open

Smtp #2

Zyles opened this issue Sep 12, 2014 · 2 comments

Comments

@Zyles
Copy link

Zyles commented Sep 12, 2014

I find the handling of mail a bit weird. We use Mandrill, not Sendgrid. But why would you need to integrate every provider and not just use SMTP credentials?

Then you would support any provider...

@mikz
Copy link
Contributor

mikz commented Sep 12, 2014

We wanted to have SMTP support since the beginning, but lua-nginx-module did not support SSL or arbitratry TCP sockets (openresty/lua-nginx-module#178).

This changed few weeks ago, so we are working on streaming http client and SMTP will be next.
However I'm not promising anything, as nginx also has own issues with verifying SSL certificates (http://mailman.nginx.org/pipermail/nginx/2014-September/045055.html and https://groups.google.com/forum/#!topic/openresty-en/SuqORBK9ys0 ) it might require some patches to nginx core.

But if your provider supports HTTP API, we could make it work sooner. Would you be in for that?

@mikz mikz self-assigned this Sep 12, 2014
@Zyles
Copy link
Author

Zyles commented Sep 15, 2014

Yeah sure. I am pretty sure Mandrill has an HTTP API.

@mikz mikz removed their assignment May 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants