[Hidden-tech] How do I generate webform mail w/o revealing he address?

Robert Heller heller at deepsoft.com
Mon Jan 27 21:47:58 EST 2014


At Mon, 27 Jan 2014 18:37:45 -0500 "Shel Horowitz, Ethical/Green Marketing Expert" 	<shel at principledprofit.com> wrote:

> 
>    ** Be sure to fill out the survey/skills inventory in the member's area.
>    ** If you did, we all thank you.
> 
> 
> Here's my conundrum du jour:
> 
> I want to have people click a link on either a webform (from a static 
> page built in WordPress) or an email message and generate an email 
> that goes both to me and to anther person--but I don't want the 
> person sending it to see the address of the other party who isn't me.

If all the people are doing is filling in a HTML form and clicking the submit
button, then you just don't include the E-Mail address in the form itself. The
form is processed by the server and somewhere in the server's CGI code (i.e.
the PHP code or in a database) is 'hidden' the E-Mail address(es). The person
clicking on the form never sees the actual E-Mail sent out (you *could* send a
*separate* acknowledgement message, without the 'other' address).

> 
> Reason: it's an affiliate venture and I don't want anyone to cut me 
> out of the loop and contact my partner directly.
> 
> Looking for a solution that not-very-tech-savvy me can implement easily.

There has got to be an WP plugin that does this (in this case the E-mail 
addresses would live in a WP plugin option).  The visitors (either directly on 
the website or from an E-Mail containing a link to the very same form), would 
just see a form and the form itself would not have any E-Mail addresses (web 
forms should NEVER have embeded E-Mail address, as that is a security/spam 
hole).

> 
> Thanks, as always.

-- 
Robert Heller             -- 978-544-6933 / heller at deepsoft.com
Deepwoods Software        -- http://www.deepsoft.com/
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments


                                                                                             


Google

More information about the Hidden-discuss mailing list