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.63k stars 243 forks source link

Update mailer dependencies (fixes #349) #370

Open serajoddin-aliabadi opened 2 months ago

serajoddin-aliabadi commented 2 months ago

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

clayton-davidson commented 1 month 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 1 month ago

@jamesmh Can you please check this PR ?