Questions tagged [email-notifications]

Email notifications is used to send selected users email about specific activities in the system, such as updates to incidents or change requests. If you want to change how the system processes incoming email,

Email notifications allow administrators to specify:

  • When to send the notification
  • Who receives the notification
  • What content is in the notification

Additional email notification options are available. Users can subscribe to notifications, and administrators can make some notifications mandatory. See Notifications for all the tasks required to create and send custom email when system events occur.

Source: Email Notifications

579 questions
9
votes
1 answer

Both "Delivery" and "Bounce" SNS Notifications after sending via AWS SES

I have these really awkward situation, perhaps I'm misunderstanding the use of these notifications. I've set up AWS SES to publish to a topic after sending emails out. I've set it to publish for Bounce, Complaint, and Delivery. What I do is, when I…
8
votes
1 answer

Sending email to customer on cancelled order in Woocommerce

I am trying to send an email to the client when an order gets cancelled. By default, woocommerce only sends this email only to the admin of the site. This code has solved the issue for related posts on the web: function…
KevDev
  • 150
  • 1
  • 1
  • 8
8
votes
3 answers

Send an Email notification to the admin for pending order status in WooCommerce

In WooCommerce, when a customer goes to checkout from cart and submit the order, if the payment is not processed, the order is set to "pending" payment. The Admin doesn't received any email about. I would like to send an email to Admin for this…
burhan jamil
  • 89
  • 1
  • 1
  • 3
8
votes
5 answers

TeamCity not sending email notifications

I am trying to set up an email notification in TeamCity on my project fail. I have set up some user with their information, but when my project fails. i dont get any email. I have given all the information in 'Email Notofication' tab and did 'Test…
Jay
  • 1,037
  • 5
  • 23
  • 41
7
votes
1 answer

Change "reply to" email address in all Woocommerce emails notifications

In Woocommerce, I would like to change the email address that should always be used as the reply address for all emails notifications. How is this possible with Woocommerce?
7
votes
1 answer

Target a specific email notification with the email id in WooCommerce

I have custom statuses and custom emails set up in WooCommerce. I would like to use the current email, WC_Email, not the current status as a variable inside email templates. I need to have some if statements in the email templates. I am not using…
logrexton
  • 301
  • 2
  • 13
7
votes
1 answer

how can jenkins downstream job send email notification to upstream git committers via email-ext

this question is about how to send emails to git committers who broke integration tests in a downstream job, in jenkins, and see the list of changes in the downstream job. i haven't tried everything i wrote here, so i could be wrong, these are…
6
votes
1 answer

How to remove payment method from WooCommerce order confirmation email?

We've removed the payment information on our customer emails but can't remove the title. How do we do it?We're using Woocommerce email templates for order confirmation emails. We've searched in and tried to…
6
votes
1 answer

Add a new order status that Send an email notification in WooCommerce 4+

I would like to add a new order status and email notification to my site in conjunction with this order status. I tried this code: // register a custom post status 'awaiting-delivery' for Orders add_action( 'init', 'register_custom_post_status', 20…
6
votes
2 answers

Always display shipping address in WooCommerce email notifications

WooCommerce used to show shipping address no matter which shipping method was selected during checkout, if you had to hide the shipping address from emails you had to do a custom job like in…
Danish Muneer
  • 568
  • 1
  • 9
  • 22
6
votes
4 answers

Change stock email notifications recipient in WooCommerce

I want to change stock email recipient email address in woocommerce. Already changes admin email but mails are still going to old email.
Hritik Pandey
  • 899
  • 7
  • 17
6
votes
1 answer

Different recipients based on product category in WooCommerce email notification

I am setting up a site for a school that sells both virtual products (fees and excursion payments) and Physical (uniforms) however they would like to have order notifications for each category to be sent to separate recipients as they are dealt with…
6
votes
1 answer

Change sender name and email address for specific WooCommerce email notifications

How to change email sender address and name in WooCommerce for specific email notifications? For example: Change the sender name and email address just for customer processing order email notifications. But not for all email notifications, just…
Nikola
  • 163
  • 1
  • 3
  • 10
6
votes
1 answer

Hide shipping address on local pickup in WooCommerce email notifications

How do you hide the "Shipping Address" info section in the customers' processing email if "Local Pickup" is chosen? I don't know how to provide code for this.
OHSM
  • 75
  • 2
  • 5
1
2 3
38 39