Arc Forumnew | comments | leaders | submitlogin
1 point by marcvs 4044 days ago | link | parent

i've been using AWS SES, but i'm still trying to figure out how to integrate it with News.

i've found some documentation here, but i'm still scratching the surface:

http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-em...



3 points by akkartik 4044 days ago | link

Interesting.

It might be simplest to just install postfix (I've tried it several times, and the three-screen configuration wizard Just Works) and then follow the steps in http://docs.aws.amazon.com/ses/latest/DeveloperGuide/postfix... to have postfix route through SES.

I'll update anarki later today with a sample for sending email through postfix.

-----

4 points by akkartik 4043 days ago | link

Ok, anarki now supports 'forgot password'; try clicking on the login link.

There's two major commits: requiring users to provide an email on signup (https://github.com/nex3/arc/commit/c984408fec), and the 'forgot password' flow to email a reset-password link (https://github.com/nex3/arc/commit/150f8a26b5)

-----

1 point by marcvs 4043 days ago | link

awesome, thanks!

-----