How to retrieve failed emails + Bug

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/5/2014 7:45:16 AM
Gravatar
Total Posts 38

How to retrieve failed emails + Bug

After an upgrade of mojoportal, I forgot to set SMTP settings. Which were in web.config. And after upgrade site sent no emails. I wasnt aware of that till I was going to change the password. Then I relized where are SMTP Settings. Then I tried to use forgot password and contact us. But noone of them shown any error. They said email sent but not really ? [BUG]

 

Now, is there any way to get all those failed emails I missed ? I checked "mp_EmailSendLog" Database table, but its empty.

 

Plus, if email has error while sending either in contact us page or forgot password or anywhere else. Please for god sake, dont suppress the error. Show some alert to admin as well as the user, dont tell him/her that email was sent if its not sent.

 

Thank you.

1/5/2014 9:20:23 AM
Gravatar
Total Posts 18439

Re: How to retrieve failed emails + Bug

Contact form does not depend on smtp except to forward the message, it keeps messages in the database and messages can be viewed by clicking the view messages link next to the title of the contact form. So there is no reason to inform a user if some error happens on contact form.

Also email is not transactional and has no guarantee of delivery, a message can be relayed with no error happening at the time of relay but it still may fail and bounce back later. If an error happens while trying to relay the message then the error is logged so site admins should review their logs frequently. There is no way to ever know for sure after relaying an email message that it succeeded or not unless you are the recipient.

You must sign in to post in the forums. This thread is closed to new posts.