Difficulty sending emails

0
I use AdvEmail v6.5 and try to send an email using an Email Template. When debugging the microflow for sending the email I get the following message when I try to open the Email template and the new email message which is created: Mendix.Modeler.MicroFlows.Debugger.DebuggerException: java.lang.Long cannot be cast to java.lang.Integer at Mendix.Modeler.MicroFlows.Debugger.DebuggerResponse..ctor(String requestActionName, String responseText) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MicroFlows\Debugger\DebuggerResponse.cs:line 27 at Mendix.Modeler.MicroFlows.Debugger.DebuggerClient.PerformRequest(DebuggerRequest request, Int32 timeout) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MicroFlows\Debugger\DebuggerClient.cs:line 166 at Mendix.Modeler.MicroFlows.Debugger.DebuggerClient.GetObject(Guid debugId, String variableName) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MicroFlows\Debugger\DebuggerClient.cs:line 125 at Mendix.Modeler.MicroFlows.Debugger.VariablesTreeModel.<>c__DisplayClassc.<GetChildren>b__1(DebuggerClient client) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MicroFlows\Debugger\VariablesTreeModel.cs:line 38 at Mendix.Modeler.MicroFlows.Debugger.DebuggerControl.<>c__DisplayClass17.<>c__DisplayClass19.<ClientDoAsync>b__15(Object sender, DoWorkEventArgs args) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MicroFlows\Debugger\DebuggerControl.cs:line 109 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) Does anybody know what the problem is and how to solve it?
asked
1 answers
1

Seems like your error is an issue with the debugger and has nothing to do with sending emails. See this question.

answered