My site won't send emails...

Status
Not open for further replies.

skelter

New Member
Messages
27
Reaction score
0
Points
0
skelter.pcriot.com

I have a strange issue. My website requires new users to register an account, and the registraion process is supposed to send out an email with the link for the confirmation.
In the last days all the users trying to register a new account NEVER receive the email, so that they cant confirm and enter the site. I dont know when this started, but probably more than a week ago.

What is the problem ? I havent modified anything in the configuration and it was working correctly in the first days.

PS: now the email feature is disabled so that users can register easy, but I would like to put the feature on again.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Are you using SMTP to send out e-mails or the PHP mail() function.
 

holeepassion

New Member
Messages
110
Reaction score
0
Points
0
Are you using SMTP to send out e-mails or the PHP mail() function.

I am sorry if I seem to highjack this thread but I am having the same issue.

I am using SMTP ... go the following message

The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'holeepassion@yahoo.com.au'. Subject 'testing contact@holeepassion.com', Account: 'mail.holeepassion.com', Server: 'mail.holeepassion.com', Protocol: SMTP, Server Response: '451 Temporary local problem - please try later', Port: 25, Secure(SSL): No, Server Error: 451, Error Number: 0x800CCC79

How do you use the PHP mail() function ?

Thanks heaps in advance ...

Cheers
 

skelter

New Member
Messages
27
Reaction score
0
Points
0
Are you using SMTP to send out e-mails or the PHP mail() function.

I really dont know, it's a feature of "Seditio" PHP web engine... anyway i have never set up a SMTP service in its configuration procedure...
Edit:
I really dont know, it's a feature of "Seditio" PHP web engine... anyway i have never set up a SMTP service in its configuration procedure...

I guess it's probably the PHP Mail function.
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
I am sorry if I seem to highjack this thread but I am having the same issue.

I am using SMTP ... go the following message

The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'holeepassion@yahoo.com.au'. Subject 'testing contact@holeepassion.com', Account: 'mail.holeepassion.com', Server: 'mail.holeepassion.com', Protocol: SMTP, Server Response: '451 Temporary local problem - please try later', Port: 25, Secure(SSL): No, Server Error: 451, Error Number: 0x800CCC79

How do you use the PHP mail() function ?

Thanks heaps in advance ...

Cheers

Are you using this from Outlook or something, or is it a PHP Application giving you that error.

I really dont know, it's a feature of "Seditio" PHP web engine... anyway i have never set up a SMTP service in its configuration procedure...
Edit:


I guess it's probably the PHP Mail function.

Do you happen to have a link to there site?
 

skelter

New Member
Messages
27
Reaction score
0
Points
0
No no it's not a Outlook issue or anyway a problem wit my accout !
It's a feature of my PHP website: when you register, it automatically sends an email for the confirmation: when you click the link in the email, your account is activated and you can log in.
I dont know how it works cause i downloaded this engine and just did a few easy steps for the configuration...

The website is here: skelter.pcriot.com but the email feature in the registration procedure is now disabled to let new users register their account.
 

cloaked

New Member
Messages
8
Reaction score
0
Points
0
I'm not sure but i believe you have to change your php version to Intermediate PHP Configuration in the account management panel
 

skelter

New Member
Messages
27
Reaction score
0
Points
0
Thank you but probably I have found out the reason. In my PHP settings I changed "localhost" as database server to "stoli.x10hosting.com" and now it works. Dont ask me why ! LOL
Btw, I am already in intermediate PHP.

Thank you for your help ! :)
 

holeepassion

New Member
Messages
110
Reaction score
0
Points
0
Are you using this from Outlook or something, or is it a PHP Application giving you that error.



Do you happen to have a link to there site?

I have issues with both.

I cannot seem get the Outlook express to upload the emails.

PHP application from my website does not send emails to the email account I have created. It was used to work.

Now, I keep getting these messages below in my squirrel web mail !!! It seems that they do not recognise my contact@holeepassion.com email address at all ? When I check the routing, it does not show anything also.

Help ......... it has been over a month !!!

Thanks in advance ....


This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

contact@holeepassion.com
retry timeout exceeded

------ This is a copy of the message, including all the headers. ------

Return-path: <holeepas@absolut.x10hosting.com>
Received: from holeepas by absolut.x10hosting.com with local (Exim 4.68)
(envelope-from <holeepas@absolut.x10hosting.com>)
id 1JOSwL-0005MU-E6
for contact@holeepassion.com; Mon, 11 Feb 2008 01:18:57 -0600
To: contact@holeepassion.com
Subject: SubscriptionAll topics in this awesome website
From: tetsinngndngdg@absolut.x10hosting.com
Message-Id: <E1JOSwL-0005MU-E6@absolut.x10hosting.com>
Date: Mon, 11 Feb 2008 01:18:57 -0600

Below is the information submitted to your online Contact form on February 11, 2008
at 11:18 am:

SUBJECT: All topics in this awesome website
FROM: testinndsadfds
EMAIL: tetsinngndngdg
COMPANY: sadfafdsfdsfds
 

skelter

New Member
Messages
27
Reaction score
0
Points
0
I was wrong... the php engine of my website correctly sends out emails, but they are recognized as spam by many email servers, so most users cannot complete their registration process. Probably the domain "skelter.pcriot.com" isn't well liked by email servers...
:rant2:
 
Status
Not open for further replies.
Top