I am using woocommerce to sell credits on my site. The problem is that no email sent to the new customer after registering. But one email is sent to customer and admin when he purchases a credit. The box is ticked in the woocommerce email settings.
]]>How can I find the source of the Email which is sent by [email protected] after registration of new user. This Email contains the username, password and link to login.
See link https://share-your-photo.com/260c085cfac628f1/admin
I already changed the Email adress from wordpress to admin in the function php, which was working:
function wpb_sender_email( $original_email_address ) {
return ‘[email protected]’;
}
I do not find any literature-support in this.
Thank you for your help, Stefan
amavis[1393]: (01393-15) Blocked BAD-HEADER-0 {DiscardedInbound}
BUT when sending a normal successful WP new user email, I see this in the mail server logs:
amavis[1393]: (01393-16) Passed CLEAN {RelayedInbound}
So, I know your mail is being sent out, but it is being rejected on the server end by some (not all) servers. (I assume all the ones that have amavis installed, which would be a lot of them)
]]>I want to implement a formally salutation which a specific message, using datas from the registration form, for example:
————————–
Dear <first name> <name>,
thank you for sign up at <specific URL containing registration form).
……
————————–
How can I do this, which files do I have to change?
In advance, thank you very much for each help!
https://www.ads-software.com/plugins/clean-login/
]]>https://www.ads-software.com/plugins/cimy-user-extra-fields/
]]>https://www.ads-software.com/plugins/ajax-bootmodal-login/
]]>