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

send email notification to the html files present

i have munit html report and integration html report. if in case there is any failure in integration test so report is not generated. and i want to send email notification to only munit test but not integration test. so i tried if condition but i am…
0
votes
2 answers

Is there a way to send email digest to a user when they have unread messages/notifications using firebase cloud functions?

I am trying to send emails to users who have unread messages/notifications, but I am struggling to find a way to do it. I was thinking of a system that keeps track of messages/notifications and if they are unread for an hour, then it would send…
0
votes
1 answer

Change column titles from downloads table on Woocommerce emails

I'm trying to change the "product" column title for downloadable products on customers email notification after completing a purchase. Any advice would be greatly appreciated.
J-E
  • 23
  • 3
0
votes
1 answer

How to send allure or html report as an attachment in the Jenkins email notifications

How to send allure or html report as an attachment in the Jenkins email notifications. This is example of the pipeline i am using in my Pipeline script in Jenkins. I have setup my email notifcations, however i want to get some sort of report in the…
0
votes
1 answer

Add product category to WooCommerce Email Notifications

I'm trying to add product category to the email notification. The custom fields (Time and Date) work but the product category is displaying as an "Array". function render_product_description($item_id, $item, $order){ $_product =…
Jason
  • 37
  • 5
0
votes
1 answer

WooCommerce - How can I stop the New Order email being sent to admin recipient if a certain shipping method is used?

I have added a custom shipping option which works great, however duplicate emails are sent - my custom shipping new order email and the standard admin new order email. In WooCommerce > Settings > Email I have added a new option for my custom…
0
votes
1 answer

WooCommerce Display avanced custom fields (ACF) inside order notification

I've added the following snippet to display a custom field (that don't display taxonomy field if product has field) with the estimated delivery time. This is working.
0
votes
1 answer

Display used coupons + specific message on WooCommerce order Emails

I'm trying to display used coupons on WooCommerce order emails + add specific messages based on the used coupons. Displaying coupons is working based on Add Applied Coupon Code in Admin New Order Email Template - WooCommerce I'm trying to expand on…
Jaime Matos
  • 343
  • 1
  • 14
0
votes
1 answer

Display Order details before downloads on WooCommerce email notifications

I have a customer order email with this hook do_action( 'woocommerce_email_order_details', $order, $sent_to_admin, $plain_text, $email ); In this hook we have the email-downloads content which gets loaded first and then the email-order-details. I…
0
votes
1 answer

Display custom order meta data value in email notifications WooCommerce

Based on the following code Add a custom checkbox in WooCommerce checkout which value shows in admin edit order I tried to add my_field_name to order confirmation email. As I understand I have to use woocommerce_email_customer_details. So I came to…
0
votes
1 answer

WooCommerce send E-Mail copy to E-Mail Address from custom field?

I want to send a copy of the completed order, failed order and canceled order to a specific E-Mail address. This E-Mail address is stored in a custom field I created with the Advanced Custom Fields plugin. The field name is "e-mail_adresse". As I…
0
votes
1 answer

How to get content of email like as Email ID ,Subject ,Message body text,and Attachment in android?

I am new to android. I configured the email address in the android emulator.I want to get the email content,if the configured email receives the mail from other mailid.which notification shall i use and how to get the email content when the…
Balaji.K
  • 8,745
  • 5
  • 30
  • 39
0
votes
1 answer

Unable to get task failure, success and retry notifications in GCP composer using Sendgrid

I want to receive an email notification for task success, failure and retry in GCP composer using Sendgrid. Currently, all the tasks in my DAG are running successfully. I want to receive notification in that case. Also when certain tasks are…
0
votes
1 answer

How to configure the Jenkins E-mail Notification to use Roundcube email server

I want to configure my Jenkins' E-mail Notification system. But I am getting error while sending test email to my Roundcube Webmail. This is my settings : I get the following error when running test connection : I use Roundcube as SMTP mail…
shreyas.k
  • 181
  • 1
  • 2
  • 15
0
votes
1 answer

Setting up email Notification on Azure DevOps

I have Self-hosted agents on my Azure DevOps on which the execution is scheduled from ADO every night using the release pipelines which i've created. I would want to send out email notification with the results to a Distribution List after the…