Coder Social home page Coder Social logo

Comments (7)

cassidyjames avatar cassidyjames commented on June 2, 2024

I agree with the email. Like I mentioned in #26, I think Mailchimp is the way to go. I've used it before, it's widely loved, and it's pretty easy.

from website.

cassidyjames avatar cassidyjames commented on June 2, 2024

Caveat: MailChimp is for recurring emails, whereas their product Mandrill is for transactional (one-off) emails. Their API is super simple and we could integrate it on the site with very little hassle.

https://mandrillapp.com/api/docs/messages.JSON.html#method-send-template

First 12,000 emails per month are free, then it's like $0.20 or less per thousand emails: http://mandrill.zendesk.com/entries/21693768

For example, 20,000 emails is only $1.60/month.

from website.

cassidyjames avatar cassidyjames commented on June 2, 2024

Ah, we're gonna need a teeny tiny bit of server-side code for this (to send an API call to Mandrill).

from website.

cassidyjames avatar cassidyjames commented on June 2, 2024

If we're using PHP, here're the docs: https://mandrillapp.com/api/docs/messages.php.html

I imagine we'll just want to sent a request to the script on our domain with the person's email address? How do we prevent abuse?

from website.

lewisgoddard avatar lewisgoddard commented on June 2, 2024

Double-submit a special cookie using a POST form? Should stop most bots and CSRF. Otherwise, the only way is recaptcha or other puzzles.

from website.

lewisgoddard avatar lewisgoddard commented on June 2, 2024

To keep the page clean, you could hit an internal API with JavaScript which then calls the mandrill api. I've already stripped down the Mailgun (similar service) API just for password resets, https://github.com/eustasy/browning-a-mailgun-script, so this shouldn't be a major issue.

from website.

lewisgoddard avatar lewisgoddard commented on June 2, 2024

ping #1287

from website.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.