QueuedEmail - Customer keeps receiving mails (every minute) 1.90

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I upgraded from 1.80 to 1.90.
Everything works fine, except for the mails being sent:
Every mail gets in the queue, but they are stuck there forever, the datetime senton is never filled in.
So the customer keeps getting these mails.


If I debug: no exceptions are thrown, even the "queuedEmail.SentOn = DateTime.UtcNow;" is ok, and value is being filled in.
For some reason, the filled in date never reaches the DB.
Is there something wrong with

if (!_context.IsAttached(queuedEmail))
     _context.QueuedEmails.Attach(queuedEmail);

_context.SaveChanges();


Or is it a DB-setting.
I'm running the app in medium trust.
13 years ago
https://www.nopcommerce.com/boards/t/7912/queued-emails-and-nopcommerce-190-under-medium-trust-bug-fix.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.