Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: HELP: Webdb. How to send mail?
On Tue, 21 Sep 1999 19:16:14 +0200, "Carlo Goldoni" <cgoldoni_at_etnoteam.it>
wrote:
>Hi, everybody.
>
>I have built a report which displays data about db-users, and one of the
>fields displays the user's e-mail address.
>
>Is it possible to click on that field and automatically send the selected
>user a mail message?
>
>I read on the "Getting Started" manual that you can create links, but I do
>not understand if I can use them to do it.
Well, you can select the mailto link for that user and have your browser pop up a mail window.
The query that you would use in WebDB could look something like...
select col1,
col2, '<a href="mailto:'|| email_col || '">' || first_name_col || ' ' || last_name_col || '</a>' email_link, col3
hope this helps.
chris.
>
>Please, help me!
>
>Thanks in advance,
> Carlo Goldoni
>
> email: cgoldoni_at_etnoteam.it
>
--
Christopher Beck
Oracle Corporation
clbeck_at_us.oracle.com
Reston, VA.
![]() |
![]() |