I’ve solved the problem.
To field value should be an email address: john@example.com
This was right in my site.
From field value sould be an email adress: John Smith <john@example.com>
This has causes the problem on my site
I have change the FROM field as follows: john@example.com
Now its working.