dexterenergen
Forum Replies Created
-
Thanks Takayuki Miyoshi, Removing the line
Antworten an: [your-email]fixed the issue for me.
Thanks phloxx77 for sharing as well. Just in case, where did you add the line
define(’DB_CHARSET’, ’latin’); ???to field:
xyz@hotmail.comfrom field:
[dein-vorname]” “[dein-name] <xyz@hotmail.com>additional headers:
Antworten an: [your-email]
message body:
Von: [dein-vorname] [dein-name] <[your-email]>
Betreff: [your-subject]Nachrichtentext:
[your-message]—
Diese E-Mail wurde via Kontaktformular von http://www.xyz.com gesendetThe additional settings filed in the plugin settings is empty. I also checked this post:
https://wordpress.org/support/topic/contact-form-7-229?replies=13I have the following lines in my pluggable.php:
$content_type = apply_filters( ‘wp_mail_content_type’, $content_type );
$phpmailer->ContentType = $content_type;
// Set whether it’s plaintext, depending on $content_type
if ( ‘text/html’ == $content_type )
$phpmailer->IsHTML( true );// If we don’t have a charset from the input headers
if ( !isset( $charset ) )
$charset = get_bloginfo( ‘charset’ );Forum: Plugins
In reply to: [Contact Form 7] German Umlaut not showing utf-8I have the same issue with Contact From 7 Version 4.4