how to alter (filter) the subject of email (or its body) ? hi !
here what i need to do :
An employee write and send an email where the word 'goldorak' appears in the subject of the emai. I wish the output mail will be alter by replacing the word 'goldorak' by the word '****'.
is there any an option to do that for the subject ?
and for the body of the mail ?
in other word, i need a php str_replace function filter running on the output mail !
any idea of how to that ? |