We got 2 very similar problems on a multisite-installation:
1. Since updating ContactForm7 no mails were send anymore. The forms we are using are very simple. The frontend-user just has to fill in name and phone-number and can ask for beeing called. Even the senders e-mail-address is not asked for.
We figured out, that after the update e-mails will be sent if the senders e-mail-address is added. So we added the field.
2. Now the second problem accurs: the mails are delivered formatted as described by Renzo Bassi:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
Reply to: <[email protected]>
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<style>
body, html {
font-family:Arial, Helvetica, sans-serif;
line-height:1.5em;
}
</style>
<p>Betreff: Unverbindliche Anfrage
… and so on
So we tried turning html-content-type = off and describe the mail form without any html-code. Now mails arrive properly but without the german “Umlaute” (?, ü, ?, ?) which are very important to get the names right.
Any idea, how to solve the problem?
Thanks a lot for your answer in advance!
Stephan