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 ability to set Sender for mail #375

Open johnwc opened 2 months ago

johnwc commented 2 months ago

Consolidated target frameworks for libraries and referenced local projects over public packages.

Added a Sender(...) method to be able to set the Sender property of the MailMessage. #374 Have From() override default global From. #321

johnwc commented 2 months ago

@jamesmh can you please review

johnwc commented 2 months ago

@jamesmh don't mean to be a bother, but we are needing this for one of our up coming releases.