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

How to dynamically change string/text in WooCommerce email notifications

Current issue: When a customer makes an order through Woocommerce, they receive an automated email with their purchased ticket number. However, the purchased ticket number is not in the correct format. The email sends their ticket number as 'SECOND:…
Ben
  • 1
  • 1
-2
votes
1 answer

Send an email notification for specific payment ID on WooCommerce pending orders

Maybe somebody had similar issue with WooCommerce... In my shop I have Przelewy24 payment gate. When user chooses to pay with that gate, a new order in woo is created with status 'pending payment'. The problem is that woo cannot send order…
-2
votes
1 answer

Display all the product attribute details on the email invoice in WooCommerce

I'm using WooCommerce - Adding product category to order-details table answer code (via the woocommerce_order_item_name filter hook). It shows how to display category of a product on the email invoice. How can I display all the product attributes?
-2
votes
1 answer

email notification in laravel 5.5 i get this error ```Trying to access array offset on value of type null```

i want to get email notification each time a new user is registered but after creating php artisan make:notification Taskcompleted and added Notification::route('mail','admin@gmail.com')->notify(new TaskCompleted()); like this in my contoller public…
mr_ceejay
  • 21
  • 7
-2
votes
1 answer

Receiving Time Based (Every 15 minutes) Summary of failures for Google Apps Script:

I canceled my Gsuite account a few weeks ago. I have transferred my domain to a new provider and set up a redirect for the email address that was associated with my canceled Gsuite account. I have started Receiving Time Based (Every 15 minutes)…
-2
votes
1 answer

Can I get a email data from Database in Notification Laravel?

EDIT: What i want is having a new subscribers email to show at email notification. i want to get those email that has been stored in database to be displayed in the email form below. after the sentence You have a new subscriber: it will show the new…
Dava Eranda
  • 29
  • 1
  • 1
  • 8
-2
votes
1 answer

Ways to prevent multiple email notification with php&mysql

My 1st post, but i got many great answers and tips from stackoverflow so far. This one was a close call-> How does facebook, gmail send the real time notification? but not exactly, so let brainstorm this together. I have CMS system with mail…
-3
votes
1 answer

How do Gmail notifications work? (Android)

How does gmail detect this when a mail arrives? I guess, sending and receiving e-mail is not part of the Android operating system. So, how does gmail do this? Thanks in advance.
F. Ak
  • 9
  • 2
-4
votes
2 answers

Notifies administrator (site_mail) of new user registrations

I am developing a web app a Spring based web app. I want know how I can notify administrator (site_mail) of new user registrations.
kati
  • 1
  • 1
1 2 3
38
39