php - smtp error on vps hosting when sending email -


i installed smtp module (with phpmailer). can work on gmail , sends mail fine. when try set on hosting company's server error.

2015-06-29 13:41:52 server -> client: 220-server.safensahookup.com esmtp exim 4.85 #2 mon, 29 jun 2015 13:41:52 +0000 220-we not authorize use of system transport unsolicited, 220 and/or bulk e-mail. 2015-06-29 13:41:52 client -> server: ehlo 173.214.189.92 2015-06-29 13:41:52 server -> client: 250-server.safensahookup.com hello server.safensahookup.com [173.214.189.91] 250-size 52428800 250-8bitmime 250-pipelining 250-auth plain login 250-starttls 250 2015-06-29 13:41:52 client -> server: starttls 2015-06-29 13:41:52 server -> client: 220 tls go ahead 2015-06-29 13:41:53 client -> server: ehlo 173.214.189.92 2015-06-29 13:41:53
server -> client: 250-server.safensahookup.com hello server.safensahookup.com [173.214.189.91] 250-size 52428800 250-8bitmime 250-pipelining 250-auth plain login 250 2015-06-29 13:41:53 client -> server: auth login 2015-06-29 13:41:53 server -> client: 334 vxnlcm5hbwu6 2015-06-29 13:41:53 client -> server: anvsawvuzwvkczc4m0bnbwfpbc5jb20= 2015-06-29 13:41:53 server -> client: 334 ugfzc3dvcmq6 2015-06-29 13:41:53 client -> server: mdg5bm9tyw4= 2015-06-29 13:41:55 server -> client: 535 incorrect authentication data 2015-06-29 13:41:55 smtp error: password command failed: 535 incorrect authentication data 2015-06-29 13:41:55 smtp error: not authenticate. 2015-06-29 13:41:55 client -> server: quit 2015-06-29 13:41:55 server -> client: 221 server.safensahookup.com closing connection 2015-06-29 13:41:55 smtp connect() failed. https://github.com/phpmailer/phpmailer/wiki/troubleshooting message not sent.mailer error: smtp connect() failed. https://github.com/phpmailer/phpmailer/wiki/troubleshooting


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -