Remove testing bcc from sendmail() function

This commit is contained in:
Aleksei Miheev
2014-05-19 11:24:32 +00:00
parent 8940f930a1
commit 05288d78b9

View File

@@ -341,7 +341,6 @@ function sendmail($to, $subject, $message, $from = null, $send_html = false)
$email = Swift_Message::newInstance($subject)
->setFrom($from)
->setTo($to)
->setBcc('aleksei+root@miheev.info')
->setReturnPath($webmaster_email)
->setBody($message);