Problem:
I’ve got a contact form with fields sender name, sender email and message, but I don’t get the e-mail sent when the form gets submitted and the corresponding event occurs. I went through the tutorial that is provided with the extension. Some facts: - According to the log (provided by the emailtemplatefilter), all data has been passed correctly (name, recipient, message). It’s also present in the section. - The email-template-filter is selected for the proper event. - In the source code of the website, the filter is not mentioned within the “events”-tag. If I apply the standard send-mail filter, there occurs a extra tag: . But this tag does not occur for the email-template-filter which is created by me. So this lets me know, the filter does not work.
When maintenance mode is on, an email will be sent with a body containing the maintenance page in HTML format, but not the proper message that should be contained in the body. Sender name and address are correct though.
Please help me/us getting this issue fixed, thanks in advance.
Facts: Email Template Filter v1.0.13, Symphony v2.0.7, maintenance mode=off
Problem: I’ve got a contact form with fields sender name, sender email and message, but I don’t get the e-mail sent when the form gets submitted and the corresponding event occurs. I went through the tutorial that is provided with the extension. Some facts: - According to the log (provided by the emailtemplatefilter), all data has been passed correctly (name, recipient, message). It’s also present in the section. - The email-template-filter is selected for the proper event. - In the source code of the website, the filter is not mentioned within the “events”-tag. If I apply the standard send-mail filter, there occurs a extra tag: . But this tag does not occur for the email-template-filter which is created by me. So this lets me know, the filter does not work.
When maintenance mode is on, an email will be sent with a body containing the maintenance page in HTML format, but not the proper message that should be contained in the body. Sender name and address are correct though.
Please help me/us getting this issue fixed, thanks in advance.