【发布时间】:2016-01-15 06:52:40
【问题描述】:
我正在使用 CI
我使用 CI 库发送电子邮件。它工作正常。 我想要一点点改变。当我从 abc@test.com 发送电子邮件时。然后是收件箱标题 abc。我想将其更改为“调度程序”。
例如:
$this->email->to('adarsh@gmail.com');
$this->email->from('abc@test.com');
$this->email->subject('Meeting Reminder');
发送邮件后。收件箱显示 abc 作为标题。我想换。
谢谢
【问题讨论】:
标签: php codeigniter email