简体   繁体   English

电子邮件组件与带有CakePHP的PHPMailer的比较

[英]Email component versus PHPMailer with cakePHP

What are the core differences between the email component on cakephp and the phpmailer vendor for cakephp? cakephp上的电子邮件组件和cakephp的phpmailer供应商之间的核心区别是什么?

Does phpmailer use the email component? phpmailer是否使用电子邮件组件?
Is just using the email component sufficient? 仅使用电子邮件组件就足够了吗? What does phpmailer add to the picture? phpmailer添加了什么图片?


This question is related to (but not exactly the same as): 此问题与(但不完全相同)有关:
Core Email Vs PHPMailer Component 核心电子邮件与PHPMailer组件

PHPMailer is a completely independent piece of software. PHPMailer是一个完全独立的软件。

Can't say much about them, but as always, PHPMailer must implement features that are not supported by EmailComponent. 不能说太多,但是与往常一样,PHPMailer必须实现EmailComponent不支持的功能。

I've heard that it's the best option for attached files, but i did proved it. 我听说这是附加文件的最佳选择,但我确实证明了这一点。

I think you can do bulk sending to. 我认为您可以批量发送到。

Hope it helps. 希望能帮助到你。

You could compare APIs. 您可以比较API。

http://phpmailer.worxware.com/index.php?pg=methods vs. http://api.cakephp.org/class/email-component http://phpmailer.worxware.com/index.php?pg=methodshttp://api.cakephp.org/class/email-component

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

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