Using destype=mail the smtp header options

Hi
We have used 6i reports for years and moved to 10g a while back.
I have just found out that the 10g reports can have a few more parameters passed to them to imprvoe the destype=mail options, i.e. to, from, replyto etc.
Does anyone have a list of these options.
Is there yet the ability to add body text to these emails
Thanks

Hello,
Yes, if you use the distribution :
http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_dist.htm#i1005830
<mail id="a1" to="[email protected]" subject="Results">
<body srcType="text">
Attached are quarterly results.
</body>
<attach srcType="report">
<include src="headerSection"/>
<include src="mainSection"/>
</attach>
</mail>
In this example , the Body text will be "Attached are quarterly results." and the Reports output will be attached to the email
Regards

Similar Messages

  • I use js change the sequence of options, JSF go through lifecycle, why?

    Hi,All
    When I use javascript change the sequence of options,
    JSF go through Restore View, Apply Request Value,
    Process Validations, Render Response four lifecycle. why?
    <f:view>
    <head>
    <script>
    function moveDown()
         var selObj = document.getElementById("org_rank:childOrgs");
         var index = selObj.selectedIndex;
         if (index == -1 || index >= selObj.options.length - 1)
         return;
         var selectedText = selObj.options[index].text;
         var selectedValue = selObj.options[index].value;
         selObj.options[index].text = selObj.options[index + 1].text;
         selObj.options[index].value = selObj.options[index + 1].value;
         selObj.options[index + 1].text = selectedText;
         selObj.options[index + 1].value = selectedValue;
         //selObj.options[index + 1].selected = true;
    </script>
    </head>
    <body>
    <h:form id="org_rank">
    <table align="center" border="1" cellpadding="0" cellspacing="0">
    <tr>
    <td align="middle" heigth="100" width="160">
    <h:selectOneListbox id="childOrgs" value="#{orgDelegate.curId}" style="height:100px;width:150px" >
    <f:selectItems id="orgNames" value="#{orgDelegate.orgNames}" />
    </h:selectOneListbox>
    </td>
    <td align="middle" width="80">
    <h:commandButton value="down" onclick="moveDown()" /><br><br>
    </td>
    </tr>
    </table>
    <h:messages styleClass="errorMessage" layout="table" showDetail="true" showSummary="false" />
    </h:form>
    </body>
    </f:view>

    When you say the text shrinks when you change the size of the window, do you mean in terms of making the window smaller / zooming out from the page so that for instance you can see more of the "page" that you're working on?
    If so then that's by design and is how it's always been. The view you see in Word is designed to represent what would appear on the page if you printed it, so relative to the page the text remains the same size. If you change the page so that you can see
    more of it, eg effectively zooming out, then the size of the text must shrink. It's no different to holding a physical document in front of you, if you move the paper further away from you so the page looks smaller, the text will as well.
    On the other hand if you mean when you make the window smaller, eg displaying less of the grey space on either side, that the page and text shrink then I don't know what you mean. Which version of Word are you using? I've tried with Word documents in Word
    2010 and Word 2013, and in both cases simply changing the size of the document window does nothing to the view of the document (other than make it impossible to read all the test on a line without scrolling if I go too far.

  • In Yosemite Mail, the control click option no longer works when clicking on attachments, that previously allowed you to save, quicklook, and select app to open with. Any solutions?

    In Yosemite Mail, the control click option no longer works when clicking on attachments, that previously allowed you to save, quicklook, and select app to open with etc. Any solutions?

    Hi
    It shows just 4 always as an option in the "open with" lsit. Also I haven't downloaded any apps for a while so why would it start now?
    Do you know how I can estabilsh how many apps are counting toward this 10 and what they are?

  • Photo sharing - I used to love the Photo Gallery option in IPhoto.

    Photo sharing - I used to love the Photo Gallery option in IPhoto. That feature was dropped. I find PhotoStream on the iPhone but what to do from my desktop/laptop? I don't like to organize photos on my phone.

    If you have the proper software PhotoStream is available on all of your devices
    http://www.apple.com/support/icloud/
    LN

  • Assign the name of a file and its extension when using DESTYPE=MAIL

    Hello,
    I've developed a report running Oracle Reports 10g that is being emailed to a user. I would like to specify the name of the file and it's extension that is attached. Are there variables or parameters in Oracle Reports that I can use to accomplish this?
    It looks like by default that the file name is using the Name value found in the Property Inspector for the report. I have not been able to find a way to re-assign this value with a value from either the input or select values in the data model.
    Will Oracle Reports 10g allow me to define the name of the file and the extension?
    Any help or direction would be greatly appreciated.
    Thanks in advance
    Jesse
    Message was edited by:
    Sutherland

    Thank you for the quick reply and information. I almost thought you had solved my problem until I found out that distribution and bursting do not support delimited and spreadsheet output. One of the two files I need to email has a desformat of SPREADSHEET.
    Is there any other way to manipulate the file name and extension when using destype of MAIL?

  • Using destype=mail in reports server

    I am trying to send a report to an email address by using the following request string from IE 6.0:
    http://[local machine name]:8888/reports/rwservlet?cmdkey=test_report+desformat=html+destype=mail+desname=[email protected]
    The error I get is:
    Error while sending mail - Sending failed;
    nested exception is:
         javax.mail.MessagingException: 553 5.1.8
    <[username]@[local machine name]>... Domain of sender address [username]@[local machine name]... does not exist
    The 9iAS reports server is running on my [local machine] (PC) and the config file myserver.conf has the following two tags included. The rwbuilder.conf file also includes these.
    <notification id="mailNotify" class="oracle.reports.server.MailNotify">
    <property name="succnotefile" value="succnote.txt"/>
    <property name="failnotefile" value="failnote.txt"/>
    </notification>
    and
    <pluginParam name="mailServer">servername.our-domain.com</pluginParam>
    This report runs fine if destype is anything else like localfile or cache.
    I would appreciate any help on this.
    Regards,
    Anupam

    Some mail servers validate sender's email id. So please try by specifying
    from=valid_email_id
    in command line
    Thanks
    Ratheesh

  • Can I use iOS mail without SMTP?

    Greetings,
    I am using iPhone 5s and iPad Mini, both with iOS 8.3.
    My question is this: Can I use something other than the iCloud SMTP server in order to use the native iOS mail app on my iPhone and iPad? (i.e. [email protected])
    I work for a public company that offers free wifi to its customers. Our IT staff blocks email over SMTP so that people can't come in and use our wifi to send spam/junk mail through our servers. I have Gmail and Yahoo addresses that I would like to condense into my one iOS address. But since I spend a majority of my day at work, I am not able to send or receive messages due to the SMTP blockage. This does not affect iCloud.com which is accessed through a hard wired connection on my desk, but I am not always at my desk, hence the need for iOS mail portability.
    I've checked online for an answer and can't seem to find one. I was told by our IT staff to configure the mail setting to go through a cloud server instead of SMTP but I don't know if that's possible.
    I would appreciate any information or insight you can offer.
    Thanks and best wishes,
    -Jason

    You do not get to pick which servers to use when you subscribe to someone else's email service. Gmail, Apple, Yahoo, AOL, Hotmail, MS Live all use SMTP to send from their user accounts.  You can use any of those systems with the iOS mail app, but they all use SMTP relay to send from your device to their internal mail sending system (which may not use SMTP, but the only way for you to get an outgoing mail into their system is to use SMTP). If your company blocks all SMTP traffic, then you'll never be able to send from a subscriber email service on a wifi device with a dynamic IP.
    You also cannot "condense" (whatever that means - merge?) any other proprietary email service you use (like Gmail or Yahoo) with another proprietary email service like Apple's. These are separate services run by independent companies.
    You should be able to use your browser to use Gmail or Yahoo or another service via their web interface though. When logged in via the web page, you are not sending mail from your device at all, but directly from the service providers system.

  • I have an iMac, and have a Verizon DSL account. Recently, my Mac Mail keeps requesting the passwords on my account every few minutes, and will not allow me to send messages using Mac Mail. I cannot edit the outgoing server; how can I send emails?

    I have an iMac, and have a Verizon DSL account (3 email addresses). Recently, my Mac Mail keeps requesting the passwords on my accounts every few minutes, and will not allow me to send messages using Mac Mail (the message says that the outgoing server was rejected. I cannot edit the outgoing server, and the keychain will not save my passwords (the ports are valid). How can I change the outgoing server to send emails, and how can I avoid having Mail request my passwords every 2 minutes? Verizon, as usual, will not provide support to iMacs.

    Is there an email saved in your drafts or outbox folder?  I suspect that Mail is continually trying to send it, and each time Google is rejecting the email message.
    You can open the message and then delete it from your Outbox folder.  Then try removing all @gmail email addresses from it and seeing whether you can send to the other folks.  I suspect that will work.
    With email, if an SMTP server *can* verify email addresses, sometimes it will and it will refuse to send messages.  If a message has to be relayed across servers, no verification is done, and you'll get a bounce if an email address is bad.

  • Email Authentication Using Demo Mail

    HI ,
    i m using demo mail to send the mail from oracle database . when i m using my mail servers smtp the mail are going fine but now i m installed the " MAIL ENABLE" SMTP server .when i use this the email procedure gave me error ora-29279 smtp perminant error :503 This mail server requires authentication when attempting to send to a non local email addresss ..........................................
    I m using oracle 10g xe and forms 6i
    can anybody help me
    Thansks
    Best Regards
    Adil

    Hi Adil,
    Will you use that mailenable for only sending emails from oracle DB? If so, you may change "relay" settings of "mailenable":
    Go to "SMTP Relay options", and set "Allow relay for privileged IP ranges" and enter the IP address of your DB server. So "mailenable" will not require an authentication.
    Regards
    Gokhan

  • Oracle Report 6.0 - DESTYPE=MAIL

    Anybody can give some info. on using DESTYPE=MAIL and what other settings are required to run these report.
    An early reply would be appreciated
    Thanks,
    Pash
    null

    Hi,
    There were lot of printer issue which were fixed in the last version of developer 6.0 i.e 6.0.5.35.0 i.e Patch 7.
    Probaly you can try by going to the Patch 7 of the Developer 6.0.

  • Can't the the playback head to start playing again

    I've got a slider bar that I'm using to scrub the playback
    head. I also have a stop and a play button. The Stop and Play
    buttons have something like
    on (release) {
    _root.play();
    and the script in the scrub bar is this :
    this.ratio = 50;
    dragger.onPress = function()
    this.startDrag(true, 0, 0, line._width, 0);
    this.onEnterFrame = function()
    ratio = Math.round(this._x * 100 / line._width);
    _root.gotoAndStop(Math.round((ratio * _root._totalframes) /
    100));
    dragger.onRelease = dragger.onReleaseOutside = stopDrag;
    dragger.onEnterFrame = function()
    this._x = Math.round(100 * _root._currentframe /
    _root._totalframes);
    My problem is that the start and stop buttons stop working as
    soon as I use the scrub bar button ("dragger").
    Can someone kindly point out the error of my ways?
    Thanks.

    hmmm... why do you need the onEnterFrame there?
    can you describe in more details on exactly what you want to
    achieve?

  • Problem with AOL mail being recognized in sent mail using Apple Mail

    Hi!
    In Apple Mail, when I click on the Sent Mail icon, I see the two accounts that I use (one is a POP-gmail, and one is an IMAP-berkeley.edu), but not AOL mail. Its sent files go into this folder that is not included.
    Also, AOL mail and calmail (the berkeley.edu mail) have these two icons under the inbox and the sent mail that are black circles with an @ sign in the middle, when clicked on they have several folders about contacts, sent mail... but it is very annoying to have them.
    I would like for all sent mail to be included in the sent mail tab, and for these two @ sign tabs to be removed.
    Thank you so much for the help!

    also...
    is there a way to constantly synchronize my gmail account to the gmail.com inbox... what i mean is: whenever I read a message sent to the gmail inbox on Apple Mail and delete that message, then when I sign on gmail.com the message is no longer there
    This somehow happens with the calmail server, when I delete a message using Apple Mail the calmail message is gone when I log onto that website and check the inbox
    Thanks so much for all of your help!

  • Wrong SMTP Header Information

    We have noticed that some emails have information in the data section of the SMTP header that looks like "johndoe@ <company.com>" instead of "[email protected]" if they are sent to any mailbox on our Exchange 2010 server.
    This wasn't the case before we upgraded to Exchange 2010. Has anyone seen this type of situation before?

    Hi itworker,
    Thank you for your question.
    Did this issue occur all users?
    Did this issue take an effect which someone didn’t receive emails?
    What is CU of current Exchange 2010?
    There are two values in address, which is display and email address, for example ‘displayname<[email protected]>’
    We could not make sure which values which is wrong, if displayname Is wrong, we could check it in recipient mailbox and if it is consistent with address format, for example johndoe@ <company.com>. So we suggest you send a header information and displayname
    on EMC to [email protected] for our troubleshooting.
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Jim Xu
    TechNet Community Support

  • This message could not be delivered because your SMTP settings are not set. Please use the Accounts Preferences panel to set the SMTP options for your account.

    I am not able to send out an email. I keep getting the following message: This message could not be delivered because your SMTP settings are not set. Please use the Accounts Preferences panel to set the SMTP options for your account. Can someone help me with this?

    We need some information, starting with the email provider (eg. Google, Yahoo, Bellsouth, etc)

  • Cc header in the triggered mail  using  receiver mail adapter

    Hi,
    How can we  have cc option in the triggered mail using receiver mail adapter.
    message protocol is  XI payload with mail package.
    thanks,
    Ramya Shenoy

    Hi !
    Check this link:
    http://help.sap.com/saphelp_nw04s/helpdata/en/6b/4493404f673028e10000000a1550b0/frameset.htm
    under the title:
    "Mail Attributes for Message Protocol XIPAYLOAD"
    Regards,
    Matias
    ps:please award points if helpful.

Maybe you are looking for