jamesmh / coravel

Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
https://docs.coravel.net/Installation/
MIT License
3.92k stars 257 forks source link

Update mailer dependencies (fixes #349) #370

Closed serajoddin-aliabadi closed 2 months ago

serajoddin-aliabadi commented 9 months ago

Hi This PR updates RuntimeCompilation to 6.0.27 and MailKit to 4.3.0, so it fixes #349 .

clayton-davidson commented 8 months ago

This breaks my solution. Now getting the following error:

Method not found: 'System.Threading.Tasks.Task MailKit.MailTransport.SendAsync(MimeKit.MimeMessage, System.Threading.CancellationToken, MailKit.ITransferProgress)'.

Problem also seen here: https://github.com/lukencode/FluentEmail/issues/296

serajoddin-aliabadi commented 7 months ago

@jamesmh Can you please check this PR ?

jamesmh commented 2 months ago

Thanks! I checked this out and verified that emails were still sending via demo project too.