Anyone know how to send automatic email notification in OA?

Any where I can find a resource about how to send automatic email notification?
say, samples, reference?
please advice, thank you very much

integrate your application with oracle workflow and send a notification from the mailer.
details of working with workflow is there in the dev guide
Thanks
Tapash

Similar Messages

  • Does anyone know how to send an email to a "Group" on a device that has been updated to iOS-6, without having to individually add each recipient?

    Pre-update, you used to be able to send an email to one of your predefined "Groups" by merely typing the "Group" name into the address field.  Post-update, this no longer appears to work.  Post update, typing the "Group" name into the address field gets you absolutely nothing.  Now I seem to have to add each individual recipient into the address field, something I thought developing predefined "Groups" would save me from having to do each and every time.  Does anyone know of any viable solutions for this?

    You have to add each one, 1 at a time using the + button.

  • Does anyone Know how to send a ring tone as a gift through iTunes?

    Does anyone know how to send a ring tone or a single song as a gift through iTunes?

    You have to add each one, 1 at a time using the + button.

  • How to send html email notification in bpel

    hi gurus,
    i want to send html email notification from bpel.
    before, i already successful send html email with attachment, but when i send an email without attachment, then the body message will turn into a plain text.
    as i check from the email accepted, email with attachment will have a mime type "text/html" but if no attachment then it will be "text/plain"
    from the bpel configuration, by default the mime type already set to "text/html; charset=UTF-8", below is the sample configuration in my bpel process
    [quote]
    <copy>
                                    <from>string('text/html; charset=UTF-8')</from>
                                    <to variable="varNotificationReq"
                                        part="EmailPayload">
                                        <query>ns10:Content/ns10:MimeType</query>
                                    </to>
                                </copy>
    [/quote]
    i think this suppose to be a easy configuration, but i'm not sure whether i miss something in configuration the email process or this is a bugs in bpel.
    environment:
    linux
    jdev 11.1.1.6
    do u guys ever facing a same problem or have a solution to this ? please throw some light.
    thanks
    ===
    update, i found a temporary solutions.
    so i add a attachment from the process design, and then i change it from the source.
    [quote]
    <copy>
                                    <from>
                                        <literal>
                                            <Content xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
                                                <MimeType xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">multipart/alternative</MimeType>
                                                <ContentBody xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
                                                    <MultiPart xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
                                                        <BodyPart xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
                                                            <MimeType xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"/>
                                                            <ContentBody xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"/>
                                                            <BodyPartName xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"/>
                                                        </BodyPart>                                            
                                                    </MultiPart>
                                                </ContentBody>
                                            </Content>
                                        </literal>
                                    </from>
                                    <to variable="varNotificationReq"
                                        part="EmailPayload">
                                        <query>ns10:Content</query>
                                    </to>
                                </copy>
    <copy>
                                    <from>string('text/html; charset=UTF-8')</from>
                                    <to variable="varNotificationReq"
                                        part="EmailPayload">
                                        <query>ns10:Content/ns10:ContentBody/ns10:MultiPart/ns10:BodyPart[1]/ns10:MimeType</query>
                                    </to>
                                </copy>
                                <copy>
                                    <from>string('your message')</from>
                                    <to variable="varNotificationReq"
                                        part="EmailPayload">
                                        <query>ns10:Content/ns10:ContentBody/ns10:MultiPart/ns10:BodyPart[1]/ns10:ContentBody</query>
                                    </to>
                                </copy>
    [/quote]
    make sure you put the mime type multipart/alternative into the email payload content. by default, when you add attachment, it will generate mime type multipart mixed automatically.
    if you don't change it to multipart/alternative, your email will show a attachment, but actually your email doesn't contain any attachment.
    and then for the message and mimetype make sure you have that ns10:bodypart, because this email already been set as a multipart email.
    when you add attachment, by default it will generate 2 body part, first one is for the body message and the second one is for the attachment. since i only want to use the body message only, then i have to erase the second bodypart
    with this workaround, i can send a html email without attachment perfectly.
    but i have to take note, when i updating the email process from process design, then the source will be generated again automatically, and the edited one will be replaced.
    thanks.

    Make sure you upload all of the images used in your email to a server you control. Then, change your image paths to point to those uploaded images with absolute links.
    You will get marked as spam if you attempt to send images as attachments to a large list of recipients and most email clients won't download images to begin with, so make sure your html email makes sense with broken pictures.
    CSS support is spotty across email clients, if you use css, make sure it's inline, not embedded in the <head> or externally linked in the <head>. Some email clients strip out the <head> section entirely.
    Basically, you need to design your html email as if you haven't moved out of the 90's yet, as far as web design is concerned, in order to get maximum cross client compatibility.
    Then, when you're ready, I would suggest using a service like www.icontact.com or www.constantcontact.com if your subscriber list is anywhere over 100 or so recipients.

  • Does anyone know how to import multiple email addresses from the cc part of an email inot addressbook without having to do them one by one?

    i'm trying to import a group that i belong to from the cc area of an email i received in mail to addressbook without having to do them one by one which is plainly tedious. does anyone know how to do this? can i convert them to vcards somehow, all together not individually?
    thanks!!

    I have the same question

  • How to send alert email notification through graphical mapping ?

    Hi,
    I want to send an email notification whenever there is an exception raised while doing graphical mapping.
    However my requirements are as follows :
    1. We want to use email adpater sending emails
    2. We don't want to go for BPM approach, to achieve the above requirement
    3. We don't want to connect to any alert framewok.
    I appreciate your early reply.
    Thanks
    Ganesh

    Hey
    >>whenever there is an exception raised while doing graphical mapping.
    as said earlier this is not possible without configuring alerts.
    yeah,if u know the reasons beforehand that why exceptions can be be triggered in mapping,then u can use conditional receiver determination,for e.g suppose u know that you will get a mapping exception if value of tag <OrdersID>=000,then u can use this condition in conditional receiver determination and send a mail to concerned party,but this won't work if u don't know beforehand as to under what conditions the exception will be  triggered in mapping.
    i would vote for configuring alerts as its the most suited way to handle this
    thanx
    Aamir

  • How to send automatic emails to lotusmail from forms 10g

    hi iam new to oracle forms 10g...as i have developed complaint module. now i need to send automatic emails from my forms 10g to my department heads
    depending on complaints assigned, to their lotus mail... as iam totally new to this can any one tell me step by step process to do........ if anyone having sample
    complaint module pls send it to me it vl be more helpful to me........

    Welcome to the forum!
    Sometimes it helps to search the forum before posting a question.
    Here are some links which might help you:
    Sending emails viw UTL_SMTP
    PL/SQL for utl_smtp
    If you have a mail-client installed on the client-pc you could use the following to open it and iinitially create a mail with that
    microsoft outlook express connectivity to oracle
    If you have Outlook installed as mail-client another option would be CLIENT_OLE in webutil, have a look at this
    Send mail with attachment

  • Does anyone know how to make one email account alarm you when you have mail but not all of your accounts?

    I have a specific email account that I would like to alert me when an email has come in but I don't want all my accounts to alram me.  Does anyone know how to do this?  I can only seem to find how to alert EVERY account.

    There is no way to do that on a non-jailbroken iPhone.

  • Does anyone know how to permanently delete emails with attachments on the ipod touch?

    Hey guys, a few months ago I sent an email from my cell to my ipodtouch(I have the newest model) to a friend(she has a older model) does anyone know if you delete the email by clicking on trash then will it be non recoverable? Thanks

    You will need to empty also trash to be sure. The email and the attachment will not be on iPod but may be a copy will still be on a server of your provider according to the system he uses (IMAP or POP3) and according to the preferences you have set on the mail programs (leave message on the server... delete it after a date or after deleting it from inbox or... there are many possibility).
    If the mail message is still on a server teoretically you can download it again from the iPod or even another computer.. of course knowing your account settings and password.
    What is not clear in your message: you mention 3 devices: sent thge mail from your cell (1) to your iPod (2) and/or to your friend (3).
    Added later: you will also need to check the SentMessage Folder because a copy of the mail could also be there if you sett to keep a copy there.

  • How to send an email notification if no document in a library has been touched in 6 months

    The customer wants to receive an email notification if not a single document inside a document library has been not updated in 6 months. They don't want to get notifications based on single documents. They care only about the document library
    as a whole. I know you can use the list settings to send notifications or start workflows if a single document but how would you do this on an entire library?
    Get it?
    Is it possible?

    You could run something like this in powershell to check the last modified date and send an email if nothing has been modified in the previous 6 months.
    if (!(Get-PSSnapin Microsoft.sharepoint.powershell -ErrorAction SilentlyContinue))
    { Add-PSSnapin Microsoft.Sharepoint.powershell }
    $web = <website>
    $list = <document library>
    $items = ((get-spweb $web).lists[$list]).items | where {$_['Modified'] -gt (get-date).AddMonths(-6)}
    $folders = ((get-spweb $web).lists[$list]).folders | where {$_['Modified'] -gt (get-date).AddMonths(-6)}
    if (($items.count -eq 0) -and ($folders.count -eq 0)) {
    Send-MailMessage -SmtpServer 'smtpserver' -from '[email protected]' -to '[email protected]' `
    -Subject 'List items not modified in previous 6 months' -BodyAsHtml `
    -Body "List $($list) has not had any files updated in previous 6 months"

  • How to send automatic EMail from SQL or SAP B1

    hi experts as we are using SQL as DB i ned to send E-mails from sap system automatically but from SBO mailer  or Scheduler is not working from my side now i was planning to send emails from SQL can any one help me how to send emails automatically from SAP business one or from SQL

    Hi
    In SQL under Management\Database Mail
    You can configure account you use to send mails from SQL
    Then you can prepare procedure that will send mail
    for example
    EXEC msdb.dbo.sp_send_dbmail
    @profile_name = 'Hurtpol',
    @recipients = '[email protected]',
    @query = 'select isnull(syncherror,'''')  collate polish_ci_as
    from np.dbo.OITM
    where U_SynchStatus=''Failed''',
    --@body = @tresc,
    @subject = 'synch error'
    read about sp_send_dbmail

  • Does anyone know how to get my email to download pictures?  I was able to view pictures in my email before I upgraded to iOS 7.  I have allow remote pictures turned on in my settings.

    I was able to view pictures in my email before I upgraded to iOS 7.  I have allow remote pictures turned on in my settings.  I loved Apple until this last upgrade.  It used to be an intuitively designed product.  I hate it now.  If they don't make it easier for older users to use again, this will be the last Apple product I every purchase.

    Welcome to AD!
    I have a regular post for the top 3 or 4 fixes for that 9808 error. Obviously you are going to skip #1, since you've already tried it. Let me know how you get on with the next 2.
    The top 3 fixes to itunes error 9808 seem to be
    1) Go to Start > Control Panel > Internet Options > Advanced, make sure that SSL 3.0 is checked and TLS 1.0 is checked. Also under Security make sure that the “Check for server certificate revocation (requires restart)” is unchecked. Then click ok and fire up iTunes.
    2) The culprit was Norton. The users are set up as Admin and Standard. I have Parental Controls turned on in both Vista as well as Norton. Admin users had no problems connecting to iTunes. Standard users would get the error. I had to go to Norton’s Personal Firewall and add the program “iTunes Helper.exe” and set the option to “Allowed” (”iTunes.exe should already be in the Allowed category.) in order for the standard users to be able to connect.
    3) close iTunes if you have it open right now. Then go to C:/Documents and Settings/username/Local Settings/Application Data/Apple Computer/iTunes. Delete or cut the preferences.xml file which contains your iTunes preferences. Then go to C:/Documents and Settings/username/Application Data/Apple Computer/iTunes and delete or move the preferences.xml file. For Mac users, there is only one file you must delete or move a to a new location and is located at User > Library > Preferences > com.apple.itunes.plist. Restart iTunes and it will recreate those two (or one) files with the default settings. Feel free to set your preferences back to what they were and then connect to the iTunes store and enjoy!
    And #4, see if you can get into the iTS from a different windows admin account on the same PC.

  • JDev - how to send a email notification

    Hi,
    I am working with ADF Framework, JSP, and Toplink. How do I send an email on a specific date? The email address and the date to send the email will be in a DB column.
    I think that I should compare the date in the DB column with the System date, and when they're the same, the email will be sent.
    Would appreciate if someone could give me some insights. Thanks!
    Lin

    Hi Lin, you can use a ServletContextListener along with Timer and TimerTask in order to schedule a task, in this case a send mail task. Obviously you should use JavaMail API for mail sending.
    First of all, you should config the Servlet Listener in web.xml so it will run when your App Server starts.
    You may change some of this code to meet your requirements.
    web.xml
    <listener>
    <listener-class>ServletListenerTimer</listener-class>
    </listener>
    public class ServletListenerTimer implements ServletContextListener {
    private java.util.Timer timer = null;
    public void contextInitialized(ServletContextEvent event) {
    timer = new java.util.Timer(true);
    timer.schedule(new SendMail(event.getServletContext()), 0, 60 * 60 * 1000);
    public void contextDestroyed(ServletContextEvent event) {
    timer.cancel();
    public class SendMail extends TimerTask {
    private static final int C_SCHEDULE_HOUR = 18;
    private static boolean isRunning = false;
    private ServletContext context = null;
    public SendMail(ServletContext context) {
    this.context = context;
    public void run() {
    Calendar cal = Calendar.getInstance();
    if (!isRunning) {
    if (C_SCHEDULE_HOUR == cal.get(Calendar.HOUR_OF_DAY)) {
    isRunning = true;
    doMailTask(); // Send Mail task here...
    isRunning = false;
    } else {
    context.log("task still running...");
    Hope this helps.
    Regards,
    Luis R.

  • Does Anyone know how to Send Group Text Messages???

    I used my Old Rokr to Send my Daily Devotional's though Text Messages becasue i can send it to Diffrent users with one Text Message. It was simple just make the Message then you checked off who you wanted to get it. I dont see nothing like this on the phone to send One message to Diffrent people. Anyone know if there is a way?
    Thanks!

    It is currently not possible to send an SMS message to multiple recipients.
    Hopefully with a software upgrade they will add this, but don't count on it.

  • Anyone knows how to send a attach with more than 255 characters in 4.6c ?

    Hi everyone,
    i´m tring to send a email with attach , my problem is that i have a itab with 2500 characters per line,
    and the FM 'SO_NEW_DOCUMENT_ATT_SEND_API1'  have the structure SOLISTI1 thats supports only 255 char. i tried to converto to PDF and XLS ,but when i open the attach only appers the first 255 char in each line only. any ideia for that issue?
    Thanks,
    Shimada
    Edited by: Fernando Shimada on May 5, 2009 8:28 PM

    here is part of my code that i tried:
    first: i write the lines of my itab and after did that
      CALL FUNCTION 'SAVE_LIST'
           EXPORTING
                list_index = '0'
           TABLES
                listobject = list_object.
      CALL FUNCTION 'LIST_TO_ASCI'
           TABLES
                listasci           = list_asci
                listobject         = list_object
           EXCEPTIONS
                empty_list         = 1
                list_index_invalid = 2
                OTHERS             = 3.
      APPEND LINES OF t_saida TO t_objbin.
      DESCRIBE TABLE t_objbin LINES v_lines_ane.
    second: do a alv report and tried to convert to pdf ,but the pdf have the same problem
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
           EXPORTING
                i_callback_program = sy-cprog
                it_fieldcat        = t_fieldcat[]
                is_layout          = w_layout
                is_print           = wa_pr
           TABLES
                t_outtab           = t_alv
           EXCEPTIONS
                program_error      = 1
                OTHERS             = 2.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      w_sp =  sy-msgv1.
      CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
           EXPORTING
                src_spoolid              = w_sp
                no_dialog                = ' '
                dst_device               = 'LOCL'
          IMPORTING
               pdf_bytecount            =
                TABLES
                pdf                      = t_pdf
           EXCEPTIONS
                err_no_abap_spooljob     = 1
                err_no_spooljob          = 2
                err_no_permission        = 3
                err_conv_not_possible    = 4
                err_bad_destdevice       = 5
                user_cancelled           = 6
                err_spoolerror           = 7
                err_temseerror           = 8
                err_btcjob_open_failed   = 9
                err_btcjob_submit_failed = 10
                err_btcjob_close_failed  = 11
                OTHERS                   = 12.
      CHECK sy-subrc = 0.
    Transfer the 132-long strings to 255-long strings
      LOOP AT t_pdf.
        TRANSLATE t_pdf USING '~'.
        CONCATENATE gd_buffer t_pdf INTO gd_buffer.
      ENDLOOP.
      TRANSLATE gd_buffer USING '~'.
      DO.
        t_objbin = gd_buffer.
        APPEND  t_objbin.
        SHIFT gd_buffer LEFT BY 255 PLACES.
        IF gd_buffer IS INITIAL.
          EXIT.
        ENDIF.
      ENDDO.
    Create Message Body Title and Description
      t_objtxt-line = 'teste'.
      APPEND t_objtxt.
      DESCRIBE TABLE t_objtxt LINES v_lines_txt.
      READ TABLE t_objtxt INDEX v_lines_txt.
      wa_doc_chng-obj_name = 'smartform'.
      wa_doc_chng-expiry_dat = sy-datum + 2.
      wa_doc_chng-obj_descr = 'smartform'.
      wa_doc_chng-sensitivty = 'F'.
      wa_doc_chng-doc_size = v_lines_txt * 255.
    Main Text
      CLEAR t_objpack-transf_bin.
      t_objpack-head_start = 1.
      t_objpack-head_num   = 0.
      t_objpack-body_start = 1.
      t_objpack-body_num   = v_lines_txt.
      t_objpack-doc_type = 'RAW'.
      APPEND t_objpack.
    Anexos
      t_objpack-transf_bin = 'X'.
      t_objpack-head_start = 1.
      t_objpack-head_num = 0.
      t_objpack-body_start = 1.
      DESCRIBE TABLE t_objbin LINES v_lines_bin.
      READ TABLE t_objbin INDEX v_lines_bin.
      t_objpack-doc_size  = v_lines_bin * 255 .
      t_objpack-body_num  = v_lines_bin.
      t_objpack-doc_type  = 'PDF'.
      t_objpack-obj_name  = 'smart'.
      t_objpack-obj_descr = 'test'.
      APPEND t_objpack.
      CLEAR t_reclist.
      t_reclist-receiver = Email.
      t_reclist-rec_type = 'U'.
      APPEND t_reclist.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                document_data              = wa_doc_chng
                put_in_outbox              = 'X'
                commit_work                = 'X'
           TABLES
                packing_list               = t_objpack
                object_header              = t_objhead
                contents_bin               = t_objbin
                contents_txt               = t_objtxt
                receivers                  = t_reclist
           EXCEPTIONS
                too_many_receivers         = 1
                document_not_sent          = 2
                document_type_not_exist    = 3
                operation_no_authorization = 4
                parameter_error            = 5
                x_error                    = 6
                enqueue_error              = 7
                OTHERS                     = 8.
      IF sy-subrc <> 0.
        WRITE:/ 'Error When Sending the File', sy-subrc.
      ELSE.
        WRITE:/ 'Mail sent'.
      ENDIF.

Maybe you are looking for

  • How to use 2 ipods on same laptop

    My wife recently bought the new ipod nano 8gb. My problem is, how do I keep her iTunes setup seperate from my own (totally different tastes!) on the same laptop or is it best just to download everything on to my session and then set up her playlists

  • Hi Error while running project

    Good day all, When running from testpg.xml under my project workspace from my oracle jdeveloper enviroment i get this error: Kindly help out on steps to resolve this error [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.] C:\

  • IDVD was working and now it doesn't

    Last spring I created a movie in iMovie, shared it with iDVD and created a DVD using iDVD. It worked wonderfully. The movie turned out perfect, plays perfectly in my DVD player. I was thrilled. Now I want to create another DVD using iDVD and I can't

  • Currency validation

    Can anyone please help me to validate a currency input from the user, like it should not accept 1,0,0,0,0.00. appreciate your kind help......

  • PC talks to Hard Drive before I can print

    I have a Photosmart C4180 All-in-One printer,which I am normally very pleased with and use in conjunction with a  HP Compaq Presario PC running Windows XP Home Edition.But for some time now, when directed to print,it sends the instruction to the hard