Hello!
On Sun, Sep 29, 2013 at 10:05 AM, Payne Chu <pay...@gmail.com> wrote:
> I need to send out verification email to user whom register in our site. Any
> suggested solution?
>
> And seems planned to builtin the send mail features in OpenResty ? Any
> update ?
>
> http://search.cpan.org/~agent/OpenResty-0.5.12/lib/OpenResty.pm
>
The OpenResty verson on CPAN is written in Perl and is obsolete now.
Please ignore it.
For nginx/lua-based OpenResty, you can refer to the following thread
on this mailing list:
https://groups.google.com/d/msg/openresty-en/pBvLuEl3fLg/rX4l-Ra7GO0J
BTW, I'm going to implement an official lua-resty-smtp library based
on ngx_lua's cosocket API :) But there's no ETA yet. In the meantime,
you need to do a bit more work here ;)
Best regards,
-agentzh