Eugene Katz
Eugene Katz

Reputation: 5284

Customizing the welcome email in SharePoint

I can customize the footer of the welcome email coming from SharePoint when a user is added to a site by editing the data name="ServerEmailFooter" element in core.en-US.resx. The question is, can I get anything dynamic in there, like the email of the owner who added the user, or any owner of the site?

So far I've seen <GetVar> and <ListProperty> used in the resource file, but no idea how to figure out which vars are available.

Upvotes: 1

Views: 1345

Answers (1)

Nico
Nico

Reputation: 13830

Sorry, you can't modify this mail.
BTW, modifying core.resx is not supported and will certainly be overwritten when you'll apply the next SP or CU.

Edited: Related blog post - http://blogs.msdn.com/anolan/archive/2008/01/07/is-it-possible-to-modify-sharepoint-email-notifications.aspx

Upvotes: 0

Related Questions