PHP 发送邮件在SugarCRM

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 发送邮件在SugarCRM相关的知识,希望对你有一定的参考价值。

$this->description_html = EmailTemplate::parse_template($this->description_html, $object_arr);
	        $this->name = EmailTemplate::parse_template($this->name, $object_arr);
	        $this->description = EmailTemplate::parse_template($this->description, $object_arr);
	        $this->description = html_entity_decode($this->description,ENT_COMPAT,'UTF-8');

以上是关于PHP 发送邮件在SugarCRM的主要内容,如果未能解决你的问题,请参考以下文章

SugarCRM开发入门

如何在php用mail发送邮件

如何在 php 中向数千名用户发送安全(爆炸)电子邮件?

夯实PHP基础PHP发送邮件(PHPMailer)

php发送邮件

PHP发送带有文件附件的电子邮件 - 电子邮件根本不发送