Page 1 of 1

Mails not send

PostPosted: 27 Apr 2016, 08:55
by Ashwini
Mails like after registration , send message , contact us are not send from website , to gmail, yahoo & rediffmail.com ..
Previously all mails are send correctly but not now..
Plz suggest me , how to reslove this problem . ..

Re: Mails not send

PostPosted: 28 Apr 2016, 10:24
by Foton
Try this: open
/protected/modules/notifier/components/Notifier.php
The sending code in the very end of the file.
Add after

$mailer->IsHTML(false);

the code:

Code: Select all
$mailer->SMTPDebug = true;
$mailer->Send();
echo $mailer->ErrorInfo;
exit;
  


Then try to register and see what error will occur .
Send this error to us, that will give us more info about the problem.
You'll have the sending log and in the end - the eventual error.

Re: Mails not send

PostPosted: 28 Apr 2016, 11:00
by Ashwini
Thanks for reply ,

when i add this code in notifier file, and registered with my website blank screen display .. no anyone error message occured..
mail are going to my server but not going to gmail, yahoo or other .

Re: Mails not send

PostPosted: 29 Apr 2016, 11:48
by Foton
Then you should address your hosters.

Re: Mails not send

PostPosted: 29 Apr 2016, 13:50
by Ashwini
Ok, thank you