English 中文(简体)
APEX 3.2:如何从展望中发送电子邮件
原标题:APEX 3.2: How to send email from Outlook

我期待着在我的非洲项目执行网页上有一个链接,该链接将打开一个带有特定主题的展望电子邮件。 谁能向我提出这方面的榜样,或提供如何做到这一点的快速高水平?

TO: [email protected]
Subject: Specific Text Here
最佳回答

我估计:

  1. Create a new list entry.
  2. Set the target type to: URL
  3. Set the URL Target to: mailto:[email protected][email protected]&subject=Enormous Teeth
问题回答

暂无回答




相关问题
Oracle Apex - Optional List of Values (LOV)

Is there a way in Oracle APEX to use a list of values or select list but do not force the user to select an item and allow them to enter different items? The basic functionality which I require is ...

Oracle APEX: Tooltip on cell of the report

I have an APEX tabular form, all columns of which are standard report columns. Is it possible to display a tooltip on mouse over of a particular cell of the report?

Keeping a DHTML tree expanded in Oracle APEX

I have created a list item to be used as the primary navigation within my APEX application. The tree can be expanded and clicking on a leaf node takes you to the correct page. However, on arrival at ...

Oracle APEX - Setting up a Tabular Form with default values

I pretty new to APEX and I m having a bit of trouble working with my first Tabular form. The table I ve linked it to is fairly simple. The columns are as follows: Primary key representing an ...

How to create a submit button template in Oracle APEX?

I m trying to create a template for a button in Oracle APEX but I don t seem to have access to the appropriate substitution strings to make it work. For non-templated buttons APEX seems to insert a ...

热门标签