email from script error

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
svankamon
-


Joined: 01 Apr 2007
Posts: 148
Location: Chesterfield UK

PostPosted: Mon Mar 10, 2008 10:10 pm    Post subject: email from script error Reply with quote

Hi, firstly thanks again for your past assistance. Much apreciated.

Heres the next problem i cant solve?
Its an email problem from a script.
Ive wrote to the script vendors but thats like watching paint dry getting em to rreply. So here goes.

Firstly my settings.
PHP mail settings at:


[mail function]
; For Win32 only.
SMTP = 127.0.0.1
smtp_port = 25

; For Win32 only.
sendmail_from = me@mydomain.com


The script settings are:


define('USE_SMTP','no');
define('SMTP_FROM_NAME','');
define('SMTP_SERVER','');
define('SMTP_PORT','');
define('SMTP_FROM_MAILER','scriptnamehere');


On my local machine using hmailserver all works well. I receive emails to admin stating new member signed and receive all messages (to member) sent by the script. ALL WORKS WELL.

However, when i use my hotmail account or an account outside my domain i receive admin mails but no user mails at the hotmail account. I have a user and keep receiveing Youve Got MAil to admin but i cannot reeive the message from the user.

In cases where i use my hotmail account i get the following daemon error.


The following recipient(s) could not be reached:

meagain@hotmail.co.uk
Error Type: SMTP
Remote server (65.54.244.136) issued an error.
hMailServer sent: HELO 127.0.0.1
Remote server replied: 554 Transaction failed


I tried changing the script settings to:

define('USE_SMTP','yes');
define('SMTP_FROM_NAME','My Name');
define('SMTP_SERVER','127.0.0.1');
define('SMTP_PORT','25');
define('SMTP_FROM_MAILER','scriptnamehere');


But that sends the member message to my admin account folder where i use rules to receive each message. (instead of the folder i have setup for testr)

Hope you can help with this one. Much apreciation in advance.

Cheers.
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB phpBB Group