philmaw Posted June 2, 2004 Posted June 2, 2004 Hi everybody, I really could do with your help, i've got one until 1st july to get my new online shop up and running. I've got about 6,000 products to add in and i've just installed osCommerce onto the server. I'm hosted on an IIS 6 server with php, mysql etc and also have secure webspace with the hosting company. Its all running great until I go to confirm the order (Step 4) and then i get an error message regarding the email server requires authentication, the message is below: Warning: mail(): SMTP server response: 503 This mail server requires authentication. Please check your mail client settings. in C:\Domains\goytmill.com\SSL\shop\includes\classes\email.php on line 500 Warning: mail(): SMTP server response: 503 This mail server requires authentication. Please check your mail client settings. in C:\Domains\goytmill.com\SSL\shop\includes\classes\email.php on line 500 Warning: Cannot modify header information - headers already sent by (output started at C:\Domains\goytmill.com\SSL\shop\includes\classes\email.php:500) in C:\Domains\goytmill.com\SSL\shop\includes\functions\general.php on line 29 Please can someone give me a pointer as to what it means and how to sort it. I've changed the admin email settings to SMTP from sendmail as it says for a windows server and just don't know what to do. If you want to try it out to see the message the the shop is located at www.goytmill.com/shop. Hope to hear off some of you soon. Phil
Guest Posted June 2, 2004 Posted June 2, 2004 Use this Contribution. SMTP Authentication Backup...Backup...Backup
philmaw Posted June 2, 2004 Author Posted June 2, 2004 Thanks for that, i think I've got a bit further than i was but i am still getting error messages: Warning: fsockopen(): php_network_getaddresses: gethostbyname failed in C:\Domains\goytmill.com\SSL\shop\includes\classes\class.smtp.inc on line 87 Warning: fsockopen(): unable to connect to www,goytmill.com:25 in C:\Domains\goytmill.com\SSL\shop\includes\classes\class.smtp.inc on line 87 Fatal error: Cannot redeclare class smtp in C:\Domains\goytmill.com\SSL\shop\includes\classes\class.smtp.inc on line 12 Really don't understand this, I've followed the instructions with the contribution. Please help Phil
Guest Posted June 2, 2004 Posted June 2, 2004 In class.smtp.inc is the following code set like this: $this->authenticated = FALSE; $this->timeout = 5; $this->status = SMTP_STATUS_NOT_CONNECTED; $this->host = 'smtp.yourdomain.com'; $this->port = 25; Fatal error: Cannot redeclare class smtp in C:\Domains\goytmill.com\SSL\shop\includes\classes\class.smtp.inc on line 12 Make sure Send Extra Order Emails To: is blank. Hope this helps.
philmaw Posted June 3, 2004 Author Posted June 3, 2004 Thanks for that, I have checked all my settings and nothing seems wrong but I am now getting this message: Warning: fsockopen(): php_network_getaddresses: gethostbyname failed in C:\Domains\goytmill.com\SSL\shop\includes\classes\class.smtp.inc on line 87 Warning: fsockopen(): unable to connect to www,goytmill.com:25 in C:\Domains\goytmill.com\SSL\shop\includes\classes\class.smtp.inc on line 87 Warning: Cannot modify header information - headers already sent by (output started at C:\Domains\goytmill.com\SSL\shop\includes\classes\class.smtp.inc:87) in C:\Domains\goytmill.com\SSL\shop\includes\functions\general.php on line 29 Hope someone can help me resolve this Thanks Phil
drakonan Posted June 3, 2004 Posted June 3, 2004 Warning: fsockopen(): unable to connect to www,goytmill.com:25 in C:\Domains\goytmill.com\SSL\shop\includes\classes\class.smtp.inc on line 87 Do you see the error? www <PERIOD> not <COMMA> - - - - Sometimes, ignorance is bliss.
helpONline Posted June 15, 2004 Posted June 15, 2004 hi. I got problem with this contribution too, but... I receive info that "e-mail was sent successfully" but no even 1 mail shows in my e-mail box. Itried several configurations. Modifing class.smtp & email.php smtp server parameters * NO EFFECT. Can anyone tell my why ? What am I doing wrong ?? :(
philmaw Posted June 15, 2004 Author Posted June 15, 2004 i get an email so the server settings seem to be right but its content is blank
helpONline Posted June 27, 2004 Posted June 27, 2004 does anybo is reading this ... philmaw What did you change that you get empty e-mails ?? I don't get ANY !! I saw somewhere a person talking about working SMTP contribution but not here . He said that there is an ERROR in contrib & with standard config it won't work Can ANYone tell me what to change ??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.