Hi,
I can go through the code and notice that a new Email Queue is about saving an email in the DB.
However, what is triggering the sending of emails? Can someone refer me to that code part?
Thanks
new ScheduleTask
{
Name = "Send emails",
Seconds = 60,
Type = "Nop.Services.Messages.QueuedMessagesSendTask, Nop.Services",
Enabled = true,
StopOnError = false,
},
new ScheduleTask
{
Name = "Send emails",
Seconds = 60,
Type = "Nop.Services.Messages.QueuedMessagesSendTask, Nop.Services",
Enabled = true,
StopOnError = false,
},
new ScheduleTask
{
Name = "Send emails",
Seconds = 60,
Type = "Nop.Services.Messages.QueuedMessagesSendTask, Nop.Services",
Enabled = true,
StopOnError = false,
},