mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-07-14 04:55:17 +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).