Can send email via gmail but wont send registration email? - Joomla! Forum - community, help and support
well have spent on 5 hours on today , have ti working point.
my settings follows
joomla 1.5.14
i can send emails mass email section. works fine , sends them out registered users (right have manually enable them).
however cannot, life of me, send new emails user registration.
i keep getting "cannot connect smtp error".
i have tried pretty on forums. took me 5 hours send emails via mass email.
any ideas why mass emails work, new user registration doesnt?
thanks
my settings follows
joomla 1.5.14
var $mailer = 'smtp';
var $mailfrom = 'admin@mydomain.com';
var $fromname = 'my site';
var $sendmail = '';
var $smtpauth = '1';
var $smtpsecure = 'ssl';
var $smtpport = '465';
var $smtpuser = 'admin@mydomain';
var $smtppass = 'mypassword';
var $smtphost = 'ssl://smtp.gmail.com:465'
i can send emails mass email section. works fine , sends them out registered users (right have manually enable them).
however cannot, life of me, send new emails user registration.
i keep getting "cannot connect smtp error".
i have tried pretty on forums. took me 5 hours send emails via mass email.
any ideas why mass emails work, new user registration doesnt?
thanks
here phpmailer resonse.
again appears working correctly. still not sending new user registration emails.
again appears working correctly. still not sending new user registration emails.
smtp -> get_lines(): $data "" smtp -> get_lines(): $str "220 mx.google.com esmtp e8sm376192muf.29 " smtp -> get_lines(): $data "220 mx.google.com esmtp e8sm376192muf.29 " smtp -> server: 220 mx.google.com esmtp e8sm376192muf.29 smtp -> get_lines(): $data "" smtp -> get_lines(): $str "250-mx.google.com @ service, [98.130.0.184] " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] " smtp -> get_lines(): $str "250-size 35651584 " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] 250-size 35651584 " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] 250-size 35651584 " smtp -> get_lines(): $str "250-8bitmime " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] 250-size 35651584 250-8bitmime " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] 250-size 35651584 250-8bitmime " smtp -> get_lines(): $str "250-auth login plain " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] 250-size 35651584 250-8bitmime 250-auth login plain " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] 250-size 35651584 250-8bitmime 250-auth login plain " smtp -> get_lines(): $str "250-enhancedstatuscodes " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] 250-size 35651584 250-8bitmime 250-auth login plain 250-enhancedstatuscodes " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] 250-size 35651584 250-8bitmime 250-auth login plain 250-enhancedstatuscodes " smtp -> get_lines(): $str "250 pipelining " smtp -> get_lines(): $data "250-mx.google.com @ service, [98.130.0.184] 250-size 35651584 250-8bitmime 250-auth login plain 250-enhancedstatuscodes 250 pipelining " smtp -> server: 250-mx.google.com @ service, [98.130.0.184] 250-size 35651584 250-8bitmime 250-auth login plain 250-enhancedstatuscodes 250 pipelining smtp -> get_lines(): $data "" smtp -> get_lines(): $str "334 vxnlcm5hbwu6 " smtp -> get_lines(): $data "334 vxnlcm5hbwu6 " smtp -> get_lines(): $data "" smtp -> get_lines(): $str "334 ugfzc3dvcmq6 " smtp -> get_lines(): $data "334 ugfzc3dvcmq6 " smtp -> get_lines(): $data "" smtp -> get_lines(): $str "235 2.7.0 accepted " smtp -> get_lines(): $data "235 2.7.0 accepted " smtp -> get_lines(): $data "" smtp -> get_lines(): $str "250 2.1.0 ok e8sm376192muf.29 " smtp -> get_lines(): $data "250 2.1.0 ok e8sm376192muf.29 " smtp -> server: 250 2.1.0 ok e8sm376192muf.29 smtp -> get_lines(): $data "" smtp -> get_lines(): $str "250 2.1.5 ok e8sm376192muf.29 " smtp -> get_lines(): $data "250 2.1.5 ok e8sm376192muf.29 " smtp -> server: 250 2.1.5 ok e8sm376192muf.29 smtp -> get_lines(): $data "" smtp -> get_lines(): $str "354 go ahead e8sm376192muf.29 " smtp -> get_lines(): $data "354 go ahead e8sm376192muf.29 " smtp -> server: 354 go ahead e8sm376192muf.29 smtp -> get_lines(): $data "" smtp -> get_lines(): $str "250 2.0.0 ok 1256927247 e8sm376192muf.29 " smtp -> get_lines(): $data "250 2.0.0 ok 1256927247 e8sm376192muf.29 " smtp -> server: 250 2.0.0 ok 1256927247 e8sm376192muf.29 smtp -> get_lines(): $data "" smtp -> get_lines(): $str "221 2.0.0 closing connection e8sm376192muf.29 " smtp -> get_lines(): $data "221 2.0.0 closing connection e8sm376192muf.29 " smtp -> server: 221 2.0.0 closing connection e8sm376192muf.29 message has been sent
Comments
Post a Comment