barrystein Posted April 7, 2013 Share Posted April 7, 2013 (edited) Trying to get email configured on 1.4.9 hosting on Bluehost. I get the following errors using either PHP send mail or SMTP settings [07-Apr-2013 13:29:24 America/Los_Angeles] PHP Notice: Undefined index: mailMethod in /home4/homescq0/public_html/adminhss/ajax_send_mail_test.php on line 33 [07-Apr-2013 13:29:24 America/Los_Angeles] PHP Notice: Undefined index: smtpSrv in /home4/homescq0/public_html/adminhss/ajax_send_mail_test.php on line 34 [07-Apr-2013 13:29:24 America/Los_Angeles] PHP Notice: Undefined index: testMsg in /home4/homescq0/public_html/adminhss/ajax_send_mail_test.php on line 35 [07-Apr-2013 13:29:24 America/Los_Angeles] PHP Notice: Undefined index: testSubject in /home4/homescq0/public_html/adminhss/ajax_send_mail_test.php on line 36 [07-Apr-2013 13:29:24 America/Los_Angeles] PHP Notice: Undefined index: testEmail in /home4/homescq0/public_html/adminhss/ajax_send_mail_test.php on line 38 [07-Apr-2013 13:29:24 America/Los_Angeles] PHP Notice: Undefined index: smtpLogin in /home4/homescq0/public_html/adminhss/ajax_send_mail_test.php on line 40 [07-Apr-2013 13:29:24 America/Los_Angeles] PHP Notice: Undefined index: smtpPassword in /home4/homescq0/public_html/adminhss/ajax_send_mail_test.php on line 41 [07-Apr-2013 13:29:24 America/Los_Angeles] PHP Notice: Undefined index: smtpPort in /home4/homescq0/public_html/adminhss/ajax_send_mail_test.php on line 42 [07-Apr-2013 13:29:24 America/Los_Angeles] PHP Notice: Undefined index: smtpEnc in /home4/homescq0/public_html/adminhss/ajax_send_mail_test.php on line 43 [07-Apr-2013 13:29:24 America/Los_Angeles] PHP Fatal error: Uncaught exception 'Exception' with message 'The recipients parameter must either be a valid string email address, an instance of Swift_RecipientList or an instance of Swift_Address.' in /home4/homescq0/public_html/tools/swift/Swift.php:337 Stack trace: #0 /home4/homescq0/public_html/classes/Mail.php(231): Swift->send(Object(Swift_Message), '', 'info@switched-o...') #1 /home4/homescq0/public_html/adminhss/ajax_send_mail_test.php(45): MailCore::sendMailTest('', '', '', '', 'text/html', '', 'info@switched-o...', '', '', '', '') #2 {main} thrown in /home4/homescq0/public_html/tools/swift/Swift.php on line 337 Also I get this interesting error as well [sun Apr 07 14:30:49 2013] [error] [client 75.36.43.145] File does not exist: /home4/homescq0/public_html/js/ajax.js, referer: tab=AdminCustomerThreads&id_customer_thread=1&viewcustomer_thread&token=4ccdbbaaa39abd843f3ac02ce208a227"]http://www.switched-on-schoolhouse-curriculum.org/adminhss/index.php?tab=AdminCustomerThreads&id_customer_thread=1&viewcustomer_thread&token=4ccdbbaaa39abd843f3ac02ce208a227[/url] basically saying file does not exist ajax.js Edited April 8, 2013 by barrystein (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts