Forum Replies Created
- AuthorPosts
-
Okay, so do you know how to solve this without changing core files?
Ok I solved it. Just change in the file /wp-includes/class-phpmailer.php the paragraph
public $SMTPAutoTLS = true;
topublic $SMTPAutoTLS = false;
But the normal contact form like Contact Form 7 is working without a problem? Could that be nessessary?
I am the mail administrator… hosted with plesk.
Okay, with another SMTP plugin this works not, too. So the error must be in my configuration, but why can I send with thunderbird from this email account?
As normal test order this is the error:
EMAIL TO SHOP FAILED: Could not instantiate mail function. | Array ( [type] => 2 [message] => mail(): SMTP server response: 503 This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server. [file] => C:\Inetpub\vhosts\XXXcensoredXXX\wp-includes\class-phpmailer.php [line] => 698 ) | Recipients: [email protected] | Subject: [Pizza XXX] - ORDER TEXT 27. February 2018 15:19 | Headers: Array ( [0] => Content-Type: text/html; charset=UTF-8 [1] => From: Pizza XXX <[email protected]> [2] => Reply-To: [email protected] [3] => Cc: [email protected] )
What do you mean with “verify that the domain or address is defined for this server.”?
The wordpress installation runs at subdomain.MY-DOMAIN.com and the email is [email protected]There is a ‘opening times’ widget, right? There should be a feature to show the “closed times” in this widget as normal time. For example, if your shop is open on monday from 8am to 11am and from 2pm to 10pm the opening times should be shown as this is.
Of course I run the test at the wppizza plugin, this is the output:
Array ( [error] => FAIL - check details below [error-info] => Array ( [last-error] => Array ( [type] => 2 [message] => mail(): SMTP server response: 503 This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server. [file] => C:\Inetpub\vhosts\XXXXXcensoredXXXXX\wp-includes\class-phpmailer.php [line] => 698 ) [phpmailer] => Could not instantiate mail function. ) [debug] => )
I am not using another plugin related with SMTP.
“Use SMTP” is checked. So what could that else be?
this is not what I meant.
better would be a checkbox like ‘show closed times at opening times’ - AuthorPosts