Page 1 of 1

contact name / contact email

Posted: Sat Apr 07, 2018 4:45 am
by howstat
Hi,

Probably because of tighter restrictions by ISP's I am finding that more and more people using my applications are unable to email bug reports using SMTP Client or Server. Using MailTo isn't much good (no attachments).

Sending via Web Server is a lot of trouble, so I have modified MadExcept.pas to send bug reports to my web site via FTP (a monitoring program then emails me when a bug report is received).

I have set it up so that as soon as the [Send Report] button is clicked the bug report is sent via FTP (skipping the Send Assistant which I don't want to show).

I have this working perfectly with one problem. I would like to show the fields "contact name" and "contact email" on the general tab of the bug report, but when the Send Assistant is not used these fields do not appear.

I have tried setting exceptIntf.mailfrom and exceptIntf.mailaddr in various places but the contact fields just don't appear in the bug report unless the Send Assistant is invoked.

Any guidance would be appreciated.


Cheers,

Colin

Re: contact name / contact email

Posted: Sat Apr 07, 2018 12:50 pm
by madshi
The bottom of this page shows how to remove something from the bug report header:

http://help.madshi.net/HowToUseMadExcept.htm

In the same way you can also add things.

Re: contact name / contact email

Posted: Sat Apr 07, 2018 1:18 pm
by howstat
Thank you for the prompt reply.

Does the job perfectly.