Giter VIP home page Giter VIP logo

blog.here's People

Contributors

saberma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog.here's Issues

用 SendGrid 发送邮件

大多数网站,都需要发送邮件。

帐户激活、密码重置等邮件称为传统邮件;批量发送的广告邮件、NewLetter等称为市场营销邮件。

要将邮件发送出去,可以自行搭建邮件服务器,也可以使用外部的邮件发送服务;提供商有很多:SendGrid, Mailgun, Mailchimp, Postmark。

sendgrid

SendGrid 专注于传统邮件发送,同时支持市场营销邮件。

一、 费用低

免费版:免费发送 / 每天 200 封
按需收费版:0.1 美元 / 1000 封,1 万封也才 6 元

二、使用简单

只需修改 smtp 配置,不需要修改源码

三、支持多用户

SMTP 的用户名、密码可以直接用 SendGrid 登录用户,但这样做风险太大。为此,SendGrid 提供了管理多用户名的功能。

四、高发件成功率

为了减少被归类为垃圾邮件的概率,SendGrid 已经默认使用 DKIM 和 SPF

1. DKIM
默认使用,不可取消,所有邮件都通过共享密钥加密、解密

2. SPF
不需要手动为自己的域名增加 DNS SPF 记录,默认指向 SendGrid 域名的 SPF 记录

综合考虑,19wu 最后选择了 SendGrid

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.