SMTP server response: 551 User not local, any idea what this

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
Semipro15
-


Joined: 21 Sep 2004
Posts: 2

PostPosted: Wed Sep 22, 2004 10:00 pm    Post subject: SMTP server response: 551 User not local, any idea what this Reply with quote

I am running an abyss server with PHP 5 and with ArGoSoft Mail Server, anybody know how to fix this problem?(SMTP server response: 551 User not local) PLEASE help, really desperate.
Back to top View user's profile Send private message
k1ll3rdr4g0n
-


Joined: 04 Jul 2004
Posts: 609

PostPosted: Wed Sep 22, 2004 10:22 pm    Post subject: Reply with quote

You have the option not to relay if user is not local. Uncheck that and check relay....goto SMTP options and hit AMTP auth and use POP# usernames/passwords
_________________
Back to top View user's profile Send private message AIM Address
Semipro15
-


Joined: 21 Sep 2004
Posts: 2

PostPosted: Wed Sep 22, 2004 10:48 pm    Post subject: okay, but... Reply with quote

<?php
$ADDR = "name@example.com";
if (mail($ADDR,"Testing","This is a test"))
echo "Mail function succeeded<br />";
else
echo "Mail function FAILED<br />";
?>
that is the script that I use, and it says that the mail function succeeded, but I didn't get the message in my hotmail inbox...
Back to top View user's profile Send private message
Emzo
-


Joined: 21 Sep 2004
Posts: 3

PostPosted: Thu Sep 23, 2004 1:45 pm    Post subject: Reply with quote

User not local - this is from the email server.
SMTP server response: 551 User not local. The php script is OK but the problem is in the setting of this SMTP server. Read the documentation.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP 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