Mails not send

Write about issues that you have found.

Moderators: Koduc, Xpycm

Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.

The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.

Mails not send

Postby Ashwini » 27 Apr 2016, 08:55

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 . ..
Ashwini
Passer
 
Posts: 44
Joined: 03 Aug 2015, 12:41
Reputation point: 0

Re: Mails not send

Postby Foton » 28 Apr 2016, 10:24

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.
Foton
Web Developer
Web Developer
 
Posts: 117
Joined: 26 Jan 2012, 14:58
Reputation point: 1

Re: Mails not send

Postby Ashwini » 28 Apr 2016, 11:00

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 .
Ashwini
Passer
 
Posts: 44
Joined: 03 Aug 2015, 12:41
Reputation point: 0

Re: Mails not send

Postby Foton » 29 Apr 2016, 11:48

Then you should address your hosters.
Foton
Web Developer
Web Developer
 
Posts: 117
Joined: 26 Jan 2012, 14:58
Reputation point: 1

Re: Mails not send

Postby Ashwini » 29 Apr 2016, 13:50

Ok, thank you
Ashwini
Passer
 
Posts: 44
Joined: 03 Aug 2015, 12:41
Reputation point: 0


Return to Issues

Who is online

Users browsing this forum: No registered users and 4 guests

cron