来自CakePhp的Email->功能不佳。

时间:2012-09-10 23:15:34

标签: email cakephp

我用

$email->from('contact@domain.com');

但收件箱中的电子邮件收件人为“username@host411.hostmonster.com”

1 个答案:

答案 0 :(得分:0)

CakePHP实际上是使用PHP邮件功能。所以你需要在php.ini中检查你的邮件设置。

此外,使用from()是非常不稳定的,因为许多unspam系统。我建议你改用replyTo()。

有关CakePHP邮件功能的更多信息:http://book.cakephp.org/1.3/en/view/1284/Class-Attributes-and-Variables