How to change mime type of email notifications sent by PeopleSoft?
Posted
by skanjo
on Stack Overflow
See other posts from Stack Overflow
or by skanjo
Published on 2009-11-23T16:56:56Z
Indexed on
2010/03/25
2:43 UTC
Read the original article
Hit count: 247
PeopleSoft
|I work near some PeopleSoft guys and they asked how to change a link in an email notification sent by PeopleSoft so that it is friendly, basically they just wanted the use of an HTML anchor.
After sitting down with them and looking through the code I found that the default mime type for all email notifications is text/plain and there does not seem to be any kind of an email API that is called which would allow setting the mime type of the body to text/html. Furthermore, there seems to be no general email configuration in PeopleSoft to, for example, set the default mime type for all emails.
Do you know how to change the mime type of an email in PeopleSoft?
© Stack Overflow or respective owner