RichV
Active member
- Affected version
- X2 Beta 2
Hello Everyone,
Any suggestions on this error. I can use any email address and I still get a error?
I had tried to send a message to myself using the contact us in the footer. I think this did work in Beta 1 but not sure if I did test it or not. But did work in Version 1.5
I took out my email address in the message.
Any suggestions on this error. I can use any email address and I still get a error?
I had tried to send a message to myself using the contact us in the footer. I think this did work in Beta 1 but not sure if I did test it or not. But did work in Version 1.5
I took out my email address in the message.
Code:
Swift_TransportException: Email to blank@idontknow.us failed: Unsupported sendmail command flags [/bin/true]. Must be one of "-bs" or "-t" but can include additional flags. src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php:146
Generated by: Rich Sep 14, 2017 at 2:34 PM
Stack trace
#0 /home/richvkal/public_html/xen/src/XF/Mail/Mailer.php(293): Swift_Transport_SendmailTransport->send(Object(Swift_Message), Array)
#1 /home/richvkal/public_html/xen/src/XF/Mail/Mail.php(261): XF\Mail\Mailer->send(Object(Swift_Message), Object(Swift_SendmailTransport))
#2 /home/richvkal/public_html/xen/src/XF/Service/Contact.php(144): XF\Mail\Mail->send()
#3 /home/richvkal/public_html/xen/src/XF/Pub/Controller/Misc.php(78): XF\Service\Contact->send()
#4 /home/richvkal/public_html/xen/src/XF/Mvc/Dispatcher.php(232): XF\Pub\Controller\Misc->actionContact(Object(XF\Mvc\ParameterBag))
#5 /home/richvkal/public_html/xen/src/XF/Mvc/Dispatcher.php(85): XF\Mvc\Dispatcher->dispatchClass('XF:Misc', 'Contact', 'json', Object(XF\Mvc\ParameterBag), '')
#6 /home/richvkal/public_html/xen/src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#7 /home/richvkal/public_html/xen/src/XF/App.php(1777): XF\Mvc\Dispatcher->run()
#8 /home/richvkal/public_html/xen/src/XF.php(320): XF\App->run()
#9 /home/richvkal/public_html/xen/index.php(13): XF::runApp('XF\\Pub\\App')
Request state
array(4) {
["url"] => string(13) "/misc/contact"
["referrer"] => string(24) "https://xen.richvkal.us/"
["_GET"] => array(0) {
}
["_POST"] => array(7) {
["subject"] => string(2) "hi"
["message"] => string(5) "hello"
["_xfRedirect"] => string(24) "https://xen.richvkal.us/"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(1) "/"
["_xfWithData"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}