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

Uploading files in NodeJS and notification

I'm building a node application where users should be able to upload multiple files and once all the files are uploaded an email should be sent to root user, the email should also contain the link to the uploaded files so that root user can access…
Mahtab Alam
  • 1,810
  • 3
  • 23
  • 40
1
vote
4 answers

Hotmail / Yahoo (Others?) blocking email notifications?

I've got a website (currently in development for a third party, I'm sorry I can't show) that requires users to confirm their contact information by, clicking on a link sent to their email address, upon registration for the website. It's a pretty…
mO_odRing
  • 1,935
  • 3
  • 15
  • 19
1
vote
0 answers

Email Notification not sent only when a new order is placed in Magento 1.9.2

Email notification is not sending to the customer when new order is placed. But Email sent when invoice is generated or shipment done. I have read lots of blog related that question and found many solution. I almost tried all approach but not worked…
Roshni
  • 315
  • 3
  • 14
1
vote
1 answer

Google Sheets Scripts: email notifications when changes made in a specific sheet

I have a work schedule in a Google Spreadsheet and I need it to automatically send each person on the schedule an email if their schedule changes. I created an additional sheet for each person that has only their schedule in it (these update…
1
vote
3 answers

Google Spreadsheets: email notifications for single cell

I am looking to set up something where notifications are only sent out if a specific single cell is changed. I have little coding experience and have a general idea of what needs to be in place. From what I have gathered I have created a script…
1
vote
0 answers

Physical Gmail Notifier Led

So I was trying to make a physical Gmail notifier . Using a 330 ohm resistor and an LED to blink when I have unread mail. This is proving to be tougher then I thought. I keep getting this output when I go to execute the python code.…
1
vote
0 answers

google sheet single cell email notification

I am trying to create an email notification when a single cell or cell D28:D33 and L28:L33 display "Complete". Below are some of the codes I was able to pull but it will only do email notification to any changes to the row or column. I need this…
1
vote
2 answers

display number of message dynamically using javascript or asp.net

I will do my best to explain my problem to avoid people pointing me into different directions. I got an assignment from business people. I don't know the terminology. It is very similar to email notification, message notification on facebook,…
user12345
  • 181
  • 1
  • 2
  • 18
1
vote
1 answer

Buildbot deactivate mail notifier for some schedulers (not for builders)

I have buildbot running with 2 builders. The first builder performs build steps, then triggers (via triggerable scheduler) the second builder which performs tests. There is 3 schedulers: SingleBranch, Force and try, which trigger 1st builder, also…
1
vote
1 answer

Show first lines of build log in teamcity email template

I'm new to FTL templates and I want to show the first 100 lines of the build log. I'm given the original script to show the entire build log from the TC documentation, which is this: <#list build.buildLog.messages[1..] as message><#-- skipping the…
1
vote
1 answer

Custom email notification with link - sitecore

I created a workflow as below, i want to send email with the link to the content approvers group when something is submitted? Can someone point me from where should i start with? which is the function that should be overridden ? Any help is…
Newbie
  • 361
  • 2
  • 15
  • 33
1
vote
1 answer

Email notification if specific cell is changed and add another cells value to message without change tracking

What i did: If any cell in column M has been changed, then email notification has been sended to specify adres from column N at the same row. But i also need some specify body text from other columns at the same row. I did something that is working…
akx
  • 11
  • 1
  • 2
1
vote
1 answer

How do you configure a github organization's repo to send notification emails about all events?

The webhooks guide lists email as one of the available services, however it seems that this only kicks off when a user actually pushes a change to the repository. How can you configure it so that an email is fired off for every event concerning that…
Ralf Haring
  • 1,253
  • 1
  • 10
  • 18
1
vote
1 answer

Email notification if change task past due date on Service Now

I am trying to set up an email notification ONLY IF a change task is past due date! The email should only be sent to the person who has been assigned the change task. This is what I am doing : 1)This is the script in the scheduled job : var gr…
user2475677
  • 149
  • 2
  • 5
  • 11
1
vote
1 answer

Email notifications not working for other mercurial active branches in teamcity

I am not getting any email notifications for projects that are not using the default branch in mercurial instead using another branch. Any idea.
sam
  • 4,594
  • 12
  • 61
  • 111