Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

SendMail error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SendMail error

    I recently upgraded to version 8.0.28.0 and now SendMail is no longer working. Every time my strategy tries to send an email I get the following error message:

    "There was an error while sharing from the share service {gmail}: "the calling thread must be STA, because many UI components require this"

    I do have additional data series in my strategy; I gather that triggers multi threading with NT but at the start of the OnBarUpdate() method I have the following code:

    Code:
    if (BarsInProgress != 0)
    return;

    I note the help page on multi threading makes mention of Dispatcher but after playing around with it a bit I still couldn't get it to work - no emails and the same error message. Help would be much appreciated as it's very disappointing to have an upgrade break something that was working just the day before.


    #2
    Hello newuser,

    Thank you for your post.

    Are you able to send a test message to your email from the Control Center > Tools > Options > General > Share services page? If so, I do suspect you may need to call SendMail() from within a dispatcher. What information are you trying to send with SendMail()?

    As you mentioned, the multi-threading page gives some information about using a dispatcher:There is also a snippet that uses a dispatcher on the UserControlColleciton page:Do you recall what version you were using prior to the 8.0.28.0 update? I can't think of any changes that would have had an effect on SendMail() between a previous version and the CQG serrver certificate update for 8.0.28.0.

    Please let me know if I may be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    88 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    48 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    30 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    34 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    68 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X