girishk Posted January 20, 2016 Share Posted January 20, 2016 Hi folks,I configured phpmailer like this['settings']['phpmailer']['smtp.host'] = 'smtp.gmail.com';$conf['settings']['phpmailer']['smtp.port'] = '465';$conf['settings']['phpmailer']['smtp.secure'] = 'tls';$conf['settings']['phpmailer']['smtp.auth'] = 'true';$conf['settings']['phpmailer']['smtp.username'] = 'myname@gmail.com';$conf['settings']['phpmailer']['smtp.password'] = 'mypassword';$conf['settings']['phpmailer']['sendmail.path'] = '/usr/sbin/sendmail';after creating a reservation in booked software i'm getting this warning and mail was not delivered.SMTP -> FROM SERVER: SMTP -> NOTICE: EOF caught while checking if connectedCould you please help me in this regard.Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/300574-smtp-error-in-phpmailer-settings/ Share on other sites More sharing options...
requinix Posted January 20, 2016 Share Posted January 20, 2016 Try port 587. Quote Link to comment https://forums.phpfreaks.com/topic/300574-smtp-error-in-phpmailer-settings/#findComment-1530117 Share on other sites More sharing options...
girishk Posted January 20, 2016 Author Share Posted January 20, 2016 I changed the port but no result Quote Link to comment https://forums.phpfreaks.com/topic/300574-smtp-error-in-phpmailer-settings/#findComment-1530121 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.