Email delivery confirmation

Hi,
I want to send an email with the help of the utl_smtp package. So I write a store procedure to send email and it works. Additional to every send I want a delivery confirmation to the sender adress, because it is very important to see, which mails weren't delivered. I've searched for a parameter, that I could set and found these syntaxes in the "PL/SQL Packages and Types Reference".
UTL_SMTP.MAIL (
c IN OUT NOCOPY connection,
sender IN VARCHAR2,
parameters IN VARCHAR2 DEFAULT NULL);
UTL_SMTP.RCPT (
c IN OUT NOCOPY connection,
recipient IN VARCHAR2,
parameters IN VARCHAR2 DEFAULT NULL)
RETURN reply;
UTL_SMTP.RCPT (
c IN OUT NOCOPY connection,
recipient IN VARCHAR2,
parameters IN VARCHAR2 DEFAULT NULL);
The following statement stay in the Reference for the description of "parameters":
parameters The additional parameters to RCPT command as defined in Section 6 of [RFC1869]. It should follow the format of "XXX=XXX (XXX=XXX ....)".
I read a little bit about SMTP in RFC1869 and I changed the statements:
utl_smtp.mail(mail_conn,sender);
utl_smtp.rcpt(mail_conn,recipient);
to:
utl_smtp.mail(mail_conn,sender, 'NOTIFY="SUCCESS,FAILURE"');
utl_smtp.rcpt(mail_conn,recipient, 'NOTIFY="SUCCESS,FAILURE"');
I get now the following syntax error: "ORA-29279: SMTP permanent error: 501 Syntax Error"
I tried also the statement without success:
utl_smtp.mail(mail_conn,sender, 'NOTIFY=SUCCESS,FAILURE');
utl_smtp.rcpt(mail_conn,recipient, 'NOTIFY=SUCCESS,FAILURE');
What can I do to get this delivery confirmation. E.g. in Outlook is possible to set this as option for emails before you send it. Any ideeas?
Thanks!
Serban Vettori

No fenton, does not exist. However, you can set up a Rule to trigger a reply to anyone who sends you mail.
But beware that this will validate your email address for every spam mail that you recieve and may loop endlessly if someone on the other end does the same, or has an out-of-office reply set up (unless their server is prepared to stop such a loop).
If you really need legal mail receipt certification, use special services such as
http://www.readnotify.com/readnotify/email_tracking.asp
Real "big brother is watching you stuff" you may not want to use

