etattoo
Forum Replies Created
-
This method is correct for anyone, for me it’s not necessery. I’ve disabled auto_update function. I’m using many theme files and it’s hard to “repair” all stuff again and again when the WP is updating. Twice is enough for me 🙂
But you have right. It’s better idea to replace that like this.
It’s not that – I found it 🙂
It’s different settings in PHP in wp_mail function in file: wp-includes/pluggable.php on lines 373 to 391.
There are code that input:
$from_name = 'WordPress';
and
$from_email = 'wordpress@' . $sitename;if we don’t have a name from the input headers
(dont know why headers are empty… seems that this mails/notifications are sending after all when headers are cleared already).Now its working.
I have all settings correct in AP. There is no word “WordPress”. Also in WooCommerce settings I have all things good. It’s exist for notices like registration or product out of stock etc.
Take a look here: http://ue3.pl/screen.jpg
Im searching in files in woocommerce/templates/emails/ but cannot find that line, anyone know where it is?