TFS2013 Custom Alert Email Issue

Hi Folks,
I need to create an alert for when a new work item is created on a team project.  I need the alert to work at the team level, however, instead of sending emails to the entire team I need them to go to just two members.
When I try and create an alert and set the Subscriber to 'xyz Team', the 'Send To' list becomes disabled and cannot be modified. The default action is to send an email to the entire team. 
Does someone have a work-around where I can set this up so that it only sends notifications to a limited group of people.  It is not possible to request people in the team to subscribe (as often they don't).
Regards
Andy

Hi Andy,  
Thanks for your post.
We cannot send notifications to a limited users in the team group if you create the team alert. In this scenario, we suggest you create two alerts(personal alert) for that two members separately.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Custom Alert Email Templates Issue - List Alerts emails not using customized XML alert template

    I have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed to a list using the "Alert Me" feature.  I
    have renamed the custom alerts XML file and loaded the custom template in the following directory (%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\14\TEMPLATE\XML) and
    restarted IIS.  Once users subscribe to the alerts using the list using the "alert me" function they received the customized email as intended. 
    We needed to auto-subscribe users to the email alerts so what I did was used a powershell script to add users to the alert subscriptions using the script shown in below:
    Import-Csv D:\Temp\filename.csv | ForEach-Object{
    $webUrl=$_.WebUrl
    $listTitle=$_.List
    $alertTitle=$_.AlertTitle
    $subscribedUser=$_.SubscribedUser
    $alertType=$_.AlertType
    $deliveryChannel=$_.DeliveryChannel
    $eventType=$_.EventType
    $frequency=$_.Frequency
    $oldAlertID=$_.ID
    $web=Get-SPWeb $webUrl
    $testAlert = $web.Alerts | WHERE { $_.ID -eq $oldAlertID }
    IF ($testAlert) {
    $web.Alerts.Delete([GUID]$oldAlertID)
    Write-Host Old alert $oldAlertID deleted. -Foregroundcolor Cyan
    $list=$web.Lists.TryGetList($listTitle)
    $user = $web.EnsureUser($subscribedUser)
    $newAlert = $user.Alerts.Add()
    $newAlert.Title = $alertTitle
    $newAlert.AlertType=[Microsoft.SharePoint.SPAlertType]::$alertType
    $newAlert.List = $list
    $newAlert.DeliveryChannels = [Microsoft.SharePoint.SPAlertDeliveryChannels]::$deliveryChannel
    $newAlert.EventType = [Microsoft.SharePoint.SPEventType]::$eventType
    $newAlert.AlertFrequency = [Microsoft.SharePoint.SPAlertFrequency]::$frequency
    if($frequency -ne "Immediate"){
    $AlertTime=$_.AlertTime
    $newAlert.AlertTime=$AlertTime
    $newAlert.Update()
    Write-Host Created $newAlert.Title for $subscribedUser . -Foregroundcolor Cyan
    } ELSE {
    Write-Host Alert $alertTitle for $subscribedUser already done. Moving on. -Foregroundcolor Magenta
    When I ran the script and added the users and restarted the service, all users who were auto-subscribed via this method would get the email without the customizations that were done in the custom template.  All users who manually subscribed to the list
    using the "Alert Me" function would get the customized email. 
    Does anyone know why users who manually subscribe would get the custom email alert and why users who were auto-subscribed using the powershell script do not get the custom email alert?

    Hi  ,
    According to your description, my understanding is that users who were auto-subscribed using the PowerShell script do not get the custom email alert.
    For your issue, it can be caused by the auto-subscribed alert email which is generated by PowerShell script is  using OOTB alert template. You can add the following script into your script for setting
    the alerts’ alert email template:
    $contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    $AlertsTemplateCollection =new-object Microsoft.SharePoint.SPAlertTemplateCollection($contentService)
    $newAlert.AlertTemplate = $AlertsTemplateCollection["YOUR_UNIQUE_TEMPLATE_NAME_VALUE"]
    Reference:
    http://sadomovalex.blogspot.com/2012/03/one-problem-with-updating-alert.html
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • SharePoint Online custom alert emails

    How can I change the alert email that SharePoint online (part of Office 365) send out.  I've seen alot of reference to AlertTemplate.xml but that is if you have SP installed on a local server.
    I would like to add the check in comments to the alert email.

    Hi Scott,
    The Alerttemplates.xml file is located at: Local_Drive\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\XML directory on On-Premise SharePoint local server, so we can customize the alert template file on local server with server
    administration permission per this
    article.
    But in Office365 SharePoint Online, if you wan to customize the alert template you need to customize the Alerttemplates.xml under 14 folder on Online server, but it is not permitted, check this article
    you also have seen.
    You can also post this question related SharePoint Online in dedicated Office365 SharePoint Online forum, you can get a better assistance there,
    http://community.office365.com/en-us/forums/151/categories.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • HANA Alerts email Issue

    Hello Folks
    I have an issue sending mails from HANA Studio where we configure the alert notifications. I am able to send mails from OS level from root and sidadm as well.
    When I give the below settings in Alerts Configuration I am not able to receive Alert mails.
    Sender E-mail Address: [email protected]
    SMTP Sever: localhost or hostname.local
    SMTP Port: 25
    I get the below errors in statisticsserver trace:
    Recommended action: Investigate the alerts., exception  1: no.2110001  (Basis/IO/Stream/impl/NetworkChannelCompletion.cpp:546)
        Generic stream error: getsockopt, Event=EPOLLERR - , rc=111: Connection refused
    $NetworkChannel$=
    NetworkChannel FD 16 [0x00007ff76b6c0940]  {refCnt=4, idx=0} (invalid)->10.1.1.181/465_tcp ConnectWait,[r--c]
    exception throw location:
    1: 0x00007ff9b1293ab9 in Stream::NetworkChannelCompletionThread::run(void*&)+0x215 at NetworkChannelCompletion.cpp:546 (libhdbbasis.so)
    2: 0x00007ff9b12262eb in Execution::Thread::staticMainImp(void**)+0x627 at Thread.cpp:475 (libhdbbasis.so)
    3: 0x00007ff9b122648d in Execution::Thread::staticMain(void*)+0x39 at Thread.cpp:543 (libhdbbasis.so)
    [1189]{-1}[-1/-1] 2014-11-14 07:52:13.852704 e StatsSeq         EmailJob.cpp(00268) : Exception caught while sending email
    exception  1: no.9001006  (StatisticsServerAsSQLClient/interfaces/outbound/impl/SMTPClient.cpp:367)
        Error 2110001 when trying to send email: [SMTPMail: (), "Alert "Notification of high priority alerts" (id 24) on GBD 05", SnapshotID: 14.11.2014 07:52:07 747 Fri
    Rating: Info
    30 high priority alerts occurred.
    3: 0x00007ff9b122648d in Execution::Thread::staticMain(void*)+0x39 at Thread.cpp:543 (libhdbbasis.so)
    [1477]{-1}[-1/-1] 2014-11-14 07:53:59.809746 e StatsOC          SMTPClient.cpp(00366) : error sending email [SMTPMail: (), "Alert "Notification of medium and high priority alerts" (id 23) on GBD 05", SnapshotID: 14.11.2014 07:53:59 747 Fri
    Rating: Info
    Any thoughts here ?
    Thanks
    Srikar

    Hi Abhishek
    I have used localhost as hostname and standard port 25 in HANA Alert settings. Everything started working. We use postfix as underlying OS mail functionality.
    Thanks
    Srikar

  • Email Alert Template Issue - List Alerts (Alert Me) emails not using customized XML alert template

    We have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed using the "Alert Me" feature. We have renamed the
    custom alerts XML file and loaded the custom template in the following directory (%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\14\TEMPLATE\XML) and restarted IIS.  Once users subscribe to the alerts using the list "alert me"
    function they received the customized email as intended.
    We needed to auto-subscribe users to the email alerts so what we did was use a powershell script to add users to the alert subscriptions using the script shown below:
    Import-Csv D:\Temp\filename.csv | ForEach-Object{
    $webUrl=$_.WebUrl
    $listTitle=$_.List
    $alertTitle=$_.AlertTitle
    $subscribedUser=$_.SubscribedUser
    $alertType=$_.AlertType
    $deliveryChannel=$_.DeliveryChannel
    $eventType=$_.EventType
    $frequency=$_.Frequency
    $oldAlertID=$_.ID
    $web=Get-SPWeb $webUrl
    $testAlert = $web.Alerts | WHERE { $_.ID -eq $oldAlertID }
    IF ($testAlert) {
    $web.Alerts.Delete([GUID]$oldAlertID)
    Write-Host Old alert $oldAlertID deleted. -Foregroundcolor Cyan
    $list=$web.Lists.TryGetList($listTitle)
    $user = $web.EnsureUser($subscribedUser)
    $newAlert = $user.Alerts.Add()
    $newAlert.Title = $alertTitle
    $newAlert.AlertType=[Microsoft.SharePoint.SPAlertType]::$alertType
    $newAlert.List = $list
    $newAlert.DeliveryChannels = [Microsoft.SharePoint.SPAlertDeliveryChannels]::$deliveryChannel
    $newAlert.EventType = [Microsoft.SharePoint.SPEventType]::$eventType
    $newAlert.AlertFrequency = [Microsoft.SharePoint.SPAlertFrequency]::$frequency
    if($frequency -ne "Immediate"){
    $AlertTime=$_.AlertTime
    $newAlert.AlertTime=$AlertTime
    $newAlert.Update()
    Write-Host Created $newAlert.Title for $subscribedUser . -Foregroundcolor Cyan
    } ELSE {
    Write-Host Alert $alertTitle for $subscribedUser already done. Moving on. -Foregroundcolor Magenta
    When we ran the script and added the users and restarted the service, all users who were auto-subscribed via this method get the email without the customizations that were done in teh custom alert template.  All users who manually subscribed on their
    own to the list using the "Alert Me" function would get the customized email.
    Does anyone know why users who manually subscribe to the alerts get the customized email, and users who were auto-subscribed using the powershell script do not get the customized email and get the standard generic email template?

    Hi  ,
    According to your code, it create a new alert using SPUser.Alerts.Add() method. For this method, it will create a new alert based on the predefined alert template by default.
    If you only assigned the custom alert template to the list, users who manually subscribe to the alerts get the customized email, but users who were auto-subscribed using the PowerShell script get the standard
    generic email template.
    For your issue, you can set the new alert ‘s alert template:
    http://social.technet.microsoft.com/Forums/en-US/1b19c12f-fc37-48cf-8b59-6c09f095dc23/custom-alert-email-templates-issue-list-alerts-emails-not-using-customized-xml-alert-template?forum=sharepointgeneralprevious
    Here is a good blog you can have a look:
    http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/12/07/customizing-alert-notifications-and-alert-templates-in-windows-sharepoint-services-3-0.aspx
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • Custom Email Alert Template Issue - Users not getting customized emails

    I have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed to a list using the "Alert Me" feature.  I have renamed
    the custom alerts XML file and loaded the custom template in the following directory (%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\14\TEMPLATE\XML) and restarted IIS.  Once users subscribe to the alerts using the list using the "alert
    me" function they received the customized email as intended.  
    We needed to auto-subscribe users to the email alerts so what I did was used a powershell script to add users to the alert subscriptions using the script shown in below:
    Import-Csv D:\Temp\filename.csv | ForEach-Object{
    $webUrl=$_.WebUrl
    $listTitle=$_.List
    $alertTitle=$_.AlertTitle
    $subscribedUser=$_.SubscribedUser
    $alertType=$_.AlertType
    $deliveryChannel=$_.DeliveryChannel
    $eventType=$_.EventType
    $frequency=$_.Frequency
    $oldAlertID=$_.ID
    $web=Get-SPWeb $webUrl
    $testAlert = $web.Alerts | WHERE { $_.ID -eq $oldAlertID }
    IF ($testAlert) {
    $web.Alerts.Delete([GUID]$oldAlertID)
    Write-Host Old alert $oldAlertID deleted. -Foregroundcolor Cyan
    $list=$web.Lists.TryGetList($listTitle)
    $user = $web.EnsureUser($subscribedUser)
    $newAlert = $user.Alerts.Add()
    $newAlert.Title = $alertTitle
    $newAlert.AlertType=[Microsoft.SharePoint.SPAlertType]::$alertType
    $newAlert.List = $list
    $newAlert.DeliveryChannels = [Microsoft.SharePoint.SPAlertDeliveryChannels]::$deliveryChannel
    $newAlert.EventType = [Microsoft.SharePoint.SPEventType]::$eventType
    $newAlert.AlertFrequency = [Microsoft.SharePoint.SPAlertFrequency]::$frequency
    if($frequency -ne "Immediate"){
    $AlertTime=$_.AlertTime
    $newAlert.AlertTime=$AlertTime
    $newAlert.Update()
    Write-Host Created $newAlert.Title for $subscribedUser . -Foregroundcolor Cyan
    } ELSE {
    Write-Host Alert $alertTitle for $subscribedUser already done. Moving on. -Foregroundcolor Magenta
    When I ran the script and added the users and restarted the service, all users who were auto-subscribed via this method would get the email without the customizations that were done in the custom template.
     All users who manually subscribed to the list using the "Alert Me" function would get the customized email.  
    Does anyone know why users who manually subscribe would get the custom email alert and why users who were auto-subscribed using the powershell script do not get the custom email alert?

    Hi,
    To deploy custom alert template file, we would load changes into SharePoint and restart SharePoint 2010 Timer Service from Windows Service. If you create your own AlertTemplate in the custom_alerttemplates.xml, you will need to set the set the SPList.AlertTemplate
    property of the list. Then delete and re-subscribe to the alerts for the list.
    Please refer to:
    http://blog.zebsadiq.com/post/SharePoint-2010-custom-alert-template.aspx
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Edit the hyperlink in the alert email (Modify my alert settings, View Issue Tracking)

    is it possible to add the external hyperlink in these emails instead of the internal hyperlink? 
    in example when I get a list tracking email there are hyperlink that get sent out with these tags Modify my alert settings | View Issue Tracking | mobile view  that use the internal url //servername how can I change it to use the external
    address //internetname

    Hi Joe, check out the following links for solutions:
    http://sharepoint.stackexchange.com/questions/13216/how-to-create-custom-email-alert-template-in-sharepoint-2010
    https://social.technet.microsoft.com/forums/sharepoint/en-US/e5ebc5a7-8295-49e4-a817-c31066e1ac3d/customize-the-sharepoint-2010-email-alert
    http://www.alectang.com/blog/archive/2012/05/16/how-to-customise-sharepoint-alert-email-template.aspx
    cameron rautmann

  • Change Calendar default custom alert preference to email with sound?

    Most annoying aspect of the new Apple Calendar is that the preference is pre-set for 2 email alerts at the same time before each event. It's time-consuming to re-set a custom alert time, eliminate the 2nd alert and set my preferred custom alert method every time I add an event.
    I want to re-set my default preference for "email with sound" and have one alert at the "time of the event" unless I choose to add additional alerts.
    Is this possible? 
    Note: I tried changing my Alert preference to "at time of the event" in Calendar Preferences, restarted and the default still shows up as alerting me twice, both 30 minutes before even though it does show as "at tme of the event" in Preferences.

    Hey fberube,
    Welcome to the BlackBerry Support Community Forums.
    Thanks for the question.
    This feature is currently not available in BlackBerry 10, my apologies but I do not know if or when this feature will be back.
    Let me know if you have any more questions.
    Cheers.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Customized alert message formed in the UDF to be sent to Alert Inbox/Email

    Hi,
    The scenario is as follows :
    1. We have an XI object without BPM.
    2. We have an UDF written inside a graphical mapping and we are raising an
        runtimeexception in that UDF. The mapping execution and further processing
        stops when this runtime exception happens. We have a customized exception
        message written for this runtime exception.
    3. When this runtime exception takes place, we can see the customized 
        exception message in the TRACE of the sxmb moni
    4. Our requirement is to have this customized message of the UDF to appear in
        the alert  inbox and alert email notification (apart from coming in the TRACE of
        sxmb  moni).
    Please let me know as to how to route the exception message present in the UDF to Alert Inbox and Alert email
    Regards
    Ganesh

    Hi,
    You had mentioned that you need to raise exception as well as provide an alert in inbox.
    Raising Exception could be done easily through your UDF.
    For raising alerts, you could use standard alert configuration (through ALRTCATDEF). However, this option is good if you are not passing any custom application specific variables.
    >><i>In this case, if message is going in to error while getting processed after raising the exception, then alert could be configured. Refer following link</i>
    By this, I meant that the message processing should go in error for alerts to fire, because they are fired for messages goin in error.
    Thus in short, for configuring alerts, make sure that:
    1. You are not using any application specific variables. However, you can use system variables like Message ID, Sender Service etc.
    2. Message is going into error state in SXMB_MONI after processing.
    Bhavish

  • Whitelist issues...c​ompany emails, customer support emails, transactio​nal emails all blocked

    Hello,
    We just migrated to a brand new email server with 5 brand new IP addresses.
    Our emails to people with verizon email addresses have been blocked from the start.
    When trying to get on the whitelist, I get message for each of the IP's we try to whitelist:
    "After investigation, Verizon Online Security has determined that e-mail from your IP address will not be allowed access to the Verizon Online e-mail domain due to one or more of the following reasons:
    Your IP has been blocked because of spam issues or because your ISP indicates that it is dynamically assigned"
    I checked with our ISP, and they assure us that these are STATIC IP's...which they are.
    On our newsletter we send out, our spam complaints are EXTREMELY low and our email sender score is 99 across the board for all IP's...
    Customers with Verizon email addresses are not even getting their transaction emails and customer support emails.
    I'm not sure what to do, so I figured I'd post here and try to get some help?  I see others have been helped here.
    I thank anyone on the staff in advance for helping me figure this out?
    Thanks so much.
    Dan Eggertsen

    Your issue has been escalated to a Verizon agent. Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board. you will find a link to the private board where you and the agent may exchange information.
    To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe".This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions. Please keep all correspondence regarding your issue in the private support portal.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer that solved your issue as the accepted solution.

  • New Infinity customer, btinternet email not recogn...

    Hi,
    As with
    http://community.bt.com/t5/BB-Speed-Connection-Issues/BTinternet-email-address-not-recognised/m-p/96...
    http://community.bt.com/t5/BB-in-Home/btinternet-email-account-email-not-reconised/m-p/74077#M44042
    http://community.bt.com/t5/BB-Speed-Connection-Issues/New-BT-Broadband-customer-with-email-problem-n...
    the btinternet.com emil address that I asked for and was sown in the registration email when I applied for BT Broadband has not yet been set up.
    When I try to login in I get "This ID is not yet taken." or when I try to get e new password it says that the email does not exist.
    We registered on 2nd August, got a new line on 10th, Infinity on the 15th due to a delay, and then our old number was restored on the 24th. When we called the help desk on the 18th or so, we were told that it was because the order was open ( for the number restoration). That is now closed.
    The broadband service is amazing by the way.
    I appreciate that the services provided by BT are divided amongst several companies, but there seems to be a teeny break in communications somewhere that stops the email accounts being set up on schedule.
    I tried calling 0800 111 4567 but couldn't break the IVR maze to get to someone to talk to.
    What is the best way forward please, I want to set up BTFON and check out the security software!
    Regards
    Solved!
    Go to Solution.

    Hi i suggest you contact the forum mods they should be able to get that sorted for you this is a link to them
    http://bt.custhelp.com/app/contact_email/c/4951
    they normally reply by email or phone within 72 hours maybe slightly longer due to the bank holiday they are a UK based specialist team who have a good record at getting problems solved
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • AC 5.3  Critical Action Alert Emails not being sent

    HI:
    We have set up Critical Action alerts for a couple of transactions and while the on-line alert logs are being generated correctly, the alert email is not being sent to the Risk Owner.
    Does anyone know where I can trouble shoot this issue?
    Thanks,
    Margaret

    >
    Alpesh Parmar wrote:
    > Margaret,
    >
    >     Have you set up the SMTP server in visual admin? RAR needs to use this server details to send out an email.
    >
    > Alpesh
    Hi AlpeshMargaret,
    Where are the instructions for setting up the SMTP server in visual admin for the purpose of Alert Generation? I am not seeing this in the Configuration Guide. Could you point me to the correct documentation?
    Thanks!
    Jes

  • How can I change the order of list item properties in the alert email sent to the assigned-to owner?

    Using SharePoint 2010 Foundation.
    I have an Issue list configured to send an email to the assigned-to owner (List Settings | Advanced settings | E-Mail Notification = Enabled). I have since added columns to the Issue list. All of the data from my columns appear in the email alert but the
    newest additions show up at the bottom of the list in the alert email instead of in the column order I have defined (List Settings | Issue Content Type | Column Order). However, if I click the "Mobile View" in the alert email I received, the Mobile
    View does have the items listed in the column order.
    Why are these different and how do I get the email alert to match my column order?

    Actually the view which you recieve requires the column ordering to be the way you prefer. So whatever is your default view, change the column orders and then check the email alerts.
    Alpesh Nakar's Blog
    Alpesh
    Just SharePoint Just SharePoint Updates
    SharePoint Saturday India Online
    Nov 20 2010 Contributing Author
    SharePoint 2010 Unleashed
    MCTS: SharePoint 2010 Configuration
    MCITP: SharePoint 2010 Administrator

  • Showing item created date in custom alert template

    Hi,
    I'm working on customizing the sharepoint alert templates for my site collection.
    I got good info on net regading the modifications to be made. But unfortunately, I couldn't fine info about showing the
    Created Date column of the item.
    I need to show the item created data and modiifed date vlaues in my alert email,
    I've 'TimeStamp' property which shows the modiifed date. But Im not getting equivalent property for created date.
    I've tried the below options
    NewValue#Created
    NewValue#ItemCreated
    OldValue#Created
    DisplayName#Created
    None of them are showing hte created date of item.
    There is one attribute 'RawValue' which is giving the created date. but it's display format is really not user friendly
    It shows date as 2013-09-08 T 11,40..Z
    Is there any way to show item created date in alert emails? I dont want to use custom code for it.
    I need to use OOB approach. Or atleast is there a way to format the above date displayed thru 'RawValue' attribute.

    Thanks Arif, it did not work. One note though, if we are using the field name we do not use the brackets:
    <GetVar Name=”OldValue#Created_x0020_Date”
    />
    Both with and without brackets did not
    work. 
    Thanks for the suggestion,
    Mike

  • Create a custom alert message for my publishing site

    I have enabled outgoing email to enable sending alerts from SharePoint to users. But I want to have a simpler alert email. Where I do not need to include the item content within the email . so I am trying to achieve the following:-
    Remove the item content from the alert email and just include a link to the item such as a link to a wiki page, announcement item ,etc.
    Currently the link will include the servername in it such as
    http://servernameSP01/sharepoint/Page1 . But we have defined a DNS name so that out SharePoint is accessible using a more user friendly such as
    http://ourcompany.intra. So is there a way to include this instead of the server name in the email links?
    Thanks

    Hi,
    For the first question, my understanding is that you want to add a link to the email alert. As there is no OOTB feature to achieve it, I suggest you custom
    the alert template to achieve it.
    The email alert template is in the folder below.
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\XML
    Before editing the xml, remember to copy the xml file to another location. You can edit the format tag of the xml and add your custom link to the format
    tag.
    Save the xml and update the list alert template to the new one.
    Here is a similar thread for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/084b466f-8add-48e1-ac3a-8094ce3ec2c2/how-i-can-add-attachment-link-in-alert-email
    More information:
    How to customize alert email template:
    http://www.alectang.com/blog/archive/2012/05/16/how-to-customise-sharepoint-alert-email-template.aspx
    AlertTemplates Schema:
    http://msdn.microsoft.com/en-us/library/office/bb802961(v=office.15).aspx
    For the second question, my understanding is you want to replace the server name link with a DNS link. It could be achieved using alternate access mappings.
    More Reference:
    http://technet.microsoft.com/en-us/library/cc263208(v=office.15).aspx
    http://blog.blksthl.com/2012/12/03/a-guide-to-alternate-access-mappings-basics-in-sharepoint-2013/
    Best regards,
    Zhengyu Guo
    Zhengyu Guo
    TechNet Community Support

Maybe you are looking for

  • How to print a pure textfile to the printer?

    Hallo ! I want to send a pure textfile to a printer. How can I do this in java. Pleas give me a tip. Thank you Wolfgang

  • Nokia Lumia 1320, there is no 4G option.

    So this phone supports 4G, yet when I go into network settings and choose data speed I only have 2G & 3G available. The phone is brand new and up to date. I'm with Virgin. Many thanks.

  • Need Help on WorkFlow

    Hi All, How can we hide the "OK" Button in the WorkFlow Notifications Page. Can any one please give us any idea? Thanks in Advance, Dhana

  • Trying to select option in Lion Recovery Assistant

    Hi There, I'm trying to do a fresh install of Lion on my Mac Mini using the recovery assistant, however when I boot up using Option r into the 'Mac OS X Utilities' screen that has the 4 options to select from, I can highlight any of the options howev

  • Java Basic CMYK color scheme Support

    Is java has basic CMYK color scheme suppotr as i look in java.awt.Color class of Java6 and java7. We can only pass RGB in color constructor. I used some libraries but it only supports CMYK convert to RGB not directly choosing color from CMYK. Please