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

Nagios doesn't send services alert

I use Nagios Core 4.4.6. I want Nagios to send services email notifications. I've used notify-host-by-email already and now want to use notify-service-by-email. If I use 'Send custom service notification' it success. But auto-alerts doesn't…
0
votes
1 answer

Send automated email to certain users when certain column has been filled - google sheet

I am trying to send email notifications to certain users when a cell in specific column has been filled in google sheet. I have tried using the script recommended but when I execute the script, an email is sent for every row in the spreadsheet. How…
0
votes
1 answer

Adding product hyperlink to low stock notification email in WooCommerce

By default, the low stock notification email contains this text. "Product-title" is low in stock. There are "XX" left. I want to edit this message, in order to add the product hyperlink to the product title. I have found that I can use the…
0
votes
0 answers

SQL Email configuration on SQL Server Express

I am trying configure SQL database mail send email Gmail to Gmail but I got: Message The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2021-04-14T09:21:14). Exception Message: Cannot send…
0
votes
1 answer

How to C# code (or use an app) that sends emails when exceeding allowed timeframe?

we use a custom built C# application ("communicator") to interact with several other locally installed applications (Excel, ...). The communicator gets its inputs from a queue, calls the applications in defined order (via several DLLs, again custom…
d_kpr
  • 5
  • 1
0
votes
1 answer

Adding newly added fields in billing address and shipping address in order emails woocommerce

In woocommerce order emails i want to custom fields added along with billing address.This is what i am tried.But it is giving error. add_filter('woocommerce_order_formatted_billing_address', array($this,…
0
votes
1 answer

Best practice for setting up email notifications from on-premises app with Azure

We have an on-premises (self-hosted) app which supports sending email notifications to users by providing SMTP mail server settings. Our users are all in Azure AD and are the only users of this on-premises app. Our users want to be able to receive…
0
votes
1 answer

Send email notification when cell has been edited on a specific google sheets tab

I'm completely new to writing app scripts. Have been trying to find an answer to my question online but unfortunately without any success. Therefore I'm reaching out to the community for help. In my g sheet, I have two tabs one is an input tab (X)…
0
votes
1 answer

Alertmanager email notification not working

I have the below alertmanager.yml to send the alerts to Mail and Slack channel. Here i am getting alerts on slack, But i am not getting email alerts same time while getting in slack. There is no error shown in my alert-manager container…
0
votes
0 answers

Sending output of a Stored Procedure via Email

Here's my problem's background: I have a couple of merge queries to UPSERT in my SQL Server tables (1 merge query per table). I converted them into stored procedures and loaded their names in a table which I am then executing via my SSIS…
0
votes
1 answer

On updating google calendar events using api, Emails sent from service account id rather than personal mail id

My nodejs app accesses google calendar api using service account credentials. I'm able create events and also email notifications are being sent to attendees from my personal mail id though I use my domain user id as impersonator. However, if I…
0
votes
1 answer

Google Sheet to send an email when cell has specific value

I have a Google Form for students to input data and I would like an email sent to myself or another person if a specific question has a certain answer. In the email I would like the name of the student that submitted the form to be included in the…
0
votes
0 answers

How to include custom field in WooCommerce email using placeholder

I want to use the custom fields that I can create into the order post in WooCommerce but using placeholders. As you know, into the email settings of WooCommerce, where you can edit the email body, it says: Optional email body text. You can use the…
0
votes
1 answer

Tag specific WooCommerce products to add a custom related email recipient

Some of our products will be drop-ship products. Some manufacturers only accepts orders by email. Thus, when specific products are ordered, I would like to have them tagged to be sent to those specific manufactures in an order email. How can this…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
0
votes
1 answer

Display product custom fields in WooCommerce email notifications

So here's the deal when i write this code in mytheme/functions.php file //this code for adding field in product backend // Display Fields add_action('woocommerce_product_options_general_product_data', 'woocommerce_product_custom_fields1'); // Save…