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

504 questions
9
votes
1 answer

Both "Delivery" and "Bounce" SNS Notifications after sending via AWS SES

I have these really awkward situation, perhaps I'm misunderstanding the use of these notifications. I've set up AWS SES to publish to a topic after sending emails out. I've set it to publish for Bounce, Complaint, and Delivery. What I do is, when I…
8
votes
5 answers

TeamCity not sending email notifications

I am trying to set up an email notification in TeamCity on my project fail. I have set up some user with their information, but when my project fails. i dont get any email. I have given all the information in 'Email Notofication' tab and did 'Test…
Jay
  • 905
  • 3
  • 20
  • 36
7
votes
2 answers

Send an Email notification to the admin for pending order status in WooCommerce

In WooCommerce, when a customer goes to checkout from cart and submit the order, if the payment is not processed, the order is set to "pending" payment. The Admin doesn't received any email about. I would like to send an email to Admin for this…
burhan jamil
  • 79
  • 1
  • 1
  • 3
7
votes
1 answer

how can jenkins downstream job send email notification to upstream git committers via email-ext

this question is about how to send emails to git committers who broke integration tests in a downstream job, in jenkins, and see the list of changes in the downstream job. i haven't tried everything i wrote here, so i could be wrong, these are…
6
votes
1 answer

How to attach a file to the email notification in Teamcity

I would like to know is it possible to edit the template of the email notifications in TeamCity for sending some files attached to the email message? Can't find any information about it.
ShurupuS
  • 2,885
  • 2
  • 21
  • 42
5
votes
4 answers

Change stock email notifications recipient in WooCommerce

I want to change stock email recipient email address in woocommerce. Already changes admin email but mails are still going to old email.
Hritik Pandey
  • 648
  • 4
  • 15
5
votes
1 answer

Rearrange order detail totals on WooCommerce email notifications

I am customizing the order email template in WooCommerce and need to make "Shipping" second-last in the order details, right above "total". I know the loop for this is on line 52 in the "email-order-details.php" page from…
Seb G
  • 559
  • 10
  • 26
5
votes
1 answer

Change sender name and email address for specific WooCommerce email notifications

How to change email sender address and name in WooCommerce for specific email notifications? For example: Change the sender name and email address just for customer processing order email notifications. But not for all email notifications, just…
Nikola
  • 125
  • 1
  • 3
  • 10
5
votes
1 answer

Resend programmatically a WooCommerce customer_on_hold_order email notification

I noticed that the customer on hold order email is not available so i tried to replace the actions with a single action that would send the appropriate email. This seems to work except for the on-hold status. I dont see what the difference is…
Bush Al
  • 75
  • 1
  • 7
5
votes
1 answer

Hide shipping address on local pickup in WooCommerce email notifications

How do you hide the "Shipping Address" info section in the customers' processing email if "Local Pickup" is chosen? I don't know how to provide code for this.
OHSM
  • 65
  • 2
  • 5
5
votes
2 answers

Disable email notification for WooCommerce manual/edit orders

WooCommerce expertise needed I need to disable email notifications for orders that I create manually, I have to use the processing status, I can't create a custom status because of a custom hook for the processing order status. Ideally a checkbox in…
5
votes
1 answer

How to stop email notification to update Wordpress core?

I am getting email notifications asking to update WordPress core. I don't want to update my WordPress and don't want to receive any emails regarding it. I have searched the internet but am not sure about any specific plugins or hooks. Can anyone…
Ash Patel
  • 3,461
  • 1
  • 12
  • 28
4
votes
3 answers

DotNetNuke.Services.Mail.Mail.SendMail issue

in my system i should send notification mail after reviewing a list i am using DNN there is the Code i use private void SendEmailNotification() { DotNetNuke.Services.Mail.Mail.SendMail("mail@gmail.com", "mail@ymail.com", String.Empty,…
omnia Mm
  • 157
  • 4
  • 16
4
votes
1 answer

django-notification & django-mailer... how do they work together?

I'm looking at implementing some email notification in my app. Django-notification or Django-mailer both look appropriate. I'm reading through the docs and trying to figure out how they work together. from the…
w--
  • 5,395
  • 9
  • 49
  • 88
1
2 3
33 34