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

Websphere -check the status of nodes from a browser for automation purpose | Python

I am writing a Python script to monitor the status of a certain websites and report if any error via email notification. I am able to test the http status of the websites and websphere console urls. Since the admin (console) is on DMGR , my code is…
Madhu
  • 61
  • 2
  • 10
0
votes
1 answer

Attach pdf to only specific email notification in Woocommerce

Attach pdf to ONLY woocomerce new order email I am using this code but the PDF gets attched to every email in woocommerce add_filter( 'woocommerce_email_attachments', 'attach_terms_conditions_pdf_to_email', 10, 3); function…
Sonia
  • 1,909
  • 1
  • 11
  • 13
0
votes
1 answer

Which headers can and should be set when sending out email notifications?

I'm writing an email sender that sends notifications to users about various things they've subscribed too, but I don't have more than shallow understanding of emails. So I'm curious what email headers can be set, and which ones should be set? Are…
Kit Sunde
  • 35,972
  • 25
  • 125
  • 179
0
votes
1 answer

Custom email notification for local shipping and completed orders only in Woocommerce

I found this code (which does work) in a previous thread which enables custom messages for e-mail to customers who've selected local pickup as shipping method. add_action( 'woocommerce_email_order_details', 'my_completed_order_email_instructions',…
0
votes
1 answer

Email notification for Laravel messages

I need to set up email notifications for a messaging system (Laravel/vue/vuex/Pusher). I already have in-app realtime notifications, but I´d like to send reminders via email to users with unseen messages. I am having trouble defining the logic to…
Felipe
  • 3
  • 1
0
votes
0 answers

Add a link in customer's email to create an event based on order in Woocommerce

In Woocommerce, I am trying to edit the email template for customer invoice email and I don't know how to write the right code to show the product name and time. How this can be done? Any help will be appreciated. Here is my code (added to…
0
votes
0 answers

Woocommerce update_status() during checkout ... Is it possible to include the transition $note in the email?

I'm hoping to access the $note variable that is passed in update_status() during checkout in the PayPal gateway. Unfortunately, the order note appears to be added after the transition email is already sent so I can't include it in the email. Is it…
0
votes
2 answers

Woocommerce: Adding second email address not working, unless recipient is admin

I have tried several methods to add additional recipients to Woocommerce emails, but it only seems to work on test orders where the primary recipient is the admin. These are the snippets I've tried. If the customer for the order is the admin, the…
0
votes
0 answers

How to do automation testing for text and email notification coming through a web app? (UI automation/API automation preferably in Javascript)

I have tried writing code in Javascript(protractor) to open email and serach for notifications. Is there another way to test email notifications(API/UI automated test). Also what tools/testing framework is suitable for text notification automated…
0
votes
0 answers

Not receiving jenkins email artifact

I am trying to email the apk from Jenkins once build is succeeded. In the post action of the jenkins job I have selected editable email notification and mentioned the file path in the attachment. Below is the last few lines of console…
0
votes
1 answer

Best way to deal with monitor alert overload and desensitization?

We're in the process of adding monitoring to various servers and processes on our network, and currently, the various monitors will email my development group if something seems amiss - no customer payments on the website in X minutes, web services…
SqlRyan
  • 33,116
  • 33
  • 114
  • 199
0
votes
1 answer

Add a custom link in new order Woocommerce email notification

I'm building a restaurant-website. In a previous version of the site, in the mail that the restaurant gets when somebody wants a delivery, I had a link directing to google maps. Easy for the restaurant to use this to navigate to the client of the…
0
votes
1 answer

Overwriting email-header.php in my wordpress theme

I've made a change to email-header.php file so I created a new directory and file... my_theme/woocommerce/templates/emails/email-header.php I've made my changes to the file but my site isn't picking it up, it's still using the default woocommerce…
Janey
  • 1,260
  • 3
  • 17
  • 39
0
votes
1 answer

Devise sending email notification after Sign Up

I set config.send_email_changed_notification = true in devise's initializer. But after that User's are receiving emails after sign up. It was not supposed to happen, since they did not change their emails, but just created an account. I find in the…
Luiz Henrique
  • 877
  • 8
  • 25
0
votes
0 answers

Trigger email to both customer and store owner when woocommerce order status is set to 'processing'

I am currently using a code similar to what I need, from LoicTheAztec ( who should really be called "DaMan"). That code triggers Woo to send an email to a custom email address when order status is changed to "Processing". Without that code, a…
Roy
  • 1
  • 2