Jump to content

Not getting emails for contact or passwords


Recommended Posts

shared host on godaddy. during install the test email gets sent fine.. but the contact us emails dont...i reinstalled everything and dosent work
says from localhost [127.0.0.1] not sure why. what files store settings for mail going out?
would it be a localhost setting or 127.0.0.1 setting.. cause i searched for 127.0.0.1 in files and got nothing.. localhost showes up few times and i put domain.com in there but did not work still.. how can i go about testing?




The original message was received at Sun, 25 Oct 2009 13:42:47 -0700
from localhost [127.0.0.1]

----- The following addresses had permanent fatal errors -----

(reason: 553 sorry, your mail was administratively denied. (#5.7.1))

----- Transcript of session follows -----
... while talking to relay-hosting.secureserver.net.:
>>> MAIL From: SIZE=37455 BODY=8BITMIME
<<< 553 sorry, your mail was administratively denied. (#5.7.1)
501 5.6.0 Data format error



i want to put in

if (!$con)
{
die('Could not connect: ' . mysql_error());
}

to find error but cant seem to understand the contact-form.php file.. also thinking about using the checkMail.php that is in install folder for testing.. cause that worked during install. could use some ideas there too pls.


contact-form.php
i get the error: an error occurred while sending message, which is found here... so in i want to put the "" die('Could not connect: ' . mysql_error());"" in here somewhere but im not sure where to ""if (!""

if (intval($cookie->id_customer))
$customer = new Customer(intval($cookie->id_customer));
if (Mail::Send(intval($cookie->id_lang), 'contact', 'Message from contact form', array('{email}' => $_POST['from'], '{message}' => stripslashes($message)), $contact->email, $contact->name, $from, (intval($cookie->id_customer) ? $customer->firstname.' '.$customer->lastname : $from)))
$smarty->assign('confirmation', 1);
else
$errors[] = Tools::displayError('an error occurred while sending message');



okya, so the :
if (Mail::Send(intval($cookie->id_lang), 'contact', 'Message from contact form', array('{email}' => $_POST['from'], '{message}' => stripslashes($message)), $contact->email, $contact->name, $from, (intval($cookie->id_customer) ? $customer->firstname.' '.$customer->lastname : $from)))
$smarty->assign('confirmation', 1);

if i put "" if(!"" the confirmation goes thru so its in there somewhere..


[solved] http://www.prestashop.com/forums/viewthread/32282/help_configuration___use/not_getting_emails_for_contact_or_passwords/

Link to comment
Share on other sites

ah ha i called godaddy and me and other brandon figured it out.. the contact-form is using the from address to actually send the email from insted of just being data of customers email as reference.. im going to attempt to change the field to just a text field and not something the page wans to use as actual email address on my server to send from via smtp.. then ill add in a field off the address i do want it sent from.. as in my shoping carts email to send messeges from...

Link to comment
Share on other sites

what about the sql


insted of sending the email field information to you and messege.. cart is trying to send the contact form information to you as an email of the customer,.. i beleve it should reference the contact setting in cart for where your cart notifications to customers are sent from.

Link to comment
Share on other sites

well this is also cause im am on a shared server. he said if dedicated then would work fine i guess ... but i think

so in the contact-form.php i need to make the address its trying to send from the one stored in db as my carts from address, insted of the $_POST['from']. makes sense right?

Link to comment
Share on other sites

  • 3 weeks later...

Dear anybody help me,



i am facing the same problem. My website is www.shopacricket.com
and the contact us page giving me trouble, the email is not sending?

Can you help me how i can solve this problem.
But when i entered registered email address like [email protected] , contact us form work properly when i enter free email address like gmail or yahoo then it show some warning message like;

Warning: mail() [function.mail]: SMTP server response: 553 sorry, your mail was administratively denied. (#5.7.1) in D:\Hosting\4929359\html\cricket\tools\swift\Swift\Plugin\MailSend.php on line 160

i am also using godaddy hosting but i am worried about contact problem.

Plz help ma. Thanks!

Link to comment
Share on other sites

Dear i am also facing the same problem , My website www.shopacricket.com contact us page is not working properly.
it gives me warning message when i send the mail to free email adresses like yahoo, hotmail and etc

Warning: mail() [function.mail]: SMTP server response: 553 sorry, your mail was administratively denied. (#5.7.1) in D:\Hosting\4929359\html\cricket\tools\swift\Swift\Plugin\MailSend.php on line 160


i am using godaddy hosting plz help me..


Thanks!

Link to comment
Share on other sites

  • 1 month later...

Hello friends I'm using prestashop for tests on a server hosting the UOL - Brazil. The version of prestashop I'm using is Version 1.2.5.0 with the translation for BR.

In my administrative area in preferences / email we = Use the PHP mail (). Recommended, works in most cases / both.

When installation at a store, the test email was sent to [email protected] normally, but try the contact form as the messages on the site, such as registration, reference password, etc ... are not sent. I tried changing to smtp yahoo, gmail, the land and no work

When I test by sending contact form, we have no error and the message that is displayed is = "Your message was successfully sent to our team."

When I make a purchase / register or ask me to resend the password, do not have any error tb, but in all cases no message is sent.

Someone with similar problems and who can help me? Already grateful hugs ....

Link to comment
Share on other sites

  • 1 year later...

Hi guys,

I have tried to find needed setting for my email account with Go Daddy and connect it to my Prestashop but I still have a problem to connect it!!!
Here is my setting:
SMTP server:smtpout.secureserver.net
SMTP user:*****
SMTP password: *****
Encryption: None
Port:25
It seems everything is ok but I am wondering why it doesn’t connect to my prestashop!!
I will appreciate if some one read this post and help me to solve this problem…
Note: The problem occurred in Contact form and I am using last version of prestashop

Thanks

Link to comment
Share on other sites

  • 3 months later...

Hi guys,<br/><br/>I have tried to find needed setting for my email account with Go Daddy and connect it to my Prestashop but I still have a problem to connect it!!!<br/>Here is my setting:<br/>SMTP server:smtpout.secureserver.net<br/>SMTP user:*****<br/>SMTP password: *****<br/>Encryption: None<br/>Port:25 <br/>It seems everything is ok but I am wondering why it doesn’t connect to my prestashop!!<br/>I will appreciate if some one read this post and help me to solve this problem…<br/>Note: The problem occurred in Contact form and I am using last version of prestashop<br/><br/>Thanks

 

Hi alirm, Were you able to solve the problem?

 

I configured the SMTP email option and the test email works, but not send emails from the contact form

 

Does anyone know what may be the problem?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...