Adding headers to email sent as a Laravel Notification
问题 Someone knows how to add headers to emails sent through Laravel Notification System? I am not talking about Mailable classes where I can set header through the withSwiftMessage() method! I also would like to keep using the MailMessage once I have a lot of emails built using the line , greetings methods! Any one has any clue? There is my code in case somebody needs to see anything! <?php namespace PumpMyLead\Notifications\Tenants\Auth; use Illuminate\Bus\Queueable; use Illuminate\Notifications