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
0 answers

How to Monitor a Directory for Changes Coupled with Email Notifications Using Python

Preface: This is my first post on Stack Overflow, so forgive me if at any point I am not following the proper conventions on how to properly pose questions to the community/link to other stack overflow articles where I have received direction. A…
0
votes
2 answers

html email notification not working properly

I am implementing Nodemailer to send emails from Node.Js. However, HTML page is not responding properly. My index.js: const nodemailer = require('nodemailer'); const fs = require('fs'); const handlebars = require('handlebars'); const transporter =…
0
votes
1 answer

Email if a cron job succeeds on Cronitor

Is it possible to add a setting on Cronitor that sends an email once a cron job succeeds. Right now I only get email if a cron job fails. This is what i have at the moment : Alert preferences Failure tolerance Duration alerts Alert notes (X)…
user 9191
  • 717
  • 4
  • 11
  • 31
0
votes
1 answer

hide gravityform field labels from Woocommerce email notifications

I want to filter out unwanted order item meta data from Woocommerce email notifications especially gravity forms field labels. With gravityforms and gravity forms product add on it is possible that any customer can engrave a product. licence plates…
0
votes
0 answers

How to implement email/text notification if Spring Boot microservice loose the MSSQL DB connection

I have SpringBoot microservices which points to MSSQL (primary/secondary, no Listner) and getting DB connection from config engine. Below are the…
0
votes
1 answer

Jenkins Email Notification to Build-Requestor (URL-Trigger)

i want to sent a email to the build-requestor after the jenkins build is finished. I configured under "post-build Actions" a "editable email notification", as trigger i defined "always send to requestor". But this only works if i start the build…
Mindblow
  • 1
  • 1
0
votes
1 answer

Send email when any value is input into first column Google Script

I'm looking to send an email to the recipient (clientEmail) when data is added to the first column of that specific row. The data in the first column would be a mix of numbers and letters. I've tried different methods using the following code but…
pm2588
  • 71
  • 1
  • 1
  • 6
0
votes
1 answer

Get users information in Woocommerce email template

In Woocommerce, I am trying to send customized email notifications to my customers and I need to get the customer information like First name, E-Mail address, Last name … etc. Where can I get customer information for email templates?
0
votes
0 answers

WooCommerce new order email notification

In Woocommerce, I have created a custom cart with different calculated tax and new total. How can I send the email with this new data? In what file of Woocommerce? cart->get_cart(); foreach($items…
0
votes
2 answers

Schedule an email notification for jenkins jobs

I want jenkin to send an email for example 3 hours earlier, before a job runs. Email Notification or Editable Email Notification give no option of scheduling the Email Notifications. The purpose of such kind of notification is that the other…
Ghulam
  • 91
  • 12
0
votes
2 answers

Get the User ID on Woocommerce order email notifications

Hello I would to add the User_ID to WooCommerce order confirmation emails. I want my customers to be able to see their own USER ID number in the email that they receive after placing an order. But I'm having a problem with my current code. This is…
Bec9999
  • 37
  • 1
  • 3
0
votes
2 answers

Stop send specific email notification for specific users in Woocommerce

I want to stop send Woocommerce email for specific user/email. this is my example code to stop send email when order is completed.
plonknimbuzz
  • 2,594
  • 2
  • 19
  • 31
0
votes
1 answer

Can I put a stackdriver label metric in a email notification?

I have a metric on Stackdriver, which filter my application logs. When a log pass by this filter, I want to send this logs by email, to fast act on this. I created a policy in Stackdriver, added the metric and the label(which contains the…
0
votes
1 answer

Change a text in Woocommerce customer processing and completed email notifications

I'm trying to use Woocommerce hooks to make changes in specific email templates. I'd like to override the text in customer-processing-order.php and customer-completed-order.php in my functions.php file. Here is the code I am using: add_action(…
Dana Victoria
  • 71
  • 1
  • 1
  • 10
0
votes
1 answer

Grant access to a node (during the node creation) to anonymous user

I'm looking for a solution on how to grant access to an anonymous user during a node creation. Scenario: A registered user creates a node with comments as one would normally do, but there would be another field. This would be an email address to…
rydwan
  • 13
  • 2
  • 6