canton
Total posts: 76
03 Sep 2012 02:31

I would like to hide the senders email within the sent email. let me explain

the "Mail From" field shows the senders "Name" which is fine but next to there "name" is in brackets there "email address".

Is it possible to disable showing this and if not could you add this option within the params of the email field.

also if i have too what file do i have to amend to adjust the sent out email template.

Hope this makes sense

thanks in advance

Last Modified: 02 Mar 2014


Sergey
Total posts: 13,748
03 Sep 2012 21:16

the "Mail From" field shows the senders "Name" which is fine but next to there "name" is in brackets there "email address".

i am not sure what you mean but every email have to have sender. And sender have to have email. We may replace sender's email to This email address is being protected from spambots. You need JavaScript enabled to view it. document.getElementById('cloak025b64d7c664df958a36d78d1b139ecc').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy025b64d7c664df958a36d78d1b139ecc = 'noreplay' + '@'; addy025b64d7c664df958a36d78d1b139ecc = addy025b64d7c664df958a36d78d1b139ecc + 'something' + '.' + 'com'; var addy_text025b64d7c664df958a36d78d1b139ecc = 'noreplay' + '@' + 'something' + '.' + 'com';document.getElementById('cloak025b64d7c664df958a36d78d1b139ecc').innerHTML += ''+addy_text025b64d7c664df958a36d78d1b139ecc+''; but there will be email anyway. Even if you hide it, when user click "replay" it should go to some email anyway.

If you mean you want to only hide email and not to eliminate it at all, then it depends on your mail client. Outlook for example will always show email in brackets.

the "Mail From" field shows the senders "Name" which is fine but next to there "name" is in brackets there "email address".

also if i have too what file do i have to amend to adjust the sent out email template.

You cannot adjust it. The email body is very complex. There are many condition including custom fields. You can only affect it by editing com_cobalt/fields/email/email.php file in _setdMail() function.


canton
Total posts: 76
15 Sep 2012 15:23

Thank you

Powered by Cobalt