Email not sending

delphi package - automated exception handling
Post Reply
David
Posts: 1
Joined: Mon Oct 16, 2017 10:09 am

Email not sending

Post by David »

Is there any way to determine why an automatic email is not being sent?

ME is detecting the crash and popping up its dialog but my 'Automatically send bug report' is not working. It is saving the bug report in the exe dir fine. I've tried two different 'smtp client' setting but there's no visible indication a report is being send, nor is one received.

If I allow the user to initiate the mail sending, then I receive 'Sorry, sending the mail didn't work'. This is for two different email addresses.

Using the latest madcollectionbeta download today
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Email not sending

Post by madshi »

These things are hard to debug. You can test if it works in the madExcept settings dialog (edit the settings, then wait 10 seconds), but you'll only get a success/failure message.

The most reliable method is to upload the bug report via HTTP, either to a custom PHP script on your own server, or to some Mantis/BugZilla/FogBugz error tracker.

If you need/want more detailed information for why SMTP mailing fails, you can always use a WinSock sniffer, of course.

Probably I should include more detailed error information at least into the madExcept settings dialog, will add that to my to do list.
Post Reply