Sending current page in mail

How to send the current page as an attachment to an e-mail on click of the button.
Thanks

Jaya,
I hope someone on this forum proves me wrong, but I don't think that can be done.
Sergio

Similar Messages

  • Sending the current page in a mailto link

    I want to create a mailto link that will attach the url of the current page to the body of the e-mail message.
    I have created a display only item and added the following code to the default value:
    <anchor href='mailto:?subject=Please Review the attached Lessons Learned&body=Please review the following Lessons Learned: Copy and Paste link here'>Send the Lesson Learned for Review</anchor>
    (I have replaced the a tag with anchor so the code will show up)
    This is working and opening up the mail client with a blank recipient list and the subject and body filled in. Now where I have "Copy and Paste link here", I would like for the URL of the current page to be filled in. Is there a way to do this?
    Thanks,
    MIchelle

    Hi
    I use the following computation for the field, which is used as a parameter of a send_mail procedure.
    SERVER_NAME and DAD NAME are described somewhere in APEX help - they are usefull if you need to switch between development/testing/production environment with different server host names and Oracle database names.
    P50_INTEREST_ID contains the value to be set on the linked page 38, more precisely to it's attribute P38_INTEREST_ID. The value could be reffered also as v('P50_INTEREST_ID') or &P50_INTEREST_ID. instead of :P50_INTEREST_ID.
    IAL_NICKNAME is an application variable containing users nickname.
    Roman
    'Hi,' ||
    CHR(13) || CHR(10) || CHR(13) || CHR(10) ||
    'Please, look at ' || 'http://' || owa_util.get_cgi_env ('SERVER_NAME') || '/pls/' || owa_util.get_cgi_env ('DAD_NAME') || '/' || 'f?p=' || V('APP_ID') || ':38:::NO:38:P38_INTEREST_ID:' || :P50_INTEREST_ID || ' .' ||
    CHR(13) || CHR(10) || CHR(13) || CHR(10) ||
    V('IAL_NICKNAME')

  • When I send or receive e-mail, the mail gets changed significantly from its' original form.....typestyle, size of letters, symbols, page layout, color, everything changes.....is there a way to fix that?.....

    When I send or receive e-mail (Thunderbird).....the mail gets changed significantly from its original form.....typestyle, font size, symbols, page layout, color.....everything changes.....is there a way to fix that so my the original form of the mail is not changed?.....

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • When I right click on a page to send the page link to someone the link's not inserted in the mail page.

    Not really anything more to add to the problem. It's just that simple. Right click on page, choose 'send link' and the mail page that comes up (in Thunderbird) doesn't contain the link as it always did in previous versions. I have to copy and paste the link which makes the right click useless.

    You can middle-click a link to open the link in a new tab.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • How to send inline HTML page in mail(not as attachment)

    Hi,
    I am using JavaMail to send details to users using text mail. Its working successfully. But now i have to send the details on mails that will contain HTML page (not as attachment but as inline HTML page containing text) and details in it. Plz help me. Its urgent.
    Thanks in advance,
    Devom

    Set the contentType to "text/html" and send away.
    (If you need both text and html you will need to make a multi-part message), this is covered in the FAQ.
    http://java.sun.com/products/javamail/FAQ.html
    travis (at) overwrittenstack.com

  • How do I send a page via email in the body of the mail and not as an attachment?

    I wish to send a page via email in the body of the mail. The only option to send a page appears to be to save it first and then attatch to the mail.

    When you are in the Plan View, right click on the icon for the page that you want to omit from the menu. Near the bottom, you'll see Menu Options, click on that and you'll have the choice to Exclude Page from Menus.

  • Send printer friendly page per mail

    Hello everybody.
    I'm very new with APEX and I couldn't find an answer to solve my problem:
    I have a printer friendly page with several text elements and a report so that it nearly looks like a letter in the end.
    Now I want to send this page as a "pdf-attachment" per mail when pressing a button.
    I already noticed the "add_attachment"-procedure in the APEX_MAIL package, but how do i get my actual printer friendly page stored in a BLOB-column in my DB to use this procedure?
    Thanks in advance
    Carsten

    Carsten,
    There are several different version of the get_print_document function, e.g there's this one:
    APEX_UTIL.GET_PRINT_DOCUMENT (
    p_report_data IN CLOB,
    p_report_layout IN CLOB,
    p_report_layout_type IN VARCHAR2 default 'xsl-fo',
    p_document_format IN VARCHAR2 default 'pdf',
    p_print_server IN VARCHAR2 default NULL
    ) RETURN BLOB;
    So you could store both the XML and XSL in a CLOB. But it might be easier to get started referencing actual report queries and report layouts, which you store under shared components and then use this API:
    APEX_UTIL.GET_PRINT_DOCUMENT (
    p_application_id IN NUMBER,
    p_report_layout_name IN VARCHAR2,
    p_report_query_name IN VARCHAR2,
    p_report_layout_name IN VARCHAR2 default null,
    p_report_layout_type IN VARCHAR2 default 'xsl-fo',
    p_document_format IN VARCHAR2 default 'pdf',
    p_print_server IN VARCHAR2 default null
    ) RETURN BLOB;
    Using pre-defined report queries and layouts ensures that you don't run into issues with your custom XML and XSL data.
    The error message "500 Internal Server Error" is a standard Java error message that doesn't tell you anything. Maybe you could find more info in one of your log files. Are you using BI Publisher? Apache FOP? Or some other rendering engine?
    Regards,
    Marc

  • Send a request without leaving the current page?

    Hi,
    I got a question here:
    In a jsp page, when the user changed a option in a drop down box, I want the page to send a request to the server doing some operations on the database(probably use a bean) but still stay at the current page. How can I do that?
    Another simple question is:
    There're 10 elements/components in a FORM, and the user is changing the options in a drop down box (one of the 10 elements/components). Is there any way I can know which elements/components the user is playing with ?
    Thanks in advance!

    it is your own risk to your applets to communicate with DBs because nobody suggests that. I agree with the Javascript story and the frames. It can be done but i thought he wanted to do that in one single page. And finally, i dont trust frames that much. I have seen many times the 404 error found on pages and because i use dynamic pages i have to make connection for each frame. and with throusands users being online it is bad for my server (traffic).

  • IPad mail sending one page PDF documet as a picture. This picture is not viewing for other people who email open. this problem is from iBooks and from Pages.  (if I sending one page document from Pages from iPhone is ok - PDF)

    iPad mail sending one page PDF documet as a picture. This picture is not viewing for other people who email open. this problem is from iBooks and from Pages.
    (if I sending one page document from Pages from iPhone is ok - PDF. If I sending one page document from iPad is mistake. )

    Turn off rich text in your email signature. Delete images too, if any.

  • HT201363 Im trying to reset my security questions but iTunes/Apple keeps sending the reset e-mail to my old e-mail address. My current e-mail address is listed and active in my account.

    Hello,
    I'm trying to reset my security questions on my apple account but they (apple) keep sending the reset e-mail to my old iTunes e-mail. I have changed/edited my e-mail in my apple account to my curent e-maul but it still sends the reset to my old e-mail.......

    Hello AndrewsAFCx,
    Thank you for using Apple Support Communities!
    If you cannot remember your security questions for your Apple ID, I would recommend these steps outlined in the article named:
    Apple ID: All about Apple ID security questions
    http://support.apple.com/kb/HT5665
    What should I do if I don't remember the answers to my Apple ID security questions?
    Try answering them at least once to see if you can get them right, even if you are not sure you remember the answers to your security questions.
    If you are confident you can't remember them, try one of the following:
    If you have three security questions and a rescue email address
    sign in to My Apple ID and select the Password and Security tab to send an email to your rescue email address to reset your security questions and answers. 
    If you have one security question and you know your Apple ID passwordsign in to My Apple ID and select the Password and Security tab to reset your security question.
    If you have one security question, but don't remember your Apple ID password
    contact Apple Support for assistance. Learn more about creating a temporary support PIN to help Apple confirm your identity when you contact Apple Support.
    Note: If you have forgotten your password and answer your security questions incorrectly too many times in a row, you will be unable to try to answer your security questions for a period of time. During that time you will not be able to reset your password and will not have access to your account.
    All the best,
    Sterling

  • Sending html through java.mail

    Hello, what i am attempting to do is present a user with a survey via .jsp in a browser. When the user submits the form i am retrieving all of the parameters and reconsituting the html form via the URL class. What i would like to do at this point is mail the html form to myself. The net result being, when i open my outlook and view the incoming survey, the survey looks pretty much like it did just before the user submitted it.
    Currently what is happening is the html text is appearing in my email as apposed to the rendered html page.
    Is this a mime type issue? When i query the mulibodypart.isMimeType("html") i get "false".
    The way that i am creating my mail msg is:
    try {
    //open the URL...
    cat.debug("opening url stream...");
    in = new BufferedInputStream(
    url.openStream() );
    } catch ( IOException e ) {
    cat.error( "Couldn't retrieve data from url!" );
    }//try
    session.setDebug(true);
    // construct the message
    Message msg = new MimeMessage(session);
    msg.setFrom();
    msg.setRecipients(Message.RecipientType.TO,
    InternetAddress.parse(to, false));
    msg.setSubject(subject);
    MimeBodyPart mbp1 = new MimeBodyPart(in);
    Multipart mp = new MimeMultipart();
    mp.addBodyPart(mbp1);
    msg.setContent(mp);
    msg.setHeader("X-Mailer", "JavaMailer");
    msg.setSentDate(new Date());
    // send the thing off
    Transport.send(msg);
    Any help would be greatly appreciated.
    Charlie

    Here is the code that gets url and send contents of it via email
    public void sendMimeMail(String subject, String sUrl, String destination, String sender){
      try {
        javax.mail.Message msg = new javax.mail.internet.MimeMessage(session); //create session somewhere
        msg.setFrom(new InternetAddress(sender));
        msg.setRecipients(javax.mail.Message.RecipientType.TO,
          InternetAddress.parse(destination, false));
        BodyPart messageBodyPart = new MimeBodyPart();
        URL url = new URL(sUrl);
        messageBodyPart.setDataHandler(new javax.activation.DataHandler(url));
        MimeMultipart multipart = new MimeMultipart("Related");
        multipart.addBodyPart(messageBodyPart);
        msg.setContent(multipart);
        msg.setSubject(subject);
        Transport.send(msg);
      }catch(Exception e){
        e.printStackTrace();
    }Raine

  • How to send recursive deadline monitoring mails?

    Hi all,
    I have to send a deadline monitoring mails to the approver for every 3 days till the approver takes some action. I am able to send the deadline monitoring mail once by using 'LATEST END' tab.
    even tried using loop, but i am getting mails continuously.
    Please help me..
    Regards,
    Gautham P

    Hi Gautham,
    <b>Activation</b>
    Deadline Monitoring is activated by selecting a reference date /time for the relevant deadline (on the relevant tab page of step).
    <b>Reference date/time options</b>
    Creation date/time of the work item
    Creation data/time of the workflow
    A date in the form of an expression (derived from application
      context)
      E.g. 2 days for document type CMR, 3 days for CMR
    <b>Recipient and Text</b>
    Deadline Text and Recipient of deadline has to be mentioned on tab page Display text.
    NOTE:
    The deadline work item is completed when the deadline recipient processes it or the original work item is completed.
    In the task itself trigger to receive mails but only thing you have to maintain <b>Fork</b>.
    <b>Information on monitored workitem</b>
    Workitem Type: Dialog step
    Status: In Process
    Current Agent: xyz
    Thanks and Regards,
    Prabhakar Dharmala

  • Auto launch email and attached current page

    Hi,
    Is it possible to auto luanch an email server (e.g. outlook) and attached the current page? If so, could you please help me on how to accomplish this?
    Thanks!!
    -Marilyn

    Hi,
    Is it possible to auto luanch an email serverLaunch an email server? No. An email client? Yes. Outlook is an email client. You can do this with a mailto link, like this:
    &lt;a href="mailto:[email protected]&gt;Send mail&lt;/a&gt;
    outlook) and attached the current page? If so, could
    you please help me on how to accomplish this?This is more complicated. Mailto links can take arguments that include the message body, but you'd need to get the whole text of the page loaded up into a variable somehow and append that argument in the mailto link. I'm not sure if this is possible, only because I don't know what the size limits of the mailto link arguments are.
    Earl

  • UnsupportedOperationException: Current system default mailer is not support

    1) When I use a html mailto in a html page, it correctly opens Yahoo Mail as the default mailer.
    In the registry (Win XP), under HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\Mail,
    Yahoo Mail is listed.
    2) I am trying the example from here, but get an exception:
    https://jdic.dev.java.net/documentation/Examples.html
    =======================================================
    Case# 6: Launch the system default mailer and send the constructed message with UI or without UI.
    import java.util.List;
    import java.util.ArrayList;
    import org.jdesktop.jdic.desktop.Desktop;
    import org.jdesktop.jdic.desktop.DesktopException;
    import org.jdesktop.jdic.desktop.Message;
    public class MailTest {
        public static void main(String[] args) {
            Message msg = new Message();
            List toList = new ArrayList();
            toList.add("[email protected]");
            msg.setToList(toList);
            List ccList = new ArrayList();
            ccList.add("[email protected]");
            ccList.add("[email protected]");
            msg.setCcList(ccList);
            msg.setSubject("Hello");
            msg.setBody("Test");
            List attachList = new ArrayList();
            attachList.add("C:\\test\\test.txt");
            msg.setAttachmentList(attachList);     
            try {
                // Send mail in UI mode.
                Desktop.mail(msg);
            } catch (DesktopException e) {
                e.printStackTrace();
    }=====================================================
    Exception in thread "main" java.lang.UnsupportedOperationException: Current system default mailer is not supported.
         at org.jdesktop.jdic.desktop.internal.impl.ServiceManagerStub.getService(Unknown Source)
         at org.jdesktop.jdic.desktop.internal.ServiceManager.getService(Unknown Source)
         at org.jdesktop.jdic.desktop.Desktop.mail(Unknown Source)
         at MailTest.main(MailTest.java:30)==================================================

    PLEASE VOTE FOR THIS BUG TO BE FIXED!!!
    When you have a webmail eg. hotmail, Yahoo and wish to use Java Desktop JDIC to send email using the default mailer, it fails.
    Please vote so it will be quickly fixed.
    thanks,
    Anil Philip
    Hi Anil Philip,
    Thank you for reporting this issue.
    We have determined that this report is a new bug and entered the bug
    into our internal bug tracking system under Bug Id: 6460471.
    You can monitor this bug on the Java Bug Database at
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6460471.
    It may take a day or two before your bug shows up in this external
    database. If you are a member of the Sun Developer Network (SDN), there
    are two additional options once the bug is visible.
    1. Voting for the bug
    Click http://bugs.sun.com/bugdatabase/addVote.do?bug_id=6460471.
    2. Adding the report to your Bug Watch list.
    You will receive an email notification when this bug is updated.
    Click
    http://bugs.sun.com/bugdatabase/addBugWatch.do?bug_id=6460471.

  • Can't send smartform to external mail address

    Hi, everyone.
    Now, after creating some self-defined smartforms, we want to send its
    PDF copy to
    our external mail address. From this point, I had some try.
    Reference to SAP Library, I make a testing program named 'YPDF_TEST'.
    However, one exception always exists when running and error message id
    is 'XS806' - means
    "No delivery to &, invalid recipient address"
    I filled the address with following fields.
    [ dev_mail_recipient-logsys = 'CLNT600'.
    dev_mail_recipient-objtype = 'RECIPIENT'.
    dev_mail_recipient-objkey = '[email protected]'. ]
    I just can't understand the real reason why it doesn't work.
    Through debugging, I found the error occurs when handling the following
    codes
    in function "SX_ADDRESS_TO_DEVTYPE".
    [ swc_create_object o_recipient 'RECIPIENT' recipient_id-objkey.
    swc_get_property o_recipient 'CommunicationType' m_recipient-type.
    get_property_longvalue o_recipient m_recipient-address. ]
    On the current situation, if can't come over this problem,
    we may not build the connection and don't provide information in time.
    Failed to send, I yet try another function - added the tail but on earthdidn't get it ~~~
    Would you give me some hints or advice ?
    Any help is appreciated.
    ====================
    <i>REPORT ypdf_test .
    DATA: fm_name TYPE rs38l_fnam.
    DATA: my_control_pars TYPE ssfctrlop. "for CONTROL_PARAMETERS
    DATA: my_output_info TYPE ssfcrescl. "for JOB_OUTPUT_INFO
    DATA: output_options TYPE ssfcompop.
    DATA: e_devtype TYPE rspoptype.
    DATA: gw_lcprint TYPE ziebsflc001.
    DATA: bin_file TYPE xstring,
    bin_filesize TYPE i,
    ndiv TYPE i, offset TYPE i,
    nmod TYPE i.
    DATA: BEGIN OF bin_table OCCURS 0,
    x TYPE xstring,
    END OF bin_table.
    DATA: lines LIKE tline OCCURS 0.
    DATA: dev_mail_sender LIKE swotobjid, "B20K061818
    dev_mail_recipient LIKE swotobjid.
    DATA: dev_mail_applobj_tab LIKE swotobjid OCCURS 10 WITH HEADER LINE.
    DATA: param LIKE itcpp.
    my_control_pars-no_dialog = 'X'.
    my_control_pars-getotf = 'X'.
    Get genereated function name of Smartform
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = 'ZDEMO_SMART_FORM_PPF'
    IMPORTING
    fm_name = fm_name
    EXCEPTIONS
    no_form = 1
    no_function_module = 2
    OTHERS = 3.
    IF sy-subrc <> 0.
    ENDIF.
    Get Device type
    CALL FUNCTION 'SSF_GET_DEVICE_TYPE'
    EXPORTING
    i_language = sy-langu
    I_APPLICATION = 'SAPDEFAULT'
    IMPORTING
    e_devtype = e_devtype
    EXCEPTIONS
    no_language = 1
    language_not_installed = 2
    no_devtype_found = 3
    system_error = 4
    OTHERS = 5 .
    IF sy-subrc <> 0.
    ENDIF.
    output_options-tdprinter = e_devtype.
    set needed mail option
    my_control_pars-device = 'MAIL'.
    dev_mail_sender-logsys = 'CLNT600'.
    dev_mail_sender-objtype = 'RECIPIENT'.
    dev_mail_sender-objkey = 'CHI_DEV03'.
    dev_mail_recipient-logsys = 'CLNT600'.
    dev_mail_recipient-objtype = 'RECIPIENT'.
    dev_mail_recipient-objkey = '[email protected]'.
    CALL FUNCTION fm_name
    EXPORTING
    control_parameters = my_control_pars
    mail_recipient = dev_mail_recipient
    mail_sender = dev_mail_sender
    output_options = output_options
    ip_carrid = 'ID'
    ip_connid = '8290'
    ip_fldate = sy-datum
    ip_bookid = '12345678'
    ip_customid = '09876521'
    ip_luggweight = 90
    ip_wunit = 'KG'
    ip_smoker = 'X'
    IMPORTING
    job_output_info = my_output_info
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4
    OTHERS = 5.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Another try ***
    *DATA: param LIKE itcpp.
    *DATA: BEGIN OF off_obj.
    INCLUDE STRUCTURE soodk.
    *DATA: END OF off_obj,
    ok TYPE c,
    msgid TYPE symsgid,
    msgno TYPE symsgno,
    msgv1 TYPE symsgv,
    msgv2 TYPE symsgv,
    msgv3 TYPE symsgv,
    msgv4 TYPE symsgv.
    *DATA: dev_mail_applobj_tab LIKE swotobjid OCCURS 10 WITH HEADER LINE.
    *CALL FUNCTION 'CONVERT_OTF_AND_MAIL'
    EXPORTING
    mailoptions = param
    mail_sender = dev_mail_sender
    mail_recipient = dev_mail_recipient
    IMPORTING
    office_objid = off_obj
    mail_ok = ok
    msgno = msgno
    msgid = msgid
    msgv1 = msgv1
    msgv2 = msgv2
    msgv3 = msgv3
    msgv4 = msgv4
    TABLES
    mail_application_object_ids = dev_mail_applobj_tab
    otf = my_output_info-otfdata.</i>

    Hi,
    You can follow a different approach. Send the output of the Smartform to the spool.
    You have a Function Module to read the spool and convert it to PDF . Then there is one more function module to attach the PDF and send it as a mail.
    You need to configure SMTP in Tcode : SCOT.
    Search the forum with emailpdfattachment
    You have umpteen postings available.
    Pls reward if useful.
    Regards,
    Laxman Nayak

Maybe you are looking for