diff --git a/templates/sponsorship_status_emails/sponsorship_application_approved.txt b/templates/sponsorship_status_emails/sponsorship_application_approved.txt new file mode 100644 index 00000000..18a06031 --- /dev/null +++ b/templates/sponsorship_status_emails/sponsorship_application_approved.txt @@ -0,0 +1,17 @@ +Subject: Your Sponsorship Application for PyLadiesCon Has Been Approved! + +Dear [Applicant Name], + +We are pleased to inform you that your sponsorship application has been approved! Congratulations! + +Here are your next steps: +1. [Next Step 1] +2. [Next Step 2] +3. [Next Step 3] + +If you have any questions or need additional information, please don't hesitate to contact us. + +Best regards, +[Your Name] +PyLadiesCon + diff --git a/templates/sponsorship_status_emails/sponsorship_application_received.txt b/templates/sponsorship_status_emails/sponsorship_application_received.txt new file mode 100644 index 00000000..ade5f889 --- /dev/null +++ b/templates/sponsorship_status_emails/sponsorship_application_received.txt @@ -0,0 +1,13 @@ +Subject: Sponsorship Application Received for PyLadiesCon + +Dear [Applicant Name], + +Thank you for your application for sponsorship! We have received your application and are currently reviewing it. + +Please allow us a few days to evaluate your application. We will notify you once a decision has been made. + +If you have any questions or need assistance, please feel free to reach out. + +Best regards, +[Your Name] +PyLadiesCon \ No newline at end of file