SCOT: When email status error, send email to sender

Hello everyone
I would like to know if it is possible to configure SCOT to send an email to the sender when an email ending as error.
Here is the scenario.
1. An email is sent through scot.
2. SCOT process the email and comeback with an error. Example msg 841 (message too long)
3. So, when the email status is an error, an email should be sent to the sender to advise him of the problem.
So, the sender will be able to act quickly and perform corrective action.
Any idea on how to configure this?
Regards
dstj

Hello Volkoale
Sorry, it is in project plan at the moment. I didn't have time to do it.
Here is some speudo code:
Select all record from SOST table where MSGTY = 'E'   " Message type Error
                                                                 and entry_date = sy-datlo
                                                                 and entry_time is between now and 15 minutes ago.
   select al record from SOOS where corresponding to SOST.
               field SOOS-sndnam correspond to the sender of the message.
    The table SOOD contain the title of the email (Field "OBJDES" )
When you have all those records.
you can send an email to the sender.
I hope that can help you.

Similar Messages

  • On the 6 Plus, I can receive email, but unable to send email.  Error message is "Cannot Send Mail.  The connection to the outgoing server...failed."

    I have tried everything.  Any ideas?

    If you truly tried everything there is no hope of ever making it work. But perhaps you missed something, so here are a few things (and if you've tried them...)
    Reboot the phone by holding the HOME and SLEEP buttons at the same time until an Apple logo appears
    Go to Settings/Mail,contacts,calendars, tap on a mail account. Make sure there's an entry for SMTP or Outgoing mail server (You may need to tap on Account to see the entry)
    Tap on SMTP and make sure you have entered your email name and password (even if it says "optional")
    If there's more than one server listed make sure the appropriate one for that account is the primary
    If all of the above is correct delete the account, reboot the phone, and add the account back

  • IMAP Email Portlet Error accessing email with blank subject field

    I have sucessfully deployed imap portlet and added it to a page. I am able to read and compose emails. However while testing the portlet I ran into few problems:
    1. Cannot read an email from inbox if the subject field of email is blank. Only way to read this email is to first select an email that has a subject and then navigate through "next" or "previous" button to read this email.
    2. Some of the emails does not show the attachments. Some of them dooes show it. I am unable to figure why is it doing so.
    3. It takes too long to load and sometimes ends up in "portlet time out".
    Has anyone else also ran into such problems. Is there a solution to these problems.
    Thanks
    Abhishek Periwal

    Thanks for early reply.
    I analayzed my emails and figured out that email that are forwarded to me with some attachments have problems. These emails do not include the actual attachments , they only include the text part written by the sender. It will be great if this bug gets fixed.
    Secondly I increased the time out and it helped. Thanks for your suggestion.
    Thanks
    Abhishek

  • Send email when report has error status

    Hi Gurus,
    Is there any possible way through which i can send an email only when we come across an error report in B2B 10g.
    Note: Error report means when the status of the report shows error at the console.
    Any suggestions will be appreciated.
    Regards
    Ayush

    Hi Ayush,
    If I got it right then you want to send Email notification in case an error occurs in Oracle B2B. You can definitely do it.
    Monitor the error queue (by default IP_IN_Queue) and dequeue messages for B2BERRORUSER. using a BPEL/java utility. Using same utilities you may send Email notification.
    Please let us know if you are lokking for something else.
    Regards,
    Anuj

  • Can't send Email: Error 500 or 403 when trying to use SP.Utilities.Utility.SendEmail

    Hi all,
    I am getting a Internal Server 500 error when trying to send an email using the SP.Utilities.Utility.SendEmail in my SharePoint Online App. It is worth noting that I am working from a custom .aspx page that does not inherit from the Masterpage, and using
    AngularJS (thus the $http).
    If I change the urlTemplate to use the hostWeb instead of the AppWeb, I get a 403 forbidden. Is there a library I need to include since I am using a custom.aspx page instead of the default.aspx page that comes when creating an App?
    Any clues?
     var appweburl = decodeURIComponent(getQueryStringParameter('SPAppWebUrl'));
     var urlTemplate = appweburl + "/_api/SP.Utilities.Utility.SendEmail"; $http({
    contentType: 'application/json',
    url: urlTemplate,
    type: "POST",
    data: JSON.stringify({
    'properties': {
    '__metadata': {
    'type': 'SP.Utilities.EmailProperties'
    'From': [email protected]',
    'To': {
    'results': ['[email protected]']
    'Body': 'Hello',
    'Subject': 'remember'
    headers: {
    "Accept": "application/json;odata=verbose",
    "content-type": "application/json;odata=verbose",
    "X-RequestDigest": $("#__REQUESTDIGEST").val()
    }).success(function(data, status, headers, config) {
    $scope.data = data;
    alert("Email Sent!");
    }).error(function(data, status, headers, config) {
    $scope.status = status;
    alert("Email FAil!");
    Personal Blog: http://thebitsthatbyte.com

    I've got it working in SharePoint Online/SharePoint App using the following. Note that I am using AngularJS:
    function sendEmail() {
    var appweburl = decodeURIComponent(getQueryStringParameter('SPAppWebUrl'));
    var urlTemplate = appweburl + "/_api/SP.Utilities.Utility.SendEmail";
    $http({
    contentType: 'application/json',
    url: urlTemplate,
    method: "POST",
    data: {
    'properties': {
    '__metadata': {
    'type': 'SP.Utilities.EmailProperties'
    'From': '[email protected]',
    'To': {
    'results': ['[email protected]']
    'Body': 'Good Day from the App. Dont reply if this was received.',
    'Subject': 'App says hello and is awaiting your review'
    headers: {
    "Accept": "application/json;odata=verbose",
    "content-type": "application/json;odata=verbose",
    "X-RequestDigest": $("#__REQUESTDIGEST").val()
    }).success(function(data, status, headers, config) {
    console.log("Sent!");
    $location.path('/');
    }).error(function(data, status, headers, config) {
    console.log("fail");
    function getQueryStringParameter(param) {
    var params = document.URL.split("?")[1].split("&");
    var strParams = "";
    for (var i = 0; i < params.length; i = i + 1) {
    var singleParam = params[i].split("=");
    if (singleParam[0] == param) {
    return singleParam[1];
    Personal Blog: http://thebitsthatbyte.com

  • Send email notification when a concurrent request completes with Error

    {color:#0000ff}I need to setup the system such that when a concurrent request completes with the status "Error", generate/send email notification to an application user. Please advice if you know how to configure the system to accomplish this.
    Note: If the concurrent request completes with status "Normal" or "Warning", do not send/generate email notification to the application user.
    Thanks.
    {color}

    We do what amOx does. I made a concurrent program that calls a sql script, and emails me of errored jobs. It is more convenient than logging in each day. I ran this twice daily, and the sql checks for the previous 12 hour time slice (ie - twice a day run).
    ..colin

  • Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    what email service - Yahoo mail have been acting up lately
    you can try setting Mail as your email client - it resolves this pfoblem for some people
    LN

  • Error when sending email from a web application that runs on GlassFish

    Hello all, I hope some can give me some hints on how to fix this problem.
    I have a web application built in Java that runs on GlassFish v3.
    The application uses a mail plugin that makes use of mail.jar
    Whenever I try to use the plugin to send an email out I get an error.
    The application is programmed to send emails from a gmail account, and I believe there is a problem with the SSL version that Googlemail is expecting.
    By the way, everything works fine if I run the web app on other servers like Jetty or Apache.
    The stacktrace I get from the log when the error occurs is as follows:
    INFO: 2009-05-08 19:48:57,500 [httpWorkerThread-8080-0] ERROR errors.GrailsExceptionResolver - org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
    nested exception is:
    java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
    org.codehaus.groovy.runtime.InvokerInvocationException: org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
    nested exception is:
    java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:431)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:337)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:883)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:732)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:554)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:485)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:377)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.jsecurity.web.servlet.JSecurityFilter.doFilterInternal(JSecurityFilter.java:382)
    at org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.StandardWrapperValve.preInvoke(StandardWrapperValve.java:460)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:139)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:186)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:142)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:242)
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180)
    at com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633)
    at com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570)
    at com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152)
    at com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
    at com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325)
    at com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184)
    Any help would be really appreciated... honestly I'm pretty stuck.
    Alex

    Hi Alex,
    Since I had a Gmail test servlet kicking around, I ran it on the latest V3 nightly build.
    On the first run, I encountered the following nested exceptions:
    javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465
    --> java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
        --> java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
            --> java.security.UnrecoverableKeyException: Password must not be nullThe UnrecoverableKeyException is a manifestation of [https://glassfish.dev.java.net/issues/show_bug.cgi?id=6938|https://glassfish.dev.java.net/issues/show_bug.cgi?id=6938]
    I worked around this by adding the following JVM config options to domain.xml
    <jvm-options>-Djavax.net.ssl.keyStorePassword=changeit</jvm-options>
    <jvm-options>-Djavax.net.ssl.trustStorePassword=changeit</jvm-options> (Note: the default master password is "changeit")
    These lines are placed in /domain/configs/config/java-config of domain.xml for the particular server config you're using. There's only one server config in the default domain.xml shipped with V3. Then restart the server.
    I retested the code on both port 465 and 587, with and without the above config changes. Without the change, they both fail the same way, and with the change, they both work. Let me know if this helps.
    -Peter

  • Error Message when using Photoshop Element 9 sending email

    I was using Photoshop Element 9 sending email on Windows Live Mail.
    It was working perfect.
    A week ago, my computer had the problem and need to format and reinstall everything again.
    After that, when I used Photoshop Element 9 to send email using Windows Live Mail 2012.
    It came up error message in below:
    "Elements Organizer could not finish creating your E-mail message.
    Alternatively, you can use the Adobe E-mail Service via the Elements Organizer Preferences dialog."
    I don't want to use Adobe E-mail Service because it is very limited for email function such as attached another files or change email contents.
    Would you please give me some idea how to solve the problem ?
    Thanks,
    Joe

    Please refer the below link:
    http://forums.adobe.com/message/3284248#3284248
    http://helpx.adobe.com/photoshop-elements/kb/freeze-or-error-no-email.html
    -Harshit yadav

  • When I try to send a photo by email, an error message reads "The email server didn't recognize your username/password combination"  How do I fix this?

    When I try to send a photo from iPhoto by email, and error message reads "The email server didn't recognize your username/password combination".  How do I fix this?

    Try to reenter you rmail account details in the iPhoto Preferences > Accounts tab.
    Delete the mail account entry by pressing the "-" button below the left column in the panel, then add it again by pressing "+".
    Also, it is recommended, to set "Mail" as mail client in the iPhoto preferences, and not iPhoto. This has been working much more reliably lately.

  • I am getting an Error 5.7.1 message when I send emails on Firefox; but not on Internet Explorer. Why?

    I am receiving an Error 5.7.1 message when I try to send emails, or respond to emails on Firefox; but not on Internet Explorer. It just started doing this today.

    iCloud also doesn't do tunes with bitrates below 96 Kbps.

  • Difficulty sending photos through iPhoto 11 often get a connection error.  When I go to my email and copy the photos in email the emails go out always with never a problem

    I have difficulty sending photos through iPhoto 11 often get a connection error.  When I go to my email and copy the photos in email the emails go out right away and never seem to have a connection problem?  Why did they cahnge the process for sending photos form iphoto?

    It is an addition option some people like and other do not (I do not)  --  to use it as always is trivial - in the iPhoto preferences set Apple Mail as the e-mail client
    LN

  • Smtp error when trying to send email

    Hi,
    We just moved and our airport network (connected to a T1) was working; however, now we cannot send email from either my ibook or my husband's pc when using Outlook or THunderbird, as we both get the same SMTP error. It does work when using webmail though. Everything else works fine -- any suggestions on how we can resolve this?
    Thank you!
    Evelyn

    This error is only caused when the SMTP Settings are typed in incorrectly.
    I suggest you do one of 2 things double check both computers and make sure that a comma has not been placed in instead of a period.
    If that isn't the case, Sometimes you may be required to delete the Account settings and start all over by creating a new account to activate your Mail. It isn't that unusual when first setting up a new Mail and account to have this glitch. So delete the Account and be sure you have everything written down form your Isp to create the new Account. It will be exactly the same as the one you deleted.
    Don

  • Why am I getting syntax error messages when sending emails thru MS Office:MAC 2011?

    Why am I getting suntax error messages when sending emails thru my outlook on my MacPro?

    What are the exact and complete error messages?

  • Kern-Exec Error when sending emails from 9500

    Hi There
    My first post so hopefully someone may be able to help and I'll try to help others if I can.
    Just recently I have been unbale to send emails from my Nokia 9500. I don't think I've been doing anything differently but I keep getting KERN-EXEC error reason No 3, when I try to send email messages. Strange that I'm able to receive messages ok though.
    I looked at some of the other posts and followed mobile manic's advice for other KERN-EXEC errors. I backed up the phone contents to the PC, restored the phone to default settings and then re-loaded all the backed up stuff.
    Sadly, I still get the KERN-EXEC error message when I try to send emails. It seems to conect to GPRS ok but then the message just sits in the Outbox waiting to go but never does. So when I close the program (after leaving it for a few mins) that's when I get the KERN-EXEC error message.
    Any help greatly appreciated.
    Cheers
    Sparky007

    Hi there Sparky!
    I don't suppose you tried to send an email before you restored the backup did you? Sometimes backups can back up the problem as well which is a bit annoying.
    If you can send an email ok before restoring the backup then the problem must be embedded in the backup... otherwise the only thing I could suggest is contacting a Nokia engineer to get them to have a look at it.
    Not sure what else to suggest... good luck though and let us know how you get on.

Maybe you are looking for

  • How to default inv mtl accnt based on the item categories for all trxns

    Hi all, There is a requirement for defaulting inventory material account based on the item categories accounts defined in the category accounts window. instead of defaulting from the inventory organization parameters. I researched on that and found t

  • Regarding update of Service Entry Sheet Number

    Hello SAP MM Experts,     In one of our Non-Valuated Service PO, one particular Service Entry Sheet(SES) Number and GR Number are generated. This particular SES number is  updated in ESSR, EKBE, ESKN tables but it is not updated in ESLH Table. I also

  • EBS Search strings

    Hi All, I am trying to use search string to use posting ruels. I created search strings and assigned the posting rules  but system is not picking up them. system is picking up the posting rules that are assigned to BTC  in global setttings. Is there

  • How to deprecate my own  method in java

    How to deprecate my own method in java, so that my compiler gives a warning when i use a deprecated method?

  • Security Settings on a View

    Hi, I need provide a particulr user the rights on a particular view in UCM DB. Can anybody suggest something on this. Thanks,