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
1
vote
1 answer

Adding an image near the footer on WooCommerce completed orders email notification

I'm trying this code to insert images just near the footer in WooCommerce completed orders email notification, but unfortunately it doesn't work! Here's the code I'm trying:
1
vote
2 answers

Changing in WooCommerce email notification Order Item table "Product" label

I need to change the text (label) "Product" to "Ticket" in WooCommerce Order Item table email notifications. How would I do this? Is it possible? Thanks
Marko I.
  • 542
  • 10
  • 38
1
vote
1 answer

Output product custom field values in order email notification

I have a custom field for a Woocommerce's product, and I want to display it's value in order emails. As I'm using custom product submission form, I added this code for custom field below to create a custom field:
Marko I.
  • 542
  • 10
  • 38
1
vote
3 answers

WooCommerce send new order email to customer

I have a problem and it sounds stupid, but I'm really stucked. I need to send "new order" email also to customer. I tried adding function to functions.php file, and it sends email, but doesn't show most of variables. I inserted the same code into…
user7317796
1
vote
2 answers

Customizing order completed email notification: Displaying product custom field

We're using WooCommerce Memberships plugin with a WooCommerce website that sells fitness instruction videos. We've created a WooCommerce Product for each video our client is selling and also a WooCommerce Membership matching that product, which is…
Steve
  • 2,066
  • 13
  • 60
  • 115
1
vote
1 answer

how to get mail notification if service fails in Spring Boot admin?

I'm using Spring boot admin & trying to get mail notification whenever a service go down and other notification like messages on mobile-phones. I've tried some stuff but it didn't work.How should i do it?
G. Mehta
  • 11
  • 1
  • 4
1
vote
0 answers

Queued Jobs - Jenkins

Is there a way to get email notification if there are more than x queued up jobs in Jenkins? Any plugins that can do this job? Please let me know. Thanks, Jason
Jason
  • 2,246
  • 6
  • 34
  • 53
1
vote
1 answer

woocommerce email template preview shows in plain text instead in html

In WooCommerce > Settings > Emails there is a section "Email Template" with the following text: "This section lets you customize the WooCommerce emails. Click here to preview your email template." When I click on the link, preview shows in plain…
Aleks
  • 45
  • 9
1
vote
1 answer

Custom message depending on the sum of all the amount purchased by an user

In my effort to improve this code I would like to make it work depending on the sum of all purchases a user has made until then. That is to say, if the whole quantity is less than <100€ send a kind of email, if it is between 100€-200€ another one…
Volt
  • 113
  • 6
1
vote
1 answer

Localizing Crashlytics Beta email Notifications

I am using Crashlytics Beta for iOS Build Distribution.I want to send the email notification in Japanese instead of English.Is there any way to Customize it?
1
vote
2 answers

Error in sending mail using Email-Ext plugin jenkins

My jenkins version is Jenkins ver. 1.642.4 & Token Macro version is 1.12. When I try to set-up Email-ext plugin, mail sending fails due to the below following error. ERROR: Step ‘Editable Email Notification’ aborted due to exception:…
1
vote
1 answer

Custom message on completed order status email notification only for customer user role

I would like to improve this code from this answer, to display a message on completed order status emails only for customers, but not for other user roles (as subscribers, etc...). Here is that code: add_action(…
Volt
  • 113
  • 6
1
vote
1 answer

Email-ext notification subject changing

I have Jenkins configured and I'm using Email-ext plugin for email notifications. I'm sending Email messages every time I have my build broken. So the question is: Is there any chance to change default email subject - Build failed in Jenkins:…
1
vote
1 answer

Displaying a custom notice on Emails based on item custom field highest value

On WooCommerce I have a custom field days_manufacture for each product with different (integer) values. Also I Have this code that displays a message on cart page with the highest value of "days of…
1
vote
1 answer

Displaying a coupon message on emails for completed order status only

I've got that code that displays a coupon message in the email orders if the customer has not used any in this order. I would like to display that coupon message only on completed order instead on all mails. add_action(…
Volt
  • 113
  • 6