Since I was using MiniOrange OTP plugin, new users don't get any welcome email from my site anymore. I asked the MiniOrange support about this but they haven't replied to me yet.
So can anyone help me? I need the welcome email sent to my users. What action/trigger/code that I need to send welcome email?
Turned out I can use this
$wc_emails = new WC_Email_Customer_New_Account();
$wc_emails->trigger($new_customerID, '', false);
to trigger WooCommerce to send welcome email.
Related
I would like to know if there's a plugin on wordpress to send welcome mail without asking permissions to the users like he just sign in and he receive the welcome mail without accept newsletter mail before. I've tried the wordpress plugin MailPoet but with this plugin subscriber of the site have to accept a newsletter mail just to receive the welcome mail Is it possible with mailchimp or something ?
Thanks in advance
I am using wp_mail along with the plugin WP Mail SMTP, and the filter wpmu_signup_user_notification to send notification email to new users. The problem is some users are getting the emails and others are not getting the emails. The issue is not restricted to a specific domains: for example some gmail users are getting the notifications and others are not.
If anyone knows what might be causing this, I'll appreciate any help.
Thank you
I have an option in the admin section of the site that is built with WordPress from there i can send email for each subscriber with some contents and images or anything that i want. now i want to send an unsubscribe link with email that will sent to the user.Any help on this will be appriciated.
You just want them to unsubscribe so that you can't mail them or you want to delete there account as well. Also, are you using any plugin for the same?
I'm encountering some issues with my wordpress setup.
When a new user is registered a mail is sent to the admin to notify him that an user registered. But the user do not recieve the password.
I do not see where is the issue :( ! Can you please assit me on fixing this?
I'm loosing customer ...
I used the plugin TML: Theme My Login all issue solved
I have set all parameters in woocomerce -> settings-> email-> new order , processing etc but email is not sended to admin or email id which i have provided in these option. Yes, email is sending to customer which has purchase items of site. Means email is working for customer but not for admin.. I have tried to change status of order but still mail is sended to customer but not admin. Can you help me to get out of this.
Thanks
Try deactivating all other plugins besides WooCommerce to see if that helps. WooCommerce uses the wp_mail provided by WordPress. As long as other emails are sent, this one should be sent.
A few things to look for:
Make sure New Order emails are enabled in WooCommerce > Settings > Emails > New Order.
Be sure the order is not placed on Pending Order. Keep in mind those emails are not sent to you since the order hasn't been completed yet thus no email.
A spam blocker might be the cause of the issue. The best way to avoid this try a dedicated SMTP provider like Mandrill which resolves most issues with emails not sending from the host. Mandrill has a free plugin.
Hope that helps!
Is it the WordPress admin email? I've just had this problem on version 4.1; i was not able to use the wordpress admin email as recipient of emails from new orders; but any other email i set for recipient when new orders worked just fine; all except the wordPress admin email. Weird hu? I guess i'll have to deal with that later.