Formidableアドオンで、Recipient Selectorを使ったEmailが送信されない

2014年9月4日 at 13:17

ログを見たところ…


タイプ:exception
Missing To header
#0 /(c5_root)/concrete/libraries/3rdparty/Zend/Mail/Transport/Abstract.php(337): Zend_Mail_Transport_Sendmail->_prepareHeaders(Array)
#1 /(c5_root)/concrete/libraries/3rdparty/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /(c5_root)/packages/formidable/helpers/mail.php(99): Zend_Mail->send(NULL)
#3 /(c5_root)/packages/formidable/models/formidable/mailing.php(294): MailHelper->sendMail(true)
#4 /(c5_root)/packages/formidable/blocks/formidable/controller.php(299): FormidableMailing->send(true)
#5 /(c5_root)/packages/formidable/tools/formidable.php(18): FormidableBlockController->submit()
#6 /(c5_root)/concrete/startup/tools.php(29): include('/usr/home/x3010...')
#7 /(c5_root)/concrete/dispatcher.php(146): require('/usr/home/x3010...')
#8 /(c5_root)/index.php(2): require('/usr/home/x3010...')
#9 {main}


となっており、その後


タイプ:sent_emails
**メール機能は有効。このメールはmail()もしくはmb_send_mail()に送られました。**
使用テンプレート:
(以下テンプレート)


となっています。

Recipient Selectorを設定していないメールフォームのみは、正常に作動しています。

標準機能でないのが恐縮ですが、どなたかFormidable利用中で、お心当たりのある方はいらっしゃいませんでしょうか?

タグ:

Re: Formidableアドオンで、Recipient Selectorを使ったEmailが送信されない

2014年9月4日 at 13:23
Recipient Selectorの設定に不備があり送信先メールアドレスが無い状態で処理されているような感じですね
 

Re: Formidableアドオンで、Recipient Selectorを使ったEmailが送信されない

2014年9月4日 at 13:42
このスレッドがアヤシイですね…

http://www.concrete5.org/marketplace/addons/formidable/forums/recipient-selector/#583447

うーん、PHPの設定なのかな…?