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

Get customer order count in new order email notification

I'd like to indicate in WooCommerce "new order" email notification, if it's a repeat customer. It seems simple, but I've tried about 5 different methods and none worked. I've tried putting this into 2 different hooks:…
protohominid
  • 593
  • 5
  • 18
3
votes
1 answer

Customizing customer processing emails notification in WooCommerce

I am very new to WordPress, and have created an e-commerce store with WooCommerce. After the customer places an order, I get an email and the customer get an email- one for me to say what they have ordered, and one to them as a thank you email.…
carl saptarshi
  • 345
  • 1
  • 5
  • 17
3
votes
1 answer

Display the customer IP Address in new order email notification

When a new order is created, woocommerce will send an email to admin, and I want it to send customer's IP address inside the email as well. But I can't get it work, here is what I got so far: id,…
3
votes
1 answer

WooCommerce - Send notification email when updating order with "save_post" hook

WooCommerce creates a new post when new orders are created of shop_order post type. So I want to send notification email of the order using wordpress save_post action hook. I wrote the below code : add_action( 'save_post',…
Musa Muaz
  • 714
  • 2
  • 11
  • 29
3
votes
1 answer

Adding a custom woocommerce email based on the product attribute

I have tried to adapt the custom email plugin found on https://www.skyverge.com/blog/how-to-add-a-custom-woocommerce-email/ My intention is that if customer choose a product (it is a variable product) that has a specific attribute, a custom email is…
3
votes
2 answers

How to Send an email when user made a booking using Woocommerce Booking

I want to notify both user and admin through an email when user made a booking in WooCommerce Bookings. Now it is sending mail only to admin to confirm booking. Can anyone give me right direction, as how to achieve this. Thanks.
3
votes
1 answer

Attach log files to email notifications in teamcity

I am trying to call test automation scripts(ranorex) at the end of each development build in Teamcity which is working ok. I am sending email notification at the end of test automation, but I dont know how to attach the log file to email…
sophia
  • 61
  • 1
  • 2
3
votes
1 answer

text-align:center the header text in the order email sent to admin woocommerce

I have been searching but can't find any info on this. I’d like to "text-align:center" the header text in the Order email sent to admin. When I inspect the email element in my browser and change text-align:left to "center" the header text moves…
maximoau
  • 49
  • 4
3
votes
1 answer

How to send/publish Selenium Test Reports through email notification in Jenkins?

I can publish and look at Selenium (junit) Test Reports in Jenkins. I can also send email notification to developers. I want to include Selenium Test Report with email notification, how can I do that?
user1340582
  • 19,151
  • 35
  • 115
  • 171
3
votes
1 answer

Notification emails on Android App purchases as developer

Is there a way for a Google Android developer to get email notifications whenever a user purchases my app(s)? I know there's a Google Checkout purchase history, but would prefer email notifications. Thanks!
3
votes
2 answers

Is bounce email handling worth it?

We've got a web app with nothing fancy in terms of email notifications. It would be nice to know if an end user entered email address is errant and deliveries to it bomb. In the modern world of spam infected email, is it still worth trying to catch…
2
votes
1 answer

Email Notification Using JavaMail

I was trying a method to implement email notification Using JavaMail.I wrote the code and there is no error. But no email has been sent. I am using GAE with JSF2. Properties props = new Properties(); javax.mail.Session session1 =…
lofa in
  • 317
  • 1
  • 8
  • 26
2
votes
1 answer

Is there any php code available for rss to email instant notification?

I don't want to pay for services like feedmyinbox or something similar. I have a server. So is there any php code available? I want to be emailed instantly if there is an update found in the feed. So the script does the following. I add the feed…
Giri
  • 4,849
  • 11
  • 39
  • 48
2
votes
3 answers

TFS2010: Disable email alert for private builds

We are taking on new developers and encouraging them to use TFS2010's private builds feature - a build is done using a shelveset, so you can see what impact changes will have. We have TFS set to email the dev team, and that's what's causing the…
stuartd
  • 70,509
  • 14
  • 132
  • 163
2
votes
1 answer

Add total orders and customer status in new order email notification in WooCommerce

I would like to add a note to the new order email notifications that the admin gets. This note should indicate whether the order is from a new customer, or from a returning customer. This so that the people in the warehouse know what they should add…