Set up automatic thank you emails
Modified on: Thu, 31 Oct, 2024 at 11:14 AM
INHALTSVERZEICHNIS
After donations have been successfully made through your FundraisingBox forms, an individual and personalized thank-you email is essential. A personal "thank you" is important after the completion of a donation process and should occur immediately after the donation is received. In this article, we show you how to set up an automatic thank-you email for your FundraisingBox donation forms.
Video Tutorial
- To send thank-you emails from your FundraisingBox, an Email Extension must be activated and configured.
- In addition, a Sender Address is needed.
- Then click on Configuration on the left in your FundraisingBox and select the Email subsection.
- Under Templates, create a new Template . Further down in this article, you will find an example for this.
Note: For the variable selection of the template, you must choose Transaction!
- Save the template.
- Click on Forms on the left in your FundraisingBox.
- Select the desired form or create a new form.
- Click on Thank-You Email in the right navigation box.
- Now select the previously created template and the Sender Address.
- Save the template.
Tip: For multiple forms, you can store a separate template and use a different Sender Address for each form, if desired.
Example
{% if company_name != "" %} Dear Sir or Madam, {% elseif salutation_de == "Frau" %} Dear {{first_name}} {{last_name}}, {% elseif salutation_de == "Herr" %} Dear {{first_name}} {{last_name}}, {% elseif salutation_de == "Ehepaar" %} Dear Family {{last_name}}, {% else %} Dear {{first_name}} {{last_name}}, {% endif %} thank you very much for your {{interval_de}} online donation of {{amount_de}} €. Together we are strong. Kind regards, Max Mustermann 1st Chairman
↓
Dear Max Mustermann, thank you very much for your one-time online donation of 50,00 €. Together we are strong. Kind regards, Max Mustermann 1st Chairman
Tip: An overview of the template variables and If/Else examples can be found in the following solution portal article: Template Variables Overview and Usage of If/Else Statements
We then recommend testing the configuration of email template and Sender Address for the automatic thank-you email.
Testing the Automatic Thank-You Email
Make a test donation or a real donation to test the function and the used template variables. It is important that you provide a real email address in your FundraisingBox donation form, so that you can receive the thank-you email.
Did you find it helpful? Yes No