Macnet1
|
| Posted: 07/02/2002, 5:15 PM |
|
HI folks, thanks for taking the time out to look at this. Here is my problem-
I'm using the template called Portal in making a school-re-union site.
In the template and database the user when online is asked to input their email address, this is then stored on the database.
When a 3rd party views that information on the web the e-mail address is visible to all that access the site.
How can I make the address invisible but still have the any third person able to e-mail them without seeing the e-mail address.
In other words, I would like my site to e-mail on behalf of the person whom is asking to e-mail but that person should not be able to see the 3rd part e-mail address.
I hope you understand what I am on about, I would be grateful for your input and help on this one.
Cheers
Macnet
|
|
|
 |
Chris K.
|
| Posted: 07/02/2002, 10:32 PM |
|
You could do it by creating own mailing form with From, Subject, Body fields and To list as a listbox or combo showing all users in the database (only names). When submitting use custom OnClick action to retrieve To user's email (using user identifier passed when selecting user). Use all those data to send email (refer to Send Email action).
|
|
|
 |
Macnet1
|
| Posted: 07/02/2002, 11:12 PM |
|
Cheers and thanks for taking the time out to respond-I will give that a try...
|
|
|
 |
|