Is there a mod that hides the pm text in the email notification? 2.0.4, I cant seem to find anything in the admin to do this.
Welcome to SMF!
There is no mod unfortunately however it's an easy edit. Within FTP navigate to ../Themes/default/languages/PersonalMessage.english.php
$txt['pm_email'] = 'You have just been sent a personal message by SENDER on ' . $context['forum_name'] . '.' . "\n\n" . 'IMPORTANT: Remember, this is just a notification. Please do not reply to this email.' . "\n\n" . 'The message they sent you was:' . "\n\n" . 'MESSAGE';
$txt['pm_email'] = 'You have just been sent a personal message by SENDER on ' . $context['forum_name'] . '.' . "\n\n" . 'IMPORTANT: Remember, this is just a notification. Please do not reply to this email.' . "\n\n" . 'Instead, please visit the forum at ' . $GLOBALS['scripturl'] . '?action=pm to read your message.';
It looks like someone already put a request in for it.
http://www.simplemachines.org/community/index.php?topic=426840.0
I might add it to my growing idea list.
It shouldn't be a hard mod to make :P
Thanks guys, I been here, I just cant log in I forgot my password and its a old email addy.
http://www.simplemachines.org/community/index.php?topic=527293.0