Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Customize the alert emails

  Asked By: Tanesha Roach         Date: Oct 16, 2009      Category: Sharepoint      Views: 598
 

When someone is subscribed to receive an alert, they get an email with a
copy of the alert update. I have some questions on how to change the format of
this mail. We are using wss3.

1. How to add a reply address?
2. How to remove the links - we just want text, with no links.
3. How to remove column information?
4. Is this going to be relatively easy?

Tagged:        

 

7 Answers Found

 
Answer #1       Answered By: Mauricio Tanner          Answered On: Oct 16, 2009       

The formatting for the alert  email is stored in an XML file called
AlertTemplates.xml in the Template/XML subdirectory of the 12 hive on the
file server for both WSS and MOSS. That file is used by the whole farm.
Since you are in a hosting environment you won't have the ability to make
changes to the format  of the alert messages.

 
Answer #2       Answered By: Gina Freeman          Answered On: Oct 16, 2009       

Yes, I have discovered that after an extensive search. But is there not
something that I CAN do about it? Some javascript, perhaps to insert in a CEWP?

 
Answer #3       Answered By: Tyrell Nash          Answered On: Oct 16, 2009       

The problem is that the client is only involved when you subscribe to an
alert. The alert  emails themselves are generated completely on the server
so there isn't anywhere to put a CEWP with javascript to change  the
formatting. You simply can't change the formatting of the alert emails
without either editing XML on the server or custom server side code.

 
Answer #4       Answered By: Silvia Wilkinson          Answered On: Oct 16, 2009       

The only possible option is to build a custom handler on your exchange server
that catches these emails  and edits the content at that level. Nothing to do
with Sharepoint.

 
Answer #5       Answered By: Candy Walter          Answered On: Oct 16, 2009       

Using a WSS hosted solution so I doubt he has access to
an exchange server to put custom code on either.

 
Answer #6       Answered By: Leanne Rios          Answered On: Oct 16, 2009       

Actually, that could be an idea, at least somewhat so. I have an email  service
that comes with my host's providing package. I have there created an email
called "Group1" which, when an email is sent to that address it automatically
forwards that email. Since wss3  cannot send alerts to an entire group, then I
sign up this email address to receive  an alert  and so the group receives the
mail that way. Since the email server is not connected to the www, no www mail
can get in, but my domain mail  (which the wss shares) can get in.

So, it might be possible to catch and change  the emails  sent to that email
server and restucture them that way. In this manner, mr dabass, I think you are
right, it wouldn't have anything to do with sharepoint. And since my wss plan
does not allow me to change the xml file, then perhaps this is an option for me.

 
Answer #7       Answered By: Zachary Roberts          Answered On: Oct 16, 2009       

You could get slick and develop a WF that adds the person to a list. If they
want to receive  alerts they would add  themselves to a list of email  addresses
that gets alerted to any change  in the other lists. You wouldn't be subscribing
to the list itself, but you would be asking to have emails  generated for
anything that is new or that changes...

Not sure if that even made sense, but it could be done. Then you can design the
email in whatever way you want - client email server allowing, that is.

 
Didn't find what you were looking for? Find more on Customize the alert emails Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].