SMTP - Email notification requirement

Hi Experts,
I requested for my client's SMTP server name, as well as configured the background job in CUP background job. However, I'm still not getting emails being sent out. Is there anything that needs to be configured at the SMTP end in order for that to recognize GRC is trying to send out an email? There doesn't seem to be any place to input authentication details (assuming a GRC functional mailbox was created by the folks in charge of the SMTP)
I checked the log in CUP and got something which says my SMTP is not recognised:
2009-08-23 04:47:18,506 [Thread-1647] ERROR Cannot send the following email : email id  : 13, strFrom : ROLE_APPROVER, strTo : email name <removed>, subject : null
com.virsa.ae.core.AEException: Exception in sending the mail :
     at com.virsa.ae.commons.utils.Util.sendEMail(Util.java:1596)
     at com.virsa.ae.commons.utils.Util.sendEMail(Util.java:1413)
     at com.virsa.ae.service.mail.MailScheduler.sendMail(MailScheduler.java:155)
     at com.virsa.ae.service.mail.MailScheduler.execute(MailScheduler.java:59)
     at com.virsa.ae.backgroundjobs.BackgroundTask.run(BackgroundTask.java:51)
     at java.util.TimerThread.mainLoop(Timer.java:461)
     at java.util.TimerThread.run(Timer.java:408)
Caused by:
javax.mail.SendFailedException: Sending failed;
  nested exception is:
     javax.mail.MessagingException: Unknown SMTP host: relays-intmail.xyz.com;
  nested exception is:
     java.net.UnknownHostException: relays-intmail.xyz.com
     at javax.mail.Transport.send0(Transport.java:219)
     at javax.mail.Transport.send(Transport.java:81)
     at com.virsa.ae.commons.utils.Util.sendEMail(Util.java:1592)
     ... 6 more
I'm not overly experienced in this area and appreciate any in-sights from you guys! Thanks!

Hi Experts,
I managed to track down why the SMTP host name was not recognized. Apparently the host name was not maintained at the SMTP host file, and my client's network guy asked me to resolve the server name by IP address, which did the trick, and now I can send our emails.
However, this led to 2 more queries which I would like to seek your advice on:
#1
I tried to configure the background job in CUP -> Config ->  Background Jobs
I selected "Email Dispatcher" and chose the option "Other" in the Schedule Type.
What should I set in order to let the job run every 1 minute? I have set
Start time 0.00AM, Start Date 8/24/2009 (which was yesterday's date)
Between 0.00AM AND 11.00PM
Every Second 60, and I ticked Sunday to Saturday (i.e. every day)
then I clicked Save.
Am I doing this correctly?
#2
I have a 2 stage ERM approval. the 1st stage calling webservice to find the approval which is defined in ERM, while the other is using attributes, of which the approver is defined in CUP based on LDAP user details)
For the 1st stage, I notice that when I go select and assign approvers (be it in ERM workflow approval, or in CUP 'Approver' Tab), I noted that some approver name/ID will appear like this
Baldwin (BALDWIN1)
while there are some that appears like
Role_Approver, without the brackets next to it.
I believe this has something to do with the email address, so I checked in the UME all the various parties (role requestor, approver) to make sure each have a valid email address, but I'm still getting the above despite this. Do I need to ensure that any party MUST have a valid and same SAP ID, NT ID (my LDAP) and also UME ID?
Thanks!

