Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 1:46 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 10 posts ] 
Author Message
Posted: Thu Feb 08, 2007 4:15 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Feb 07, 2007 4:32 am
Posts: 1
I have looked through all of the forum postings, found several that are related to this topic but I cant find anything that seems to work. 

I registered a test user, but do not recieve an verification email.  When I go ahead and try to login with the test user, I get this message, and I never receive an email.

Warning: fsockopen(): unable to connect to smtpout.secureserver.net:25 in /home/content/m/r/o/mroach003a/html/includes/phpmailer/class.smtp.php on line 105
Your registration process is not yet complete! Please check again your email for further instructions that have just been resent. If you don't find the email, check your spam-box. Make sure that your email account options are not set to immediately delete spam. If that was the case, just try logging in again to receive a new instructions email.


Mailer:  SMTP Server 
Mail From:  "put my email address here"
From Name:  "web site address"
Sendmail Path:  "blank"
SMTP Auth:  Yes 
SMTP User:  "name@domain.com" as instructed
SMTP Pass:  "password"
SMTP Host:  smtpout.secureserver.net "per instructions in forums posts and godaddy

I have a site using dotnetnuke that I am trying to replace.  On that site, I have the same SMTP mail relay settings and it works.  The only difference is it asks for the type of AUTHENTICATION (anonymous, basic, or NTLM).

One thought I had was, in the error message "smtpout.secureserver.net:25", does the :25 refer to port 25?  Godaddy instructions for SMTP relay specify port 80 or 3535.  I don't see where I can configure this?

Anyone have any suggestions or have experience with this?


Top
   
 
Posted: Fri Feb 16, 2007 2:25 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Jan 21, 2007 5:32 pm
Posts: 16
having same problem someone please reply ???

changed code in class.smtp.php

Line 30 to// var $SMTP_PORT = 80;
line 82 to // function Connect($host,$port=80,$tval=30) {

but still gives fsockopen(): unable to connect to smtpout.secureserver.net:25 // where is the 25 still coming from!!

(edit)
okay also edited "class.phpmailer.php" and i think it changed it, but now it hangs during the send process then it tries to download index.php(it is a blank file) just plain weird.. any way see post below for workaround but not a solution to orig problem.


Last edited by jmans on Sat Feb 17, 2007 8:20 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Sat Feb 17, 2007 5:05 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Jan 21, 2007 5:32 pm
Posts: 16
somebody,anybody.  ???

cannot get smtp to work but php is okay

maybe this helps.
Below are the locations of important Linux binaries:

perl
/usr/bin/perl
php
/usr/bin/php
sendmail
/usr/sbin/sendmail

so the settings for php would simply be:(in global settings:mail)
Mailer: PHP mail function 
Mail From:yourname@yourdomain.com
From Name: yourname
Sendmail Path: /usr/bin/php

i know this does not solve your orig problem but maybe it is an acceptable workaround.


Last edited by jmans on Sat Feb 17, 2007 8:24 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Wed Jan 21, 2009 6:03 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Jan 21, 2009 5:57 am
Posts: 3
mroach003 wrote:
I have looked through all of the forum postings, found several that are related to this topic but I cant find anything that seems to work. 

I registered a test user, but do not recieve an verification email.  When I go ahead and try to login with the test user, I get this message, and I never receive an email.

Warning: fsockopen(): unable to connect to smtpout.secureserver.net:25 in /home/content/m/r/o/mroach003a/html/includes/phpmailer/class.smtp.php on line 105
Your registration process is not yet complete! Please check again your email for further instructions that have just been resent. If you don't find the email, check your spam-box. Make sure that your email account options are not set to immediately delete spam. If that was the case, just try logging in again to receive a new instructions email.


Mailer:  SMTP Server 
Mail From:  "put my email address here"
From Name:  "web site address"
Sendmail Path:  "blank"
SMTP Auth:  Yes 
SMTP User:  "name@domain.com" as instructed
SMTP Pass:  "password"
SMTP Host:  smtpout.secureserver.net "per instructions in forums posts and godaddy

I have a site using dotnetnuke that I am trying to replace.  On that site, I have the same SMTP mail relay settings and it works.  The only difference is it asks for the type of AUTHENTICATION (anonymous, basic, or NTLM).

One thought I had was, in the error message "smtpout.secureserver.net:25", does the :25 refer to port 25?  Godaddy instructions for SMTP relay specify port 80 or 3535.  I don't see where I can configure this?

Anyone have any suggestions or have experience with this?



Try this solution

http://supertubee.com/index.php?option= ... 53&topic=3


Top
  E-mail  
 
Posted: Tue Jun 16, 2009 6:09 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Wed Sep 17, 2008 4:37 am
Posts: 65
no one yet has a solution for this?

_________________
SEO-Mind http://www.seo-mind.com
World's Best Guitarists http://www.worldguitarists.com


Top
  E-mail  
 
Posted: Thu Jul 23, 2009 7:45 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Tue Dec 25, 2007 2:15 pm
Posts: 1067
Location: Baroda - India
I think it should be 25 not 80, 80 is reserved for http

_________________
ONE WORLD OPEN WORLD - WAR TODAY GIVE PEACE A CHANCE
http://indiavoice.info - India News & Information Portal
http://indiadaily.indiavoice.info - India Daily Infotainment

(Powered by Joomla!)


Top
   
 
Posted: Fri Nov 13, 2009 8:04 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Nov 06, 2009 9:05 pm
Posts: 5
It's been several months since you guys have posted the questions. I'm having a similar issue. Has anyone found a solution?


Top
  E-mail  
 
Posted: Tue Nov 17, 2009 4:28 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jun 25, 2009 5:42 am
Posts: 9
I think godaddy has no solution. My site is hosted on their windows server and here is the reply i got from them.

"As we stated previously you are not on a Linux server. You currently have a windows hosting with IIS 7 which supports some php functions but not all of them. If you wish to use php mail functions and joomla php functions please switch your hosting account to a Linux server. Please use the directions we provided to you earlier to change the operating system of your hosting account."


Top
  E-mail  
 
Posted: Tue Nov 17, 2009 2:00 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Nov 06, 2009 9:05 pm
Posts: 5
aneelkhan wrote:
I think godaddy has no solution. My site is hosted on their windows server and here is the reply i got from them.

"As we stated previously you are not on a Linux server. You currently have a windows hosting with IIS 7 which supports some php functions but not all of them. If you wish to use php mail functions and joomla php functions please switch your hosting account to a Linux server. Please use the directions we provided to you earlier to change the operating system of your hosting account."


I also have Windows IIS hosting and was finally able to get mine to send email properly. I detailed my solution in this post: viewtopic.php?f=428&t=460480


Top
  E-mail  
 
Posted: Thu Nov 19, 2009 7:42 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Nov 06, 2009 9:05 pm
Posts: 5
lakikenvin wrote:
It's been several months since you guys have posted the questions. I'm having a similar issue. Has anyone found a solution?


In the post just before this one, I posted a link to here: http://forum.joomla.org/viewtopic.php?f=428&t=460480

This was a solution that worked for me.


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group