markdown [smtp] #smtp

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown [smtp] #smtp相关的知识,希望对你有一定的参考价值。

**gmail:**
host: smtp.gmail.com
port: 587 (TLS)
Encryption: No encryption

kythuat.hoangweb@gmail.com
xxx

note: account must be enable 2 step verification in your Gmail account.
+ you can't change from-address when using gmail smtp server.

**webmail/email hosting.**
if hosting provide webmail, use smtp by host: info@yourdomain.com

**Yandex**
host: smtp.yandex.com
port: 465 (SSL)
username: test@yourdomain.com
pass: xx

- Giới hạn gửi mail: 3.000 mail/ngày
- Mỗi lần gửi chỉ được tối đa 35 người nhận (qua SMTP)
- 50 người nhận (dùng giao diện web)

**sendgrid**
host: smtp.sendgrid.net
SMTP username: “apikey”
Password: your API key

note: can send 100 messages per SMTP connection at a time, and open up to 10 concurrent connections.

**sendinblue**

- Select Your SMTP Provider – Any Other/ Custom SMTP
- SMTP Name – SendinBlue
- HOST – smtp-relay.sendinblue.com
- PORT – 587
- ENCRYPTION TYPE – Select TLS
- From Email (Verified in SMTP) – Write the email which you’ve verified in your SendinBlue account
- USERNAME/API – Write here the login email which you’ve got from your SendinBlue account.
- Password/Secret KEY – Write here the password which you’ve got from your SendinBlue account.

以上是关于markdown [smtp] #smtp的主要内容,如果未能解决你的问题,请参考以下文章

markdown Mengguunakan mailcatcher sebagai虚拟smtp服务器di localhost untuk本地开发。

SMTP协议解读以及如何使用SMTP协议发送电子邮件

禅道升级 & SMTP 错误:无法连接到 SMTP 主机

Codeigniter:SMTP邮件无法正常工作

SMTP服务器账号密码如何填写?

golang golang发送邮件网/ smtp SMTP