Home » Developer & Programmer » Forms » 10G-Form: How to add Email-id to the To: field in the Outlook?
10G-Form: How to add Email-id to the To: field in the Outlook? [message #216262] Thu, 25 January 2007 17:23 Go to next message
gogo25
Messages: 5
Registered: January 2007
Junior Member
I am using 10G DB + 10G Form Builder.
I've 'email_item' field in table where I am storing email-ids.
I m displaying 'email_item' field and 'Send_Email_button' in the form.

I want to add (copy) the exact email-id that has been displayed on the form to the To: field in the Outlook.
Means whatever Email got displayed in the 'email_item' field, I want to add this Email automatically.
I do not want to type manually the email-id of the person in the To: field of the Outlook like I am using rt. now as:
WHEN-BUTTON-PRESSED trigger code=
WEB.SHOW_DOCUMENT ('mailto:hard_coded_value_of_email?subject=Testing%20Email: &body=Please%20check............');

Pl help me.
Gaurav
Re: 10G-Form: How to add Email-id to the To: field in the Outlook? [message #216489 is a reply to message #216262] Sun, 28 January 2007 22:24 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
I suggest using 'utl_mail', 'utl_smtp' or 'utl_tcp'.

David
Previous Topic: I can't update my master-detail
Next Topic: how to determine the process is done
Goto Forum:
  


Current Time: Sat Feb 08 18:47:10 CST 2025