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

Add support for setting Sender in mailer #374

Open johnwc opened 2 months ago

johnwc commented 2 months ago

Describe the solution you'd like We need to be able to set the Sender property of the MailMessage. I will create a PR for this small update.

Describe alternatives you've considered N/A.