keystonejs / keystone-classic

Node.js CMS and web app framework
http://v4.keystonejs.com
MIT License
14.64k stars 2.21k forks source link

MailAPI #528

Closed grabbou closed 9 years ago

grabbou commented 10 years ago

//placeholder// Will be filled soon with structure draft.

The point is to create similar to Storage API layer (#526).

Supported providers:

louim commented 10 years ago

I would love to have Mailgun support added!

grabbou commented 10 years ago

OK. Thanks for your suggestion. There is node library for it so it should be pretty easy then.

nzfarmer1 commented 9 years ago

What is the status with this? Is there a Mail API yet for a generic SMTP server? thx.

morenoh149 commented 9 years ago

@nzfarmer1 nope.

nzfarmer1 commented 9 years ago

ETA?

morenoh149 commented 9 years ago

@nzfarmer1 as far as I know no one is working on this feature. Free to implement. I'd take inspiration from http://guides.rubyonrails.org/action_mailer_basics.html

mark-bradshaw commented 9 years ago

I'd suggest also including sendgrid as a possibility on that list.

JedWatson commented 9 years ago

Closing in favour of #250, definitely worth looking at nodemailer rather than coming up with our own. Now that Mandrill's no longer offering a free tier, I'm keen to get this picked up.