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
0
votes
1 answer

Change the subject of Woocommerce admin email notification for a specific category

I am trying to either disable or change the subject line on the woocommerce confirmation email that goes to admins. I want to do this for only one specific product category. Any help is appreciated.
0
votes
1 answer

Remove order details table from completed order email notification in Woocommerce

I am trying to remove the order details table from every completed order mail: I have tried something like this: function so_39251827_remove_order_details( $order, $sent_to_admin, $plain_text, $email ){ $mailer = WC()->mailer(); // get the…
0
votes
0 answers

I want to send reminder before particular time in java

I have calendar events in my java web project, in which i want to send reminder before some time (time can be minutes/hours/second depends on selection while creating event), How can i send mails before those particular time?
Sam
  • 404
  • 1
  • 4
  • 18
0
votes
3 answers

How to implement notification system like on SO in nodejs mongodb?

Sorry if my question is abstract but let me explain my problem. I've got a forum that looks like to StackOverflow and built on nodejs and mongodb. There is posts and comments. I need to implement notification system which allows to notify users…
Erik
  • 14,060
  • 49
  • 132
  • 218
0
votes
1 answer

Display the customer phone in WooCommerce new account email notification

How can I display Phone number in new account registration email? I have add Phone number field like:

0
votes
2 answers

Add featured image URL in product titles for WooCommerce "New Order" notification

I have made a filter to update how order is displayed on woocommerce. Basically I need the shop owner to be able to click the name of each product (linked now to the featured image) and also him to be able to see the URL (because the image file name…
0
votes
1 answer

Adding custom field in WooCommerce new user registration email

I wrote a custom user registration form that handles login and registration for my WordPress Woocommerce web site. When a user registers via my custom form handler I triggered Woocommerce to send the new user an email. But I need to add an…
0
votes
1 answer

WooCommerce additional email on completed order

I have a question, which need a community support as I couldn't find anything on the web including WooCommerce support forum. I have a WooCommerce site which is a closed e-commerce store used by local chain of restaurants. Each time stores order…
Zee
  • 1
  • 2
0
votes
1 answer

Replace the username by the first name in WooCommerce email notifications

How do I show a user's first name in the WooCommerce emails instead of their username? I just want to replace the username with the first name of the user. I want to add a small line before the email content and that line or phrase is "Hello [user's…
Husnain Abbas
  • 159
  • 1
  • 1
  • 10
0
votes
2 answers

Salesforce Send Email before Expiration Date

I would like to send email notification to Clients 1day before it's 30Days Trial Subscription ends based on the CreatedDate. Any suggestions would be appreciated. Thank you!
rose102593
  • 51
  • 7
0
votes
1 answer

Does can Zabbix send log in mail after fail restart service

I have one question about Zabbix Action functions. I configured some trigger, example for MySQL down. For this trigger I created Zabbix Action with 2 Steps. Step 1. Zabbix run remote script to restart MySQL service. After 1 minutes if service still…
0
votes
2 answers

Error with get_cart() method in woocommerce_order_item_meta_end hook

I have this code, its function is to add a column in woocommerce order details email template, but when I send an invoice I get this error message saying: Fatal error: Uncaught Error: Call to a member function get() on null in…
Francis Alvin Tan
  • 1,057
  • 3
  • 21
  • 42
0
votes
0 answers

Send an email after multiple rows have been updated

I've been using the below script which is working fine, however I'd like to cut down on the number of times it triggers. function sendNotification(event) { var ss = SpreadsheetApp.getActiveSpreadsheet(); //var sheet =…
0
votes
1 answer

Displaying a custom notice only on some Email notifications

I use on WooCommerce a custom field days_manufacture for each product with different (integer) values. Also I use this code that displays a message on emails notifications with the highest value of "days of…
0
votes
1 answer

Google Script Editor: Email notification when range of cells meet a condition (when any Column A cell reaches 0)

I am trying to create a notification script in Google Sheets whereby when a value in a range of cells change and meets a conditional (ie. when any of the cells in the range go to 0) I want it to send me a notification that it has updated to 0 along…