The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Hide "TO" in form e-mails - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Hide "TO" in form e-mails (/showthread.php?tid=812) |
Hide "TO" in form e-mails - craven - Aug 20th, 2010 Hi, Is there any way to hide the recipients of the e-mail with the swift mailer module ? Thanks RE: Hide "TO" in form e-mails - Ben - Aug 21st, 2010 Hi Craven, I'm afraid not, the "to" field is always visible by any email client - that's actually not a restriction with Swift Mailer, it's just the way emails work. What you can do instead is assign all the email recipient as "bcc" (blind carbon copy), and add a default email recipient - say, yourself. Then, everyone will still receive the email, but no-one can see the other recipients on the list. Hope this helps! - Ben RE: Hide "TO" in form e-mails - craven - Aug 22nd, 2010 Thanks Ben. I am using that method at the moment ![]() Regards, Craven |