Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Sending Custom Emails

  Asked By: Stuart Keller         Date: May 28, 2003      Category: Sharepoint      Views: 1833

Does anyone know how to send emails in Windows SharePoint Services?
Or alter the ones that are sent to subscribers? Specifically, I
want the function similar to the alerts you can set up, but I want
to send it to other people and add additional text to the body of
the email.

Tagged:      

 

5 Answers Found

 
Answer #1       Answered By: Erick Carlson          Answered On: May 28, 2003       

I believe the system messages generated in the alerts  are done so by a .dll file which cannot be altered.

 
Answer #2       Answered By: Rashad Huff          Answered On: May 28, 2003       

There are SP (SQL Stored Procedures) in the form of compiled DLL (and other Dlls as well) that brings the Alert functionality. However look into

\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\1033\XML\

directory for XML template files that these dlls use to format the message text.

 
Answer #3       Answered By: Henry Henry          Answered On: May 28, 2003       

Which XML files in particular are you referring to that relate to controlling custom  alert messages? The only system xml files of relevance in the folder you indicated are for file icon associations and HTML transformation applications.

 
Answer #4       Answered By: Francisco Simpson          Answered On: May 28, 2003       

Notifitem.xml, Notiflisthdr.xm.,
Notifsiteftr.xml, and Notifsitehdr.xml files. I was able to alter
these albeit with large restrictions as to which variable you can
add. However, you have to reboot before the new formats take effect.

 
Answer #5       Answered By: Marta Sidun          Answered On: Dec 22, 2011       

You can send custom personalized emails to external recipients from contact list, or just adding them manually - using this solution www.enovapoint.com/.../
(But only for SharePoint Foundation 2010 and SharePoint Server 2010)

 
Didn't find what you were looking for? Find more on Sending Custom Emails Or get search suggestion and latest updates.


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