Similar Messages

  • Sent email delivery confirmation

    How do I set up delivery confirmation on Mac using Mail? When sending an email I want to be able to know if a person opens the mail.

    Do a google search for "read receipt mac mail"
    You should also note that the practice is generally frowned upon, and is dependent on whether or not the recipient wants to send the reply or not.

  • How can I get an email delivery confirmation?

    Is it possible to set up Mail so that I can check to see if an email has reached its destination and even better, if it has been read? Are there any 3rd party add-ons that can help with this? I believe it's possible with Outlook.

    I am not saying "you shouldn't want it," just that you should not rely on it. Consider: if you don't get delivery confirmation, you have no way of knowing if that is because it wasn't delivered or because the recipient did not opt in. And even if you do get confirmation you have no way of knowing if the message actually was read by anybody, since a lot of email client apps including Apple's Mail.app have scripting & other provisions to automatically handle email in a variety of ways without human intervention.
    But regardless of that, if this is something you want to see in Mail.app, send Apple feedback about it. This site is for user-to-user support. You are not talking to Apple here, just to other users like yourself. We are no more able to implement that feature than you are, so all we can do here is offer suggestions for workarounds or alternative ways to accomplish more or less the same thing.

  • WF Task 10008187 send email to vendor when return delivery confirms

    Hi Gurus.,
    Need help , actual requirement is to update email with some more information like plant address , qty , UoM ...etc  when return delivery confirms.
    I checked in the system WF 10001048 is not active for the event RETURN with BUS 2203 ... but user is getting email .
    How its being triggered ? I checked in event type linkage as well , I dont see its been linked ....
    Can you please help on this to find where it could be linked and triggered once return delivery initiated .
    Advise me is that possible to enhance WF 10001048 with additional task ..?
    Please help ..

    Hi
    <b>Please go through the following SAP OSS Notes -></b>
    Note 1019974 - Notification: WFL Error when an automatic PO was created
    Note 987079 - HEADER_GUID in notification mail causes dump
    Note 984184 - BADI BBP_ALERTING active but its implementation isn't called
    Note 907762 - Incorrect notification language after approval
    Note 1029181 - Formating errors in smartform BBP_OUT_EXCEPTION
    Note 951021 - BBPCF02 : Interpreter error occurs when return GR
    Note 1050451 - Message BBP_CF_036 is not displayed for purchase order error
    Note 1061013 - SAPSRM6.0SP02:Confirmation return can't be posted for BE PO
    Note 1060843 - Manual activity for corrections made in Note 1046012
    Note 1046012
    Regards
    - Atul

  • Delivery confirmation in sent mail

    I saw in SO_NEW_DOCUMENT_ATT_SEND_API1 FM that there are parameters to get delivery confirmation and read receipts.
    Following are the parameters:
    NOTIF_DEL
    NOTIF_READ
    NOTIF_NDEL
    I am using BCS interface. How and what do I set to get a delivery confirmation of the emails sent out?
    Is that really possible? I think we need to some settings in SCOT also for that (where we set that SAPConnect expects receipt confirmation for internet mail).
    Thanks in adv.

    Hi.
    In outlook try these settings :
    1.From the Oulook Tools menu, select Options (if you don't see the Options menu item, you may ahve to expand the menu window with that little double arrow that points downward).
    2. In the next screen for Options, click on the Email Options button
    3.In the next screen Email Options, click on the Tracking Options button.
    4. In the Tracking Options screen, you have a checkmark for Delivery receipt.  Click this and all your emails you send out will give you an alert when your email server delivers them.
    Moreover check in SOST, the traffic signal should be green indicating the mail was send successfully to outlook.
    Thanks
    Papiya

  • Gmail forwarding and delivery confirmation receipts

    I know this has been discussed, but I am unable to resolve the issue.  So here is the situation . . .
    I have a work email address (we manage our own email system internally).  Emails sent to my work address get forwarded to my gmail account (so I can view them when I'm not at work).
    I recently got a Pearl 8130 (Bell Mobility Canada) and set it up to pull messages from my gmail account.
    When someone sends an email to my work address, they get a delivery confirmation (if they have confirmations turn on) from my *gmail* address.  I don't want this to happen!
    My understanding of this is that when an email is sent to my work address and then gets forwarded to my gmail and then onto my BB, it is the BB server that is processing the delivery confirmation (gmail ignores them) and then the BB server sends off the delivery confirmation but it looks to the original sender like the confirmation came from my gmail account.
    This is not only a nuisance, but also a privacy issue (I don't want my gmail address revealed to those who send emails to my work address).
    I have gone into my BB email settings and all confirmations are turned off.
    While I have BIS, Bell Mobility no longer offers the web-based access to configure emails; only whatever I can do directly on my phone.
    The only solution that I have read about is to set up a filter in BB/BIS/BES that catches these delivery confirmations from going out.  But I cannot find a way to do this on my Pearl.
    Any suggestions here would be greatly appreciated.
    Many thanks.
    Konstantine

    Not blind, apparently
    1.8 SP G5/iMac G4 FP/PB G3 Pismo   Mac OS X (10.4.8)   XLR8 G4 Upgrade for Pismo

  • Cant receive delivery confirmation anymore from e fax HP 7510

    why cant i receive the efax delivery confirmation anymore? I have it set on the efax settings to recieve it. What happened? I have the HP 7510

    Take a look in eprintcenter to see if they are showing up there. I find the main cause of the issue is that the disposition pages come from a different email address than the actual faxes. You will likely see that they are discared for not being on the allowed senders list. I believe the email for reports was something along the lines of [email protected] If you go to view job history in EPC it will show the email associated with every message that came in.
    Jon-W
    I work on behalf of HP
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    Click the KUDOS STAR on the left to say “Thanks” for helping!

  • Gmail forwarding & delivery confirmations

    I know this has been discussed, but I am unable to resolve the issue.  So here is the situation . . .
    I have a work email address (we manage our own email system internally).  Emails sent to my work address get forwarded to my gmail account (so I can view them when I'm not at work).
    I recently got a Pearl 8130 (Bell Mobility Canada) and set it up to pull messages from my gmail account.
    When someone sends an email to my work address, they get a delivery confirmation (if they have confirmations turn on) from my *gmail* address.  I don't want this to happen!
    My understanding of this is that when an email is sent to my work address and then gets forwarded to my gmail and then onto my BB, it is the BB server that is processing the delivery confirmation (gmail ignores them) and then the BB server sends off the delivery confirmation but it looks to the original sender like the confirmation came from my gmail account.
    This is not only a nuisance, but also a privacy issue (I don't my gmail address revealed to those who send emails to my work address).
    I have gone into my BB email settings and all confirmations are turned off.
    While I have BIS, Bell Mobility no longer offers the web-based access to configure emails; only whatever I can do directly on my phone.
    The only solution that I have read about is to set up a filter in BB/BIS/BES that catches these delivery confirmations from going out.  But I cannot find a way to do this on my Pearl.
    Any suggestions here would be greatly appreciated.
    Many thanks.
    Konstantine

    I'm also having this same problem.
    I have a GMail account as my Apple ID. And I want the services of iCloud, i.e. mail, adress book, calendar. So I had to create an iCloud ID. Now for some unknown reason any email I send from my own GMail account to my iCloud account is rejected by iCloud.
    This just won't due. If I buy something from Apple.com, I want the iCloud account to get the email. But it won't because I can't consolidate the two and I can't forward Gmail to my iCloud account.
    Anyone else having this problem? Is Apple working on this?

  • Activesync - long delays in email delivery while roaming / local activesync log on BB10-device?

    Hi,
    A couple of our users are experiencing serious delays in email delivery on their BDS-controlled Z10s while roaming. With "serious" I mean delays in the magnitude of hours. This is something however that purely relates to Z10 and the way message sync is done (activesync)
    Since we've got both legacy (OS7) devices and BB10-devices on our network I can confirm that email delivery on the legacy devices happens instantly while BB10-devices experience the above mentioned delays when roaming.
    So here are my questions:
    Anybody else experiencing this problem (I saw a post under BB10 automatic sync not working while roaming in US mentioning US roaming problems, but in our case it's Europe and travelling between European countries)
    Is there a way to get an activesync-log from the Z10s itself showing dates/times of activesync and error-messages respectively? (Afaik the phone has an end-to-end-connection to the activesync/exchange server) - on other platforms (IOS, Androids) you can find a local activesync log on the smartphone so I'm positive that something like this must be present on BB10 too.
    Any known cure - or at least an idea how to track this down?
    Thanks much in advance for any clue
    -bblacksheep

    I don't know if my situation is related or not, but I have (since Friday) been experiencing delays with Gmail on my Z10. However, it's not universal. I have 9 Gmail accounts, and only a subset are affected by delays, while others receive everything immediately. They are all integrated via ActiveSync, and delivery elsewhere (e.g., Outlook client, Gmail webmail inteface) is not affected.
    If the problem affected all of my Gmail accounts the same, I might believe that the problem is with BB or my carrier services. But, since it's only affecting a subset, I instead believe my issues to be rooted at Google. Given all they have recently done to alienate the BB platform, I'm actually not terribly surprised either.
    Note that no roaming is involved...this is on home network carrier and also almost completely on WiFi. No changes have been made to the configuration...but this behavior started suddenly on Friday. Eventually, everything gets delivered and reconciled...but on some accounts, the delay is quite large.
    If your issues can be narrowed down so as to truly know a root cause, and that root cause results in being something in the BB device, OS, or infrastructure, then you need to contact your mobile service provider for formal support and potential escalation up to BlackBerry for enhanced support.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Email delivered confirmations

    When I get home in the evening my inbox on my home computer is filled with delivery confirmations from emails sent during the day from my Blackberry. How do I cut this off?  I have received complaints from the email recipients as well that they get confirmations they received a email from me.

    Hi and welcome to the forums,
    Go to CALENDAR/OPTIONS/ EMAIL SETTINGS turn off Confirm delivery, and confirm read.
    Thanks
    If you need more info please ask!  If not please resolve the thread using the options by the Kudos’ star, Just place the check in the Post that answered your question, Thanks  
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Email Delivery Option - Simple TEXT Output is coming as an attachment

    Hi All,
    I am trying to use R12.1.3 feature "Delivery Option" while Submitting Concurrent Program "Payables Open Interface Import" using FND_SUBMIT with email Delivery Option and email is coming with an attachment (Concurrent Program Output).
    Email Body is blank (as expected if Output is coming as an attachment), as per documentation if CP Output is in TEXT Format then Email body should show the Output instead of an attachment.
    My Question, is if Output is TEXT why it is coming as an attachment, do I need to Configure something?
    I am using and it is working fine(not sure if any of the argument is required to Set "SMTP_CONTENT_TYPE",
    l_ret := fnd_request.add_delivery_option
    (type => FND_DELIVERY.TYPE_EMAIL
         ,p_argument1 => 'Quick Invoice to Workbench Transfer Details' -- Subject
         ,p_argument2 => '[email protected]' -- From
         ,p_argument3 => l_email_add -- To
         ,p_argument4 => '[email protected]'); -- CC
    In Java Based Concurrent Program example, I foudn this line, not sure how to do that using PL/SQL
    req.addProperty(DeliveryPropertyDefinitions.SMTP_CONTENT_TYPE, "application/pdf");
    Please Help.
    Regards
    Sachin

    Hello Kamath,
    Have you set PARAMETER6 to true or false?
    http://docs.oracle.com/cd/E28280_01/bi.1111/e22258/add_burst_def.htm#CHEJDGAG
    Please send us your bursting query so we can check it.
    For more info on this, please review section 7.3 Adding a Bursting Definition to Your Data Model
    from Fusion Middleware Data Modeling Guide for Oracle Business Intelligence Publisher
    http://docs.oracle.com/cd/E28280_01/bi.1111/e22258/add_burst_def.htm#BIPDM347
    Bogdan

  • User is getting email delivery failure when processing via SAP as it tries to send an email to a user who have left the company

    Hi Experts,
    I need to remove a name on a group list in Outlook as the user is getting email delivery failure when processing via SAP (He sends the invoice for approval and emails get sent to different users for approval.) One of those users has left the company and so the user gets a email delivery failure error.
    How do I remove this user who is no longer with the company?
    The user is saying: When I approve an invoice in SAP it sends an email notification through outlook. One of those users is no longer with the company so it cannot deliver the notification, and in return send a delivery failure (in outlook). I am approving the invoices from my SAP Workplace inbox.
    How do we know what group the email is going to?
    Please let me know if you have seen this issue before. Greatly appreciate your help.
    Thanks,
    Asad

    Hi,
    Please check whether you are using a custom z program for sending emails of approved invoices to users. If yes then either the user email ids are hardcoded in the program else a ztable is maintained for them.

  • Error while doing Rapid delivery confirmation

    Hi,
    i am encountering the following error while doing rapid delivery confirmation, "set checkbox for rapid confirmation", pls guide me where to set this check box and wat are all the necessary settings need to be done.?
    Thanks in Advance,
    V.S.Sabitha

    Hello ,
    There is a field called 'Rapid Confirm' in transaction O4H1. You need the select this first.
    Check the link for the prerequisites :
    http://help.sap.com/saphelp_oil472/helpdata/en/bf/a007362b89e30ae10000009b38f839/frameset.htm
    Regards ,
    Jerin Ipe John .

  • Cisco ASA 5512x - Restrict email delivery to ip address range..

    Hi,
    I was wondering how to tighten the security of my email delivery to a range of ip addresses (I know how on my old firewall but the cisco is quite a bit different).  Right now anyone sending email to a particular ip address on my firewall can do so.  I want to restrict that to two ip address ranges it will accept deliver from.  I'm thinking I need two network objects for the two ranges then add to a network object group.  Can anyone help with configuring the ACL for delivery using that group if I'm correct about that?
    TIA
    Al

    Hi,
    I assume that you have a server or multiple servers on your network behind the ASA and want to restrict SMTP traffic to them and only allow SMTP traffic from certain address ranges?
    You might have something like this configured for the server Static NATs
    objec network SMTP-SERVER1
    host 10.10.10.10
    (dmz,outside) static x.x.x.x dns
    object network SMTP-SERVER2
    host 10.10.10.20
    (dmz,outside) static y.y.y.y dns
    If so you could simply create the following kind of configurations to restrict traffic to them
    object-group network SMTP-SERVERS
    network-object object SMTP-SERVER1
    network-object object SMTP-SERVER2
    object-group network ALLOWED-SMTP-SOURCE
    network-object
    network-object
    network-object host
    access-list OUTSIDE-IN remark Allowed SMTP connections
    access-list OUTSIDE-IN permit tcp object-group ALLOWED-SMTP-SOURCE object-group SMTP-SERVERS eq smtp
    access-group OUTSIDE-IN in interface outside
    The above configuration does the following
    Has 2 example Static NAT configurations for local DMZ servers
    Groups those 2 servers to their own object-group SMTP-SERVERS (for easier use in the ACLs)
    Creates an object-group that will contain all the public networks and host addresses that are allowed to contact your SMTP servers (for easier use in the ACLs)
    Configures an ACL that allows SMTP (TCP/25) connections from "outside" only if the source network for the connection belongs to some address range on the ALLOWED-SMTP-SOURCE object-group and when the destination is either one of your SMTP servers.
    Naturally the above object/object-group, access-list and interface names could be different and same for the actual IP addresses.
    Also, if you already have an ACL attached to your "outside" interface then naturally you use that and DONT NEED the "access-group" command above. (As its used to attach an ACL to interface which doesnt already have one attached)
    - Jouni

  • Internal email delivery taking very long time (EMAIL WITH attachment sent to large distribution group)

    Hi Fellows
    I am facing an issue with Exchange 2010 SP3 (14.03.0123.003) environment. Internal email sent with attachment to an all employee or large-member distribution group chokes the queue on Hub Transport and takes from 7 to 15 minutes to deliver. during this
    time period users's emails are also delayed because of transport queue. I am trying to diagnose the root cause for this. Your suggessions and insight might be helpful for me to get it over quickly.
    2 x HT + CAS (WNLB)
    2 x MBX (DAG)
    UserBase: 5000+
    Regards.
    J.A

    Hi,
    Generally, a message that has a large attachment or many recipients takes longer for a Hub Transport server to process than a small message that's addressed to only one recipient.
    In Exchange 2010, after a message is received by the Hub Transport server, the message is added to the Submission queue. Messages move from the Submission queue through the categorizer. When the message is categorized, a recipient's e-mail
    address is resolved to an object in Active Directory. This query determines the mailbox associated with that e-mail address and which Mailbox server is hosting that mailbox.
    For more information about Internal message Routing, please refer to the following link.
    http://technet.microsoft.com/en-us/library/bb232193(v=exchg.141).aspx
    In addition, Slow network bandwidth will effect email delivery. We can increase the network bandwidth to take a test. Low computer performance will also affect the delivery. If sending internal email without attachment to all employee or
    large-member distribution group, will they take the same long time to deliver?
    Best Regards.

Maybe you are looking for

  • How do i sync my iPod Touch to iTunes?

    My ipod touch is disabled and it says to connect to itunes,so i connect the ipod to the computer but it wont sync,i dont know if its cause i dont have itunes version 10.5 or something else,please help,i havent been able to do things on my ipod for a

  • Mac Pro 5,1 - cannot initiate Apple Hardware Test

    I have a Mac Pro (mid-2010 3.2 GHz Quad-Core Intel Xeon). I am fairly certain that it came with no disks. I have the manual in hand, and it advises to restart while holding down the D key. The point that I am making by reporting that is that those di

  • How to use Fuzzy Logic Controller for transfer function in labview control and simulation loop?

    I am facing problem with fuzzy PD logic controller for transfer function in control and simulation loop. Plz Help me in this regard................... i have attache snapshot of my program Attachments: fuzzy in simulation loop.JPG ‏52 KB

  • What are these DR$TEMP % tables and can they be deleted?

    We are generating PL/SQL using ODMr and then periodically running the model in batch mode. Out of 26,542 objects in the DMUSER1 schema, 25,574 are DR$TEMP% tables. Should the process be cleaning itself up or is this supposed to be a manual process? I

  • WLPI, Event Condition XPath and floating pt values

    The documentation (Ch 6 specifically) for both WLPI 1.1 and 1.2 refers to a function ToDouble to be used as the workflow condition: ToDouble(XPath("/customer/balance_due/text()")) > ToDouble(XPath("customer/_credit_limit_amount/text()")) * .75 This f