简体   繁体   English

Mailgun & CI / PHP

[英]Mailgun & CI / PHP

Looking at Mailgun as a good solution for sending HTML email to a large number of recipients将Mailgun视为向大量收件人发送HTML email的良好解决方案

How would this be implemented with CI?这将如何通过 CI 实现?

I would use MailGun's SMTP delivery with the standard Codeigniter Email library configured for SMTP.我会使用 MailGun 的SMTP 交付和为 SMTP 配置的标准 Codeigniter Email 库

I did something similar with SendGrid recently.我最近对 SendGrid 做了类似的事情。 Worked a treat with Sendgrid, didn't have to worry about anything apart from authentication to their smtp server.与 Sendgrid 一起工作,除了对他们的 smtp 服务器进行身份验证外,不必担心任何事情。 Sendgrid handled the quantity without any problem (though it was way less recipients - about 1k). Sendgrid 处理数量没有任何问题(尽管收件人少得多 - 大约 1k)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM