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
1
vote
0 answers

SharePoint workflow performance issues: Due to Heavy load

I'm running a demo in a couple days of a new Vacation Request workflow I created. The code runs great however the email notifications are not being sent out immediately due to this error message: Note: Due to heavy load, the latest workflow…
Colbs
  • 587
  • 10
  • 25
1
vote
2 answers

Configuring nagios email notifications for a specific service

I am trying to configure my nagios email alerts so that it sends notification emails to a user only for a specific service. I want to create a user that only gets notification emails when this service is at critical
user3001829
  • 24,412
  • 5
  • 17
  • 21
1
vote
1 answer

Get VCS Changes from TeamCity using NAnt

I am using a TeamCity Trigger to build everything once there is a commit to svn on the branch. Once successful it send an email notification which includes the VCS changes that caused this build to be triggered. From a TeamCity perspective this…
Geddon
  • 1,266
  • 1
  • 11
  • 31
1
vote
1 answer

Not receiving any email notifications from jenkins

I am using Jenkins 1.520 In Ubuntu and Email-ext plugin 2.32. I didn't see like editable email notification options in configure system. Is it possible to add editable email notifications. i can able to send test emails. or is it possible by down…
krs
  • 1,467
  • 5
  • 17
  • 30
1
vote
3 answers

Jenkins e-mail notification issue / Ubuntu server issue

I'm running Jenkins 1.519 on a server with Ubuntu 13.04 and I have a problem with the e-mail notification system. When I try to get Jenkins to send an e-mail (either the test configuration button in the manage Jenkins page, or as a build step of a…
1
vote
0 answers

Notification e-mail after successful FTP file transfer or file deletion

I'd like to send a notification e-mail each time a file was successfully transferred to or deleted from a specific folder via FTP (FileZilla). How do I realize that? As the files aren't transferred via PHP, the function *is_uploaded_file* seems to…
Ben
  • 1,550
  • 1
  • 16
  • 24
1
vote
2 answers

Surpress notification for google documents permission additions when using API

I am trying to surpress the email notification for permission additions to google documents when using the api. For example, using the API, I create a new document and add another viewer of the document. Currently that other viewer receives an…
Arthur Frankel
  • 4,695
  • 6
  • 35
  • 56
1
vote
2 answers

ASP MVC3, Email notification service

I have web app(asp.net mvc3, .net 4) and I am trying to implement the email notification service. Basically, there is a table with a datetime/content and a user to send email to, and when we get to that datetime on table, I want to send out the…
ljustin
  • 347
  • 1
  • 6
  • 16
0
votes
1 answer

How to writephp script to send reminder email to user before 5 days of deadline?

I have written a mail function in codeigniter (PHP) to send mail to users. Now I want to send a reminder mail 5 days before their expire date. If anybody have any idea please post here...
PHPArtist
  • 61
  • 1
  • 2
  • 10
0
votes
0 answers

Do u know any good wordpress plugings for email alerts that has filters over the email types u want to recive

I m building a websit for a custommer on wordpress, and he wants a page with functions similar to this one, where you may choose categories and receive alerts based on ur choice after receiving first an email to validate the address u gave. I tried…
cnasr
  • 1
  • 1
0
votes
1 answer

Laravel 9 sending email notifications error "An email must have a "To", "Cc", or "Bcc" header."

I am trying to send a notification to a set of users. According to the Laravel documentation I should be able to send notifications as follows: Notification::send($users, new ConsumableNotification($arguments)); as long as the $users is a…
SenneVP
  • 35
  • 5
0
votes
1 answer

Disable WooCommerce completed order email notification for a specific shipping method

I am trying to disable the completed order email ONLY if the customer selects the shipping method "Retirada no local" (means local pickup) I came across the following code that disables the email for every method BUT one - which is not what I need…
0
votes
1 answer

Add a CC Email on Custom Order Status Change Email notification in WooCommerce

I am trying to add a CC email specifically for a custom created WooCommerce status. But I can't figure out what email-id to use to attach the line that would know to send on that custom status. I tried making a whole new email ID instead, using the…
0
votes
0 answers

Customising Honeycomb email notification to a presentable format

I find email notifications to be poor from Honeycomb, is there a way I can apply custom template to make the email more presentable when retrieving notifications? such as listing the service name that have error in the last 5 minutes to a table…
0
votes
1 answer

Add Email to cc in woocommerce_email_headers filter not working in WooCommerce

I'm using the below code to add an Email address to the CC field of the 'customer_refunded_order' and 'customer_partially_refunded_order' Email in WooCommerce. But eventhough I see the CC header information in the Email, the Email is not delivered…