After an invoice is paid, in addition to the print button, add a button to "Send Receipt".
This button will open a model that accepts email or phone number.
If an email is entered, the receipt will be sent to that email.
If a phone number is entered, the receipt will be sent to that phone number via SMS
If both are entered, the receipt will be sent to both email and phone number SMS.
We should use SendGrid as the email provider, and Twilio with templates as the SMS receipt provider.