brack3t / Djrill

[INACTIVE/UNMAINTAINED] Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email service from MailChimp.
BSD 3-Clause "New" or "Revised" License
319 stars 64 forks source link

a couple of questions #72

Closed YAmikep closed 10 years ago

YAmikep commented 10 years ago

Nice work. This app is interesting. I have a couple of questions. Is this app still actively maintained? Using this app, the emails are sent directly through the API and not the SMTP server, correct? What is the benefit of using the API vs the SMTP server? Faster?

Thanks

anderspetersson commented 10 years ago

Is this app still actively maintained? Last commit was 7 days ago...

Using this app, the emails are sent directly through the API and not the SMTP server, correct? Yes, it uses the mandrill REST API.

What is the benefit of using the API vs the SMTP server? Faster? The biggest benefit would be that you can take advantage of other functions than sending email, such as inbound email and webhook support.

YAmikep commented 10 years ago

all right, sounds great. Thanks.