{{Quickfixn}} Sending Email Message Problem
somnath pal
palsomnath at hotmail.com
Tue Jul 8 23:00:21 PDT 2025
Hi,
I have an Acceptor in One Application (App-A)
I have an Initiator in Another Application (App-I)
On the OnLogon Override method of App-A, I am sending an email to App-I
Email message is
var msg = new QuickFix.FIX42.Email(new EmailThreadID("1"), new EmailType(EmailType.NEW), new Subject("Sub"));
msg.SetField(new LinesOfText(1));
msg.SetField(new Text("Test"));
When, I sent this message from OnLogon Override method of App-A to App-I, first time it is sent correctly.
But, next time onwards it's now working.
Sometimes 3 messages sent, but none arrived at App-I
Sometimes Kept on sending messages, but none arrived at App-I
What could be the mistakes I am doing?
Do I have to change EmailThreadID? I tried, but didn't work.
Do I have to reply from App-I?
Thanks,
Somnath
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20250709/3d7767de/attachment.htm>
More information about the Quickfixn
mailing list