Contact Form 7 | Failed to send your message~

This has been fixed in WordPress 3.5
When encountered the following message, please try with the patch below.
"Failed to send your message. Please try later or contact the administrator by another method."
wp-includes/class-phpmailer.php
Ticket #20970
Only this change works for me.
関連記事
-
-
Twenty Twelve | How to change "Proudly powered by WordPress" for Copyright*
Twenty Twelve in 1.1 This post explains how to change the strings "Proudly ~" in footer element. J
-
-
(日本語) テーマ ブックマーク 2014
Sorry, this entry is only available in 日本語.
-
-
(日本語) Twenty Eleven カスタマイズ
Sorry, this entry is only available in 日本語.
-
-
(日本語) Google+ プラスワン(+1)ボタンの設置
Sorry, this entry is only available in 日本語.
-
-
(日本語) 投稿記事から「(ログイン)ユーザー名」がバレるのを防ぐ
Sorry, this entry is only available in 日本語.
-
-
(日本語) サイトのキャプチャをショートコードで生成してくれる「Browser Shots」
Sorry, this entry is only available in 日本語.
-
-
(日本語) Google Code Prettifyを使用してソースコードを表示をしてくれる「Prettify Code Syntax」
Sorry, this entry is only available in 日本語.
-
-
(日本語) 「Google Analytics for WordPress」投稿URLにやたら長いパラメータがついてしまう
Sorry, this entry is only available in 日本語.
-
-
(日本語) Twenty Thirteen テーマ用フォント "Source Sans Pro" / "Bitter"の使用を止
Sorry, this entry is only available in 日本語.
-
-
(日本語) アバターサイズの変更など Twenty Twelve 1.3での変更点
Sorry, this entry is only available in 日本語.
Comment
WordPress: Contact Form 7 メッセージの送信に失敗~ | Think deeply, Do less, More effective https://t.co/au3zBkg90T https://t.co/vUmaMxYEyl
不躾ながら、コンタクトフォーム7のエラーに悩み問い合わせさせていただきました。
サーバーは、WebARENA SuiteXを使用しており、同じ悩みで困っていましたので、
class-phpmailer.phpを開いてみたところ 763.769にはなく、593.603.1110.1116.3245の最後に, $params とありました。
私、PHPの教養がないため、行数の比較的近い、598.603の, $paramsを削除しましたが、エラーは解消されません。
598行
private function mailPassthru($to, $subject, $body, $header, $params)
603行
$rt = @mail($to, $this->encodeHeader($this->secureHeader($subject)), $body, $header, $params);
です。
お知恵をいただければ助かります。
誠に身勝手な問い合わせで申し訳ありません。