Search found 14 matches

by MarkusD
Tue Sep 28, 2021 12:56 pm
Forum: madExcept
Topic: SendSmtpMail - CC and BCC are missing
Replies: 1
Views: 2218

SendSmtpMail - CC and BCC are missing

Hi,

until now CC and BCC are not possible with SendSmtpMail. Do you have plans to implement that in a future release?

Thanks in advance, Markus
by MarkusD
Wed Sep 22, 2021 5:41 am
Forum: madExcept
Topic: SendSmtpMail always fails
Replies: 2
Views: 2611

Re: SendSmtpMail always fails

Does madExcept succeed sending emails via SMTP if it's done as part of the exception box in a GUI application? In other words: Is it only failing if you call SendSmtpMail manually, while it succeeds when madExcept calls this internally? Or does madExcept generally fail sending any SMTP emails at al...
by MarkusD
Tue Sep 21, 2021 6:27 am
Forum: madExcept
Topic: SendSmtpMail always fails
Replies: 2
Views: 2611

SendSmtpMail always fails

Hi, I want to send mails with SendSmtpMail. But I always get "false" as the result. var FileNames : TStringDynArray := Utils.GetFiles(gConstData.ExchangeFolder, faAnyFile, 0, '*.txt'); for var i : Integer := 0 to High(FileNames) do begin var SL := TStringList.Create; var MailFrom, MailSubj...
by MarkusD
Fri Jan 03, 2020 4:32 pm
Forum: madExcept
Topic: Error compiling
Replies: 2
Views: 3972

Re: Error compiling

Could you please try the latest test build, maybe it fixes the issue? In the end I fixed my problem. I'm not sure if the latest build did the trick or installing not under "C:\Program Files (x86)\". FYI, madExcept ships with precompiled DCUs. So the source code is only there for you to br...
by MarkusD
Fri Jan 03, 2020 10:19 am
Forum: madExcept
Topic: Error compiling
Replies: 2
Views: 3972

Error compiling

Hi, I recently moved from Delphi Seattle to Rio. I installed madExcept 5.0. The information dialog said that all components installed well. I now try to compile and old project and get the following error: Der Buildvorgang wurde am 03.01.2020 10:51:56 gestartet. _____________________________________...
by MarkusD
Thu Mar 23, 2017 9:44 am
Forum: madExcept
Topic: Issue with "MailBody" field in the ".mes" file
Replies: 3
Views: 4781

Re: Issue with "MailBody" field in the ".mes" file

Can't seem to reproduce that problem here. I've added 280 chars to the MailBody field, then saved the project, closed Delphi, restarted Delphi, opened the project, and all 280 chars are still there. Maybe you've edited the mes file with a text editor which can't handle lines longer than 255 chars? ...
by MarkusD
Thu Mar 23, 2017 8:44 am
Forum: madExcept
Topic: plugin installation into Delphi 10 Seattle x86 failed...
Replies: 5
Views: 9226

Re: plugin installation into Delphi 10 Seattle x86 failed...

... You still need to "check" the plugin there to enable it for your project, and then recompile. It works for me, but I do have madExcept installed in a folder where the user has write access to. I think as a developer you should not expect that a user installs a software in a folder whe...
by MarkusD
Wed Jan 25, 2017 4:38 pm
Forum: madExcept
Topic: using AutoSendBugReport
Replies: 1
Views: 2915

using AutoSendBugReport

Hi, I wrote an application which sends mails with AutoSendBugReport from a users server. But I can't get it running, if I do call AutoSendBugReport nothing happens, I don't receive the mail. If I use the madTestMailAPIs sample I'm able to send a mail from the users server. But which properties of &q...
by MarkusD
Tue Jan 17, 2017 3:09 pm
Forum: madExcept
Topic: Showing errors occurred during sending a mail
Replies: 1
Views: 2724

Showing errors occurred during sending a mail

Hi, I'm using AutoSendBugReport to send a mail from a customers PC. Sending the mail did not work. It does work when I'm using a domain name of the customer. That does not work: MESettings.MailFrom := 'info@my_company.com'; That does work: MESettings.MailFrom := 'info@customer_company.com'; I assume...
by MarkusD
Wed Jan 11, 2017 8:30 am
Forum: madExcept
Topic: Issue with "MailBody" field in the ".mes" file
Replies: 3
Views: 4781

Issue with "MailBody" field in the ".mes" file

Hi, there is an issue with the length of the "MailBody" field in the ".mes" file. It seems that it is not able to handle more than about 255 characters. I can edit that field in the dialog "madExcept 4.0.16 settings", and everything goes fine into the .mes file, but whe...
by MarkusD
Mon Jan 09, 2017 11:42 am
Forum: madExcept
Topic: Mailing questions, attach files, alter subject, German trans
Replies: 3
Views: 3827

Re: Mailing questions, attach files, alter subject, German t

unfortunately I don't have German texts ready to use for you (even though I'm German myself - ouch!). Shouldn't be too hard for you to translate them, though. It's a relatively short list of strings. I agree, the list of strings is not that long, but where exactly do I find these strings? They are ...
by MarkusD
Mon Jan 09, 2017 9:47 am
Forum: madExcept
Topic: plugin installation into Delphi 10 Seattle x86 failed...
Replies: 5
Views: 9226

Re: plugin installation into Delphi 10 Seattle x86 failed...

Ah, that's probably my fault. Newer OSs are quite picky about where programs may write to. In your case you've installed madCollection into the Program Files directory, which is just fine. But madExcept is not really allowed to write into that directory, so the plugin directory is not writable. As ...
by MarkusD
Wed Jan 04, 2017 12:15 pm
Forum: madExcept
Topic: Mailing questions, attach files, alter subject, German trans
Replies: 3
Views: 3827

Mailing questions, attach files, alter subject, German trans

Hi, 1) How can I alter the subject of the mail, during *run time*? I do want to replace "bug report" to something like, if your application uses the German GUI "Fehlerreport - %appname% - %appversion% - %date% - %time%" or if it uses the English GUI: "Error report - %appname...
by MarkusD
Wed Jan 04, 2017 9:54 am
Forum: madExcept
Topic: plugin installation into Delphi 10 Seattle x86 failed...
Replies: 5
Views: 9226

plugin installation into Delphi 10 Seattle x86 failed...

Hi, double clicking on for example "ActiveControl.mep" gives me an error message: plugin installation into BCB 10 Seattle failed... plugin installation into Delphi 10 Seattle x86 failed... plugin installation into Delphi 10 Seattle x64 failed... There are no files in: C:\Program Files (x86...