Help with SMTP email - godaddy shared hosting on Linux? - Joomla! Forum - community, help and support
i have looked through of forum postings, found several related topic cant find seems work.
i registered test user, not recieve verification email. when go ahead , try login test user, message, , never receive email.
warning: fsockopen(): unable connect smtpout.secureserver.net:25 in /home/content/m/r/o/mroach003a/html/includes/phpmailer/class.smtp.php on line 105
your registration process not yet complete! please check again email further instructions have been resent. if don't find email, check spam-box. make sure email account options not set delete spam. if case, try logging in again receive new instructions email.
mailer: smtp server
mail from: "put email address here"
from name: "web site address"
sendmail path: "blank"
smtp auth: yes
smtp user: "name@domain.com" instructed
smtp pass: "password"
smtp host: smtpout.secureserver.net "per instructions in forums posts , godaddy
i have site using dotnetnuke trying replace. on site, have same smtp mail relay settings , works. difference asks type of authentication (anonymous, basic, or ntlm).
one thought had was, in error message "smtpout.secureserver.net:25", :25 refer port 25? godaddy instructions smtp relay specify port 80 or 3535. don't see can configure this?
anyone have suggestions or have experience this?
i registered test user, not recieve verification email. when go ahead , try login test user, message, , never receive email.
warning: fsockopen(): unable connect smtpout.secureserver.net:25 in /home/content/m/r/o/mroach003a/html/includes/phpmailer/class.smtp.php on line 105
your registration process not yet complete! please check again email further instructions have been resent. if don't find email, check spam-box. make sure email account options not set delete spam. if case, try logging in again receive new instructions email.
mailer: smtp server
mail from: "put email address here"
from name: "web site address"
sendmail path: "blank"
smtp auth: yes
smtp user: "name@domain.com" instructed
smtp pass: "password"
smtp host: smtpout.secureserver.net "per instructions in forums posts , godaddy
i have site using dotnetnuke trying replace. on site, have same smtp mail relay settings , works. difference asks type of authentication (anonymous, basic, or ntlm).
one thought had was, in error message "smtpout.secureserver.net:25", :25 refer port 25? godaddy instructions smtp relay specify port 80 or 3535. don't see can configure this?
anyone have suggestions or have experience this?
having same problem please reply
changed code in class.smtp.php
line 30 to// var $smtp_port = 80;
line 82 // function connect($host,$port=80,$tval=30) {
but still gives fsockopen(): unable connect smtpout.secureserver.net:25 // 25 still coming from!!
(edit)
okay edited "class.phpmailer.php" , think changed it, hangs during send process tries download index.php(it blank file) plain weird.. way see post below workaround not solution orig problem.
changed code in class.smtp.php
line 30 to// var $smtp_port = 80;
line 82 // function connect($host,$port=80,$tval=30) {
but still gives fsockopen(): unable connect smtpout.secureserver.net:25 // 25 still coming from!!
(edit)
okay edited "class.phpmailer.php" , think changed it, hangs during send process tries download index.php(it blank file) plain weird.. way see post below workaround not solution orig problem.
Comments
Post a Comment