mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 09:14:08 +00:00
The CompanyInvitationMail accesses company, role, and invitedBy relationships which weren't loaded before sending. Also wrap mail send in try-catch so the invitation is still created even if the mailer is misconfigured (logs a warning instead of crashing).