Similar Messages

  • Configuring SMTP Email Notification on WSUS server When using Outlook 365

    We have a SMTP relay set up on a different server. I have tried to set up email notifications from WSUS server. I get the following error when trying to test. We are using Outlook 365. I've tried using ports 25 and 587 respectively. Any ides? Thanks in advance!
    System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated
       at Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.SendTestEmail(String emailLanguage, String smtpUserName, String senderEmailAddress, String smtpHostName, Int32 smtpPort, String recipients)
       at Microsoft.UpdateServices.Internal.BaseApi.EmailNotificationConfiguration.SendTestEmail()
       at Microsoft.UpdateServices.UI.SnapIn.Dialogs.EmailNotificationSettingsDialog.backgroundWorker_DoWork(Object sender, DoWorkEventArgs e)

    We have a SMTP relay set up on a different server. I have tried to set up email notifications from WSUS server. I get the following error when trying to test. We are using Outlook 365. I've tried using ports 25 and 587 respectively. Any ides? Thanks in advance!
    System.Net.Mail.SmtpException: The SMTP server requires a secure connection
    You cannot email from a WSUS server direct to an O365 SMTP server, because the O365 SMTP Server *requires* a TLS-authenticated/encrypted connection and WSUS does not support TLS sessions. You'll need to have WSUS sent to an unencrypted onsite SMTP relay that
    has the ability to initiate a TLS relay connection to O365.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Email notification to SMTP with Authentication

    Sending Email Notification: What tags do you add to ns_emails.xsl to configure it for an smtp server that requires authentication? I've tried many things but none of them have worked, I looked all over the oracle forum and found a user who posted the same problem but was not given an answer.
    Currently I'm using the following settings
    <GeneralSettings>
    <FromName>aiatestmail</FromName>
    <FromAddress>[email protected]</FromAddress>
    </GeneralSettings>
    <OutgoingServerSettings>
    <SMTPHost>smtp.mail.yahoo.com </SMTPHost>
    <SMTPPort>587</SMTPPort>
    <authenticationRequired>true</authenticationRequired>
    <UserName>aiatestmail</UserName>
    <Password encrypted="false" xmlns:ns0="http://xmlns.oracle.com/ias/pcbpel/NotificationService">*******</Password>
    </OutgoingServerSettings>
    and am getting
    NotificationService (sendEmailNotification) (faulted)
    [2005/07/01 18:11:19] "{http://xmlns.oracle.com/ias/pcbpel/NotificationService}NotificationServiceFault" has been thrown. Less
    <NotificationServiceFault xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
    <part name="faultInfo">
    <faultInfo>530 authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/pop-11.html</faultInfo>
    </part>
    </NotificationServiceFault>
    I've also tried without sucess:
    -without the authenticationRequired, email, and Password tags
    -using the tags <email>aiatestmail</email> <Password>cb14373</Password> instead of UserName, Password in the example
    -Using another email provider (netscape.net address & smtp server)
    Thanks,
    Craig

    Additional note:
    I haven't been able to test it on a server without authentication. Does anyone know a smtp server that allows this?
    Also here is the full text of my config flie:
    <EmailAccounts xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
    <EmailAccount>
    <Name>AddressChangeReviewerNotification</Name>
    <GeneralSettings>
    <FromName>aiatestmail</FromName>
    <FromAddress>[email protected]</FromAddress>
    </GeneralSettings>
    <OutgoingServerSettings>
    <SMTPHost>smtp.mail.yahoo.com </SMTPHost>
    <SMTPPort>25</SMTPPort>
    <authenticationRequired>true</authenticationRequired>
    <email>aiatestmail</email>
    <Password>********</Password>
    </OutgoingServerSettings>
    <IncomingServerSettings>
    <Server>pop.mail.yahoo.com </Server>
    <Port>110</Port>
    <Protocol>pop3</Protocol>
    <UserName>aiatestmail</UserName>
    <Password encrypted="false" xmlns:ns0="http://xmlns.oracle.com/ias/pcbpel/NotificationService">***********</Password>
    <UseSSL>false</UseSSL>
    <Folder>Inbox</Folder>
    <PollingFrequency>600</PollingFrequency>
    <PostReadOperation>
    <MarkAsRead/>
    </PostReadOperation>
    </IncomingServerSettings>
    </EmailAccount>
    <EmailAccount>
    <Name>TaskServiceReceiving</Name>
    <GeneralSettings>
    <FromName>Oracle BPM</FromName>
    <FromAddress>[email protected]</FromAddress>
    </GeneralSettings>
    <OutgoingServerSettings>
    <SMTPHost>dlsun4254.us.oracle.com</SMTPHost>
    <SMTPPort>225</SMTPPort>
    </OutgoingServerSettings>
    <IncomingServerSettings>
    <Server>pop.mail.yahoo.com</Server>
    <Port>2110</Port>
    <Protocol>pop3</Protocol>
    <UserName>bpm2</UserName>
    <Password ns0:encrypted="false" xmlns:ns0="http://xmlns.oracle.com/ias/pcbpel/NotificationService">welcome</Password>
    <UseSSL>false</UseSSL>
    <Folder>Inbox</Folder>
    <PollingFrequency>1</PollingFrequency>
    <PostReadOperation>
    <MarkAsRead/>
    </PostReadOperation>
    </IncomingServerSettings>
    </EmailAccount>
    </EmailAccounts>

  • BPEL 11g Email Notification - Multiple SMTPs

    Hi All
    We have a requirement to send emails through alternative SMTPs based on content via BPEL. In 10g BPEL, we could do that based FromAccount configuration in nl_emails.xml. What is the equivalent steps for creating different FromAccount configuration in 11g BPEL?
    Thank you for your support.
    Regards
    Prasad Jayakumar

    Hi All
    There is something missing in 11g what was available in 10g
    In 10g, we were able to refer the following entire configuration details through FromAccount of BPEL Email Activity
    nl_emails.xml
    <EmailAccount>
    <Name>Default</Name>
    <GeneralSettings>
    <FromName>Oracle BPM</FromName>
    <FromAddress>[email protected]</FromAddress>
    </GeneralSettings>
    <OutgoingServerSettings>
    <SMTPHost>yourdomain.com</SMTPHost>
    <SMTPPort>25</SMTPPort>
    </OutgoingServerSettings>
    Now In 11g, We are able to set only EmailFromAddress, EmailReplyToAddress & EmailRespondToAddress which is more about GeneralSettings and not different OutgoingServerSettings
    My initial request "BPEL 11g Email Notification - Multiple SMTPs" is not yet resolved. Please provide any further inputs. Thank you.
    Regards
    Prasad Jayakumar

  • Dpm 2012 email notification using a non-exchange smtp mail server

    Has anyone successfully been able to configure DPM 2012 to send email notifications to a standard SMTP mail server (NON-EXCHANGE)?

    Hi Happy,
    I try with IIS6 SMTP server with Anonymous Access.
    From DPM side, settings for "Authentificated SMTP Server: Username/password" :
    1- Leave blank =>ID 2013 : logon failure : unknow user name or bad password.
    2- DPMServerName\UserAccount => Works :)
    Network trace with Wireshark :
    1- Nothing => Most likely blocked by DPM console : Authentificated SMTP Server must be fill.
    2- See full SMTP connection, mail send.
    Could you do network trace to see what's happen ?
    Stephane
    Please remember to click “Mark as Answer” on the post that helps you. This posting is provided "AS IS" with no warranties. knowledge is valid only if it is shared by All.
    My DPM blog Yet Another DPM Blog

  • Cisco Unity Device notification SMTP, email and text not working

    Client has Unity 1.x.  I know it's pretty old.  BUt looking at alot of documentation, the device notification concept is similar. 
    Currently the users are unable to recieve text notification or email notification. 
    I follwed the following steps:
    1. configured the unity connection server to relay messages to a Smart host. In this link.  http://www.cisco.com/en/US/docs/voice_ip_comm/connection/1x/administration/guide/acm150.html#wp1042694
    2. I ocnfigured the user's device notification for SMTP.  I put the user's email address. 
    3. I tried to set it up for text messaging and that did not work also. 
    Can someone please help me out.  What am i doing wrong?

    I use [email protected] to forward emails to my phone . . . it gives me most of the message in the email, rather than just the subject line and maybe a word or two of the message.
    Emails should be sent to your10-digit [email protected] or @vzwpix.com

  • Email Notification Syntax Error

    I'm having trouble getting Email Notification working using Motion Detection with WebCam Centre.
    Updated to .7.02 but still not working.
    The problem seems to be the SMTP server setting. When I try and send the test email I get this syntax error:
    Syntax error in 'From' header: malformed address: [my_email@my_domain.com]\n may not follow my_email@my_domain.com: failing address is: my_email@my_domain.com[my_email@my_domain.com]
    N.B. I've changed the lesser than & greater than characters in above error to square brackets because the forum warned me it was invalid HTML.
    I've no idea why it puts \n on the end of my email address, but I'm informed it's a newline character?
    The mail server I use doesn't require authentication. I'm using the same SMTP server setting which works fine in Thunderbird or Outlook Express.
    If I disable the router/modem and use a dial-up modem with a different ISPs 0845 PAYG, with different SMTP server setting, I can sent the test email successfully.
    If I use my ADSL providers 0845 number with their SMTP server setting then it fails. Which suggests the software with WebCam Centre doesn't play ball with my ISPs SMTP server, or it's something to do with the router modem, a Netgear DG834 wired..
    TIAMessage Edited by NJW on 06-11-2006 03:06 PM

    I wasn't thinking straight when I said it could be my router/modem. It's unlikely to be my router/modem, as I still get the error when using the dial-up account given with my ISP. So it must be their SMTP server or the WebCam software.

  • Email notification for MeetingPlace not being received

    Client has MeetingPlace 7.1.1 installed. Outlook email notification for MeetingPlace stopped working.
    Problem symptom:  When users try to schedule a meeting from web server page, both scheduler and invitee do not receive email notifcaiton in their email account.  But email notification for MeetingPlace works when users schedule meeting from MeetingPlace for Outlook Plug-in regardlessly.
    I've run a test with client, meeting creation is successful. But as soon as user finishs creation meeting, email notification is "Queued for delivery" in Email Notification Report in MeetingPlace App Admin page. I checked all possible settings in MeetingPlace Administration page, nothing looks wrong - correct email address account and type in user profile; SMTP server is properly configured and passes tha test; SMTP server is up and runnin. 
    I'm stumped after deep research online, did not go anywhere. Can someone point out where could possible go wrong and how to fix this issue??
    Fei

    Email notification works differently depending on where the scheduling is done. When done from Outlook your Outlook client sends the request directly to Exchange. When scheduling from the web the invite is held in a mailbox on the Application Server and periodically the system tries to send the email to its mailbox on Exchange.  Since the issues is with meetings scheduled via the web interface there is an issue with MP talking to Exchange.  I assume the users scheduling from the web have Outlook selected in their profile. This is the first place to check. Next I would look at the Outlook settings in MP. Make sure the MP mailbox is still in Exchange and that the user name and password is correct for the Exchange mailbox. This is usually where the issue is. Also make sure that SSL has not become a requirement to talk with Exchange.
    Let me know if you have any questions.
    John

  • Sending Email notifications in FCS withOUT being on Server OSX

    I'd like to send email notifications from FCS but I am NOT running the Server version of Snow Leopard. Anyone know how to serve SMTP without upgrading to the server OS?
    Thanks,
    Hans
    Hans Damkoehler
    VideoBloom, Inc.
    Senior Video Editor/Producer

    All you need to do is be able to send email to an SMTP server that doesn't require authentication. You configure the SMTP address of this server from within the Basic or Advanced Administration pane of Final Cut Server.

  • OEM Not sending email notifications..

    Hello All,
    I have setup all the parameters required for email notifications in My OEM Database Control..
    I have even tested my by pressing test mail while configuring outgoing SMTP server..
    Even marked to send an email in all the rules i needed..
    So everything seems like i have setup all the parameters and even when i click on one alert and its details it shows *"The following notifications will be sent: 1 e-mail messages, 0 SNMP traps, 0 PL/SQL procedures, and 0 OS Commands."*
    And as i expect it should show one more entry the email has been send to [email protected] but even after waiting for long time OEM is no sending the email specified in notication schedule..
    What might be the reason for the same.. Any help would be great..
    Oracle DB Version : 10.2.0.1
    OEM : OEM Db control
    Thanks

    It might be one of the fllowing reasons
    1.SYSMAN jobs are broken, re-enalbe the same.
    2.Check Preferences--> Notification Rules--> And make sure all Rules are checked for Send Email.
    3.Check dbms jobs are running under sysman schema on the repository.
    Also see the below doc
    http://download.oracle.com/docs/cd/B19306_01/em.102/b40002/notification.htm#CACJCDHD
    Hope this helps.
    Regards,
    Satishbabu Gunukula
    Click here for [How to add and remove OCR|http://oracleracexpert.blogspot.com/2009/09/how-to-add-and-remove-ocr-oracle.html]
    Click here to [Improve RMAN Incremental backup Performance|http://oracleracexpert.blogspot.com/2009/09/block-change-tracking-in-oracle-10g.html]
    http://oracleracexpert.blogspot.com

  • MeetingPlace Express 2.1.1.2 Email Notifications stopped working

    Hello I am encountering the following issue with Email Notification with MPE 2.1.1.2:
    I schedule a meeting and invite someone from outside of the company by email. The meeting creation works but no email is sent to the guess. When I go to the Email Notification Queue Status Report,in the Description field, I see the massage stating "New meeting scheduled. Queued for delivery" but never deliveried. Could you please let me know how can I resolve the email notification issue. Please note that the SMTP server is configured and it's working correctly.
    This was previous post I found back in October 2006, so I'm hoping that in 2010 someone knows how to fix this problem.
    https://supportforums.cisco.com/message/353918
    Thanks in advanced!

    You may have already checked these things, but it is worth asking:
    1. There is a user called "guest" in MPE.  This user account is what is tied to non-MPE users when they join meetings and is also used by MPE for notification.  In particular, the E-mail type field is used.  Set this to SMTP
    2. Ensure that there are no ACLs/firewall rules between MPE and your SMTP relay that would block access.  Yes, I know you said your SMTP relay server is working.  I am suggesting you ensure that the communication will flow freely between MPE and your SMTP relay server.
    3. If your SMTP relay server requires authorization, enable it in MPE.  If not, then disable it.  I am betting you have already done this but I am just checking.
    4. Check to see if your SMTP relay server has any local permission features that would block access from MPE.  Some relay servers differentiate between and internal (intra-company relay) and external.  Make sure that MPE can relay to external participants.
    5.  Make sure MPE uses a SMTP e-mail alias that is valid.
    6. Does SMTP relay work internally?  If you are an Exchange/Outlook shop and have configured user internal MPE user accounts and groups with E-mail type Exchange.  Change it to SMTP (for the internal entity) and test notification.
    I have seen this issue a few times and I have had people say they know SMTP is working.  Usually they stumble across the fix by going through the questions listed above.
    HTH.
    Regards,
    Bill

  • EM 12c Email Notification Setup

    Hello,
    I've got EM 12c up and running.  I've got some notifications already setup.  They are for the database, critical/fatal/warning, that I set up through the incident manager.  Not sure if this was the right way to go about that but anyways it seems to be working.
    I'm trying to get it setup so I get notified if say the filesystem is running out of space, say if /u02 is 85% used to send an email.  If I go into Enterprise, Monitoring, Monitoring Templates. I've created a new template for the hosts, with all the metrics that I want monitored.  Now how do I get that to email me those alerts?  Is there a document I'm not seeing that will help me set this up?
    Thanks!
    ETA:  I can go to the host homepage, and see that there metrics that I'm monitoring are alerting.  I just can't seem to figure out how to email based on those alerts.

    Hello,
    To answer your question, here are the high level steps:
    1) Setup your SMTP gateway.   However, if you are already getting email, then perhaps you've done this step already?
    For reference, here is the link to the doc for details:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/notification.htm#sthref154
    2) Set up your email addresses. 
    Under your username drop-down menu,  you should specify the email addresses to which  notifications should be sent.
    Here is the link to the doc for details:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/notification.htm#autoId2
    3) Set up rules (incident rule sets) that specify the metric alerts for which you want emails to be sent
    The rule sets were designed to provide a lot of flexibility in covering the different types of events that EM12c supports as well as the many types of notification requirements that many data center needs.
    Think of a 'metric alert'  as a type of event.  
    For your specific requirements (sending email for host metric alerts)  you can do this:
    3.1) Create a rule set and specify the targets for the rule.   In your case you can specify all targets of type 'host'  (if you want the email to be sent for all host targets' alerts) or choose the specific hosts you're interested in.   
    3.2) In the Rules tab,   create an event rule (this is the first option in the choice of rules to create).   When asked for a 'Type', choose 'metric alert' as the event type.   Then choose 'Specific events of type Metric Alert',   then choose the filesystem metric and other metrics for which you want notifications to be sent.
    3.3) In the Actions part of the rule, specify the EM user(s) in the 'Email to' field of the Notifications section.
    3.4) Save the rule
    This should get you up and running with email notifications. 
    However, I would also recommend looking into these other areas to optimize your use of EM12c monitoring:
    1)   If this notification requirement applies not to all hosts but a subset of host targets,  consider creating a group of those targets and specifying the group as the target of the rule set  (step #3.1 above).  Once you have a group, you can perform operations on the group instead of individual targets, makes it easier to manage later on.  As you add more targets to EM, if they need to be monitored in the same way as the other targets in the group,  then simply add the new target to the group,  the rule will automatically apply to the newly added target in the group without requiring changes to the rule.
    2) Use incident management features
    In EM12c, we introduce incident management as a way to focus and better manage the more important issues that impact your datacenter.   Hence when an important event comes in, consider creating an incident for it.  Once you  have an incident, you can leverage features such as specifying an incident owner,  setting its priority,  resolution status, etc.    Using Incident Manager will provide you in-context diagnostic links and access to MOS articles to  help further diagnose/resolve the event.
    Here is the link to the doc for more details on incident management:
    Using Incident Management
    3) Leverage other rule options
    The rule has an option to apply to all metric alerts of specified severities.   So  if you want to receive email for all critical and warning alerts for the host targets,  then instead of choosing the specific metrics, you can change the rule (step #3.2 above) and choose the option 'severity in critical, warning'  instead of choosing individual metrics.     If you do so,  then say later on you want to add thresholds to new metrics (which will generate metric alerts).  You won't have to change the rule to add in the new metrics since your rule already covers all metric alerts with critical and warning severities.  However, since it will cover all metric alerts for your chosen targets, you need to make sure that you have the appropriate thresholds for the metrics to avoid unwanted email notifications from unwanted alerts.
    The Incident Manager chapter that I referenced above has an Advanced Topics section that covers other scenarios.   If you have other monitoring requirements, you can take a look at that section to get ideas on how these can be implemented in Enterprise Manager.     Or you can reply back to this post if you have additional questions.
    Finally, you can take a look at this monitoring best practices paper that describes how you can leverage EM12c to set up monitoring in a scalable way:
    http://www.oracle.com/technetwork/oem/sys-mgmt/wp-em12c-monitoring-strategies-1564964.pdf
    Regards,
    Ana

  • Email Notification to Requester Manager

    Hi All,
       I am using following product...
      IDM 11g R2 (BP03), SOA 11g
    I want to send the Email notification to the Requester Manager  (my workflow is working fine, resource is getting approved and provisioned properly by Manager) I have made all the required settings in SOA for Enabling Email notifications along-with enabling 'RequestNotificationLevel=1' in OIM.
    (I have tested above with SMTP Provider / UMS Provider.)
    The Requester is getting all the notifications i.e 'Request Created' and 'Request Status Change' notifications.
    Notification composite being used  is "default/RequesterManagerApproval!1.0"  in Approval Policy.
    Its Only That the Manager is not getting any notification. What can be done to send the Notification to the Manager in his mail box (just like being received by requester) so that he knows that some request has been generated for his approval.  
    Thanks and Regards....

    You're probably going to have to create a custom SOA-Composite and build your own notifications into it.  Either that, or use the Request Status event handler, and custom code retrieving the person you want, and then using the notification service APIs to send an email to them.  Using OOTB approvals, you aren't going to be able to get the result you want.
    -Kevin

  • Email notification for rman backup log results

    Hi,
    Good Day!
    is this possible to send email notification about the rman database backup results (succesfull or failed) without using local O/S utilities/services like cron jobs or/and sendmail services?
    pl. note: Instead of local O/S' sendmail services, we would like to utilize the organizational - email server's address and email - account which is already running for other email correspondance.
    Plateform details
    +++++++++++++
    Database: 10.2.0.3
    O/S: HP-UX 11.31
    An urgent response will be highly obliged.
    Thanks
    Regards,
    X

    You can use dbms_scheduler to check for teh configured job and it's status and then using the utl_mail package,can send an email. This would require the smtp srever address of yours .
    Please refrain from using urgent word in the subseuent posts of yours. All the threads and the members of this and any other forum are alike and so are their issues/questions. For urgent request, please raise a sev 1 SR with support.
    HTH
    Aman....

  • Send email notification in latest start and latest end

    Hi all,
    My requirement is to send email notification on latest start and latest end. For latest start, a notification needs to be sent to the manager asking him to start processing the Leave request.
    Am not too concerned about the latest end, since the latest end takes the workitem(MODELED ACtion)  to the next manager, where I can insert a email step in the workflow.
    My concern is how can i send an email to the manager if he has not started processing the lave request within say 3 days
    thanks a ton.
    regards

    Hi,
      If you are looking to send notification ASA work item reaches a latest end then follow the below steps.
    1. Open the step for which you have set the latest end and click latest end tab.
    2. Under the same tab you will find a Drop down box you will find two entries 1 Display Text 2 Modeled  choose the 1 option. and define the text in the task description by choosing Latest End description.
    3. Choose the container element you might have populated the email address.
    Now the configuration that you need to make sure to send a mail to external email id is SCOT settings if SMTP node is configured  then this node would be sending mails to the
    Regards
    Pavan

Maybe you are looking for