Forum Moderators: buckworks
i'm also getting this error
i get this error come up when a customer
uses the signup function or when any mailing function is used:
Warning: mail(): SMTP server response: 554 : Recipient address
rejected: Relay access denied in
\\nas22ent\domains\s\domain.com\user\htdocs\include\func.php on line 258
another error
Warning: mail(): SMTP server response: 554 Error: no valid recipients
in
\\nas22ent\domains\s\domain.com\user\htdocs\include\func.php on line 258
or
Warning: mail(): SMTP server response: 554 : Recipient address
rejected: Relay access denied in
\\nas22ent\domains\s\domain.com\user\htdocs\include\func.php on line 258
Warning: Cannot modify header information - headers already sent by
(output started at
\\nas22ent\domains\s\domain.com\user\htdocs\include\func.php: in
\\nas22ent\domains\s\domain.com\user\htdocs\include\func.php on line 181
is this something wrong with my xcart settings? or server settings?
lastly, i find when a customer/admin is logged in they just log out for no apparent reason. does anyone know how i can go about fixing these problems?
thanks in advanced
Send the code from that function to your hosting support and see if they can recommend a better way to do this. The xcart function uses the vanila php mail function call.
If this is a legit copy, I strongly recommend registering and posting on their forums -- they have top notch peer support for xcart in their forums.
db_query("INSERT INTO $sql_tbl[customers]
This is the insert query for adding new members to the database. In the VALUES line I simply changed @$membership to @$pending_membership
Re: license. If you try to run the store live without the license you're likely to get some nasty emails from the X-Cart folks because the cart has a built in license checker.
Re: the code - that's the code I'm using on one of my X-Cart installs so I don't know what else to tell you other than be sure you're in the right query. That code was used on a 4.0.17 install.
Just my 2 cents.
Simon.