Mail notification facility in newly added discussion forum

Hi,
i added a discusion forum portlet and deployed on Oracle App Server. here all the features are working except mail notification facility.
Please suggest me, how to configure that?
Dhananjay

Hi,
Thanx henning.
Thanx andreas and UMA for ur prompt reply.
You both are asking the same question abt EMAIL channel configuration. And now here I am confused.
Can you plz give me a brief idea (or any available blog or URL) of how this Discussions iView and notifications work? What is transport, channel? Where workflow comes into picture(check reply from Henning)? And how will i come to know whether transport and channels are configured correctly?
>>
>>If you go to Km Config->Global Service(Advanced options)->Notificator Service.you will have to see if the channel is enabled there.. This should be your EMAIL channel.which should be configured priorly.
>>
Now answer to your question:
<b>Notificator Service:</b>
Name : notificator
Templates Directory : /etc/notifications
Active : CHECKED
Channels : EMAIL
Originators : notificator.EMAIL
Inbox Channel : INBOX
<b>E-Mail Channel:</b>
There are 2 entries: EMAIL and INTERNET
<b>EMAIL:</b>
password : *********
Server : exchange.sap-ag.de
User : blank field
Type : SMTP
<b>INTERNET:</b>
password : *******
Server : sapwdf.wdf.sap-ag.de
User : blank field
Type : SMTP
I dont know whether these are configured or default values. Our mail server is on different machine and i can ping it from my EP machine. I should use that server to send mails but I dont find that server's name or IP address anywhere in the above configuration.
So now i am totally confused ???? 
Help Needed.
Thanx again.
Regards,
Nilz

Similar Messages

  • How to configure mail option in newly added discussion forum portlet.

    Hi,
    i added a discusion forum portlet in Oracle App Server portal. here all the features are working except mail notification facility.
    Please suggest me, how to configure that?
    Dhananjay

    If you cannot see the device then it is not attached or mapped by multipath.
    Are you using the same kernel on both servers?

  • How to enable Edit/Delete Discussion Forum?

    Hi,
    I have added 'Discussion Forums' task flow to a JSF page. When I run the page, I dont see 'Edit Forum', 'Delete Forum' etc.
    It only shows 'Back to Forum List' and 'Create Topic'. How to enable icons like Edit, Delete?
    Thanks

    I think jive_setup.xml has DB details..not sure about LDAP.
    Can you please confirm from below:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    This file stores all properties needed by Jive Forums to startup. Property names must be in the
    format: "example.prop.is=value"
    That will be stored as:
    <example>
    <prop>
    <is>value</is>
    </prop>
    </example>
    All properties must be under the "jive" element.
    This file should live in your jiveHome directory. The path to that directory
    should be specified in your jive_init.xml file or by one of the other
    supported mechanisms.
    -->
    <!-- root element, all properties must be under this element -->
    <jive>
    <!-- When setup is false, you can access the setup tool. -->
    <setup>false</setup>
    <!-- Database settings -->
    <database>
    <!-- Uncomment to enable Unicode support when using MySQL -->
    <!-- <mysql><useUnicode>true</useUnicode></mysql> -->
    <!-- Uncomment to enable Statement caching when using Oracle JDBC -->
    <!-- <oracle><useStatementCache>true</useStatementCache></oracle> -->
    <JNDIProvider>
    <name>jdbc/OWC_DiscussionsDS</name>
    </JNDIProvider>
    <defaultProvider>
    <maxConnections>25</maxConnections>
    <minConnections>5</minConnections>
    <connectionTimeout>1.0</connectionTimeout>
    <username>webcenter</username>
    <driver>oracle.jdbc.driver.OracleDriver</driver>
    <password>welcome1</password>
    <serverURL>jdbc:oracle:thin:@gdiora001.in.ibm.com:1523:SOA11</serverURL>
    </defaultProvider>
    </database>
    <connectionProvider>
    <className>com.jivesoftware.base.database.JNDIDataSourceProvider</className>
    </connectionProvider>
    <cache>
    <Watches>
    <size>2097152</size>
    <maxLifetime>43200000</maxLifetime>
    </Watches>
    <Message>
    <size>5242880</size>
    <maxLifetime>43200000</maxLifetime>
    </Message>
    <Thread>
    <size>5242880</size>
    <maxLifetime>21600000</maxLifetime>
    </Thread>
    <Announcement>
    <size>2097152</size>
    <maxLifetime>43200000</maxLifetime>
    </Announcement>
    <Forum>
    <size>6291456</size>
    <maxLifetime>21600000</maxLifetime>
    </Forum>
    <Category>
    <size>5242880</size>
    <maxLifetime>43200000</maxLifetime>
    </Category>
    <User>
    <size>5242880</size>
    <maxLifetime>21600000</maxLifetime>
    </User>
    </cache>
    </jive>
    Thanks
    Vivek

  • How to STOP E-mail Notification

    What are the steps to cancel E-mail notification?

    I elected E-mail Notifications using an ID different from the one I am using now. I left that ID because after several weeks of use for some unknown reason I could  not login. During the time I could login I elected E-mail Notifications. Using Customer Service>Support>Forums>PSE> and clicking on login/Register my screen turns white and a crash occurs. Adobe Chat and tech support have not been able to help. It was suggested that I establish a NEW ID. Because I can not login using the OLD ID I can not click on Stop Notifications as you suggested. A possible work around would be to establish an e-mail rule to "Do not download from the server" and/or "Delete from server". I will try that and see what happens.

  • Cannot log in to yahoo mail, gmail, facebook, discussion forums

    Over the past week I've had trouble logging into yahoo mail, gmail, facebook and certain discussion forums.
    I can't even get to the yahoo mail or gmail log in page.
    I type my log in info on the facebook page and press enter and nothing happens.
    I've tried everything to solve this problem: I've deleted cookies.sqlite and cookies.sqlite-journal; deleted all my cookies; typed the appropriate website addresses in the exceptions window; removed my add-ons and themes; and even re-installed Firefox.
    Nothing has worked.

    I've done all those things.
    I forgot to add, that I even started Firefox in safe mode and I still have the problem.

  • Adding Oracle Discussion Forum Task Flows TP4

    Hi,
    I'm trying to add a Discussion task flow in TP4, but a got this error:
    Discussion forum object Category with ID "1", which is supplied as input to the region, does not exist. Review the error details and supply a valid category ID.
    I'd tried with other categoyId but still the error.
    Somebody can help me?

    Hi gmaggess, thks for reply,
    I used this configuration but the error still. This is the error Details:
    Discussion forum Category with ID "1" does not exist or user is not authorized to access it.oracle.webcenter.collab.forum.CategoryNotFoundException: Discussion forum Category with ID "1" does not exist or user is not authorized to access it. at oracle.webcenter.collab.forum.internal.jive.JiveCategoryService.getForums(JiveCategoryService.java:485) at oracle.webcenter.collab.forum.internal.view.backing.BackingActions.doInitializeMainView(BackingActions.java:160) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sun.el.parser.AstValue.invoke(AstValue.java:151) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283) at oracle.adf.controller.internal.util.ELInterfaceImpl.invokeMethod(ELInterfaceImpl.java:124) at oracle.adfinternal.controller.activity.MethodCallActivityLogic.execute(MethodCallActivityLogic.java:138) at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:827) at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:722) at oracle.adfinternal.controller.engine.ControlFlowEngine.invokeTaskFlow(ControlFlowEngine.java:185) at oracle.adfinternal.controller.state.ChildViewPortContextImpl.invokeTaskFlow(ChildViewPortContextImpl.java:61) at oracle.adfinternal.controller.state.ControllerState.createChildViewPort(ControllerState.java:1148) at oracle.adfinternal.controller.ControllerContextImpl.createChildViewPort(ControllerContextImpl.java:60) at oracle.adf.controller.internal.binding.DCTaskFlowBinding.createRegionViewPortContext(DCTaskFlowBinding.java:233) at oracle.adf.controller.internal.binding.DCTaskFlowBinding.getViewPort(DCTaskFlowBinding.java:176) at oracle.adf.controller.internal.binding.TaskFlowRegionModel.processBeginRegion(TaskFlowRegionModel.java:122) at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:93) at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2876) at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2632) at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:108) at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:79) at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:135) at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:190) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.mav$executePhase(ADFPhaseListener.java:19) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:229) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:265) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:69) at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:51) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:348) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:178) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.adfinternal.view.faces.webapp.rich.SharedLibraryFilter.doFilter(SharedLibraryFilter.java:135) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:281) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:69) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:281) at oracle.adfinternal.view.faces.activedata.ADSFilter.doFilter(ADSFilter.java:85) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:281) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:241) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:198) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:141) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:118) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.security.jazn.oc4j.JAZNFilter$3.run(JAZNFilter.java:434) at java.security.AccessController.doPrivileged(Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:308) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:452) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:583) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334) at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:658) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626) at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:417) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:163) at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) Caused by: Invalid operation: {http://jivesoftware.com/webservices}getForumsByCategoryIDWithFilter at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222) at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129) at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1326) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:340) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:307) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:212) at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:292) at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:796) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at com.jivesoftware.webservices.ForumServiceHttpBindingStub.getForumsByCategoryIDWithFilter(ForumServiceHttpBindingStub.java:1386) at oracle.webcenter.collab.forum.internal.jive.JiveCategoryService.getForums(JiveCategoryService.java:459) ... 66 more
    Thks.

  • Still Receive Multiple E-Mail Notifications of New Posts When Subscribed

    In days past, a user would only receive one e-mail notification of new posts to a thread to which he/she was subscribed. You would have to visit said thread before you would receive new e-mails. Sometime during the last big change in the structure of the forums, this way of e-mailing notifications changed. Now I am bombarded with a new notification each time a new post is made to a subscribed thread. I may have ten or more new e-mails just notifying me of new posts to a single thread before I even get a chance to make a return visit. The old way was much, much neater. Any chance of a return to that?
    Regards,
    Steve M.

    I experience it even worse.
    I receive Notifications and Digests for threads that weren't changed.
    I mean to say that
    -I post an answer to some topic.
    -Automattically I am subscribed to that Thread (that's OK, I asked for that in my settings)
    -I receive lot's of Notifications and Digest ALTHOUGH NOBODY ADDED A NEW POST TO THE THREAD. It seems as if the Notification also reacts any time anybody is READING the thread.
    It seems obvious to me that I only want to receive Notifications (and Digests) of Threads that are altered in some way since the last time I read the thread OR received a Notification or Digest.
    That is:
    - new post added to the thread
    - a post has been altered by one of the posters
    - a Solved or Helpfull mark is given.
    Hope Apple can fix this.
    thanks
    Rienk

  • Newly added OAF region is shown in Worklist but not appearing in Email...

    Hi,
    We have a very serious issue in our applications. We have customized Requisition Approval workflow and in the Requisition approval notificaiton, added one extra OA Framework region attribute. The region fetches some value from a custom table and renders it. This region is perfectly alright when seen from the worklist. But the email that is sent for the same notification, the region is not appearing !
    We have checked a lot but unable to find what we are missing here. If it is a problem with the region, then it shouldn't appear in worklist too. The strange thing is that this was working (region was appearing in email) in one instance. When the same code were moved to another instance, it is not working (region is shown only in worklist). Please help me as this is very urgent for us.
    Thanks,
    Arun

    OK, there is other way to check.
    1) Take the notification framework region URL from the Workflow Mailer log ( log should be STATEMENT level)
    2) and copy / paste same URL in a web Browser ( you may login as SYSADMIN user)
    3) and see if newly added region comes?
    Just check if you bounced the iAS after apply the changes on that instance.

  • "Immediate e-mail" notifications AWOL

    For the second time in 3 days, no e-mail notifications for topics I'm subscribed to have arrived at my Yahoo e-mail address. This is a first for me since joining the Discussion Forums in Nov 2005.
    To be specific, on Wednesday, no notifications were received, although there were over 12 responses to subscribed threads. Thursday, notifications were received, as usual. Today, no notifications, even though there were responses to the subscribed threads.
    In my Yahoo account, the e-mails are filtered into their own folder. I checked other possible locations, including Inbox, Bulk and Trash, however, no related E-mails were received. Also, I checked "my settings" here to make sure there had been no change to my preferences. None noted.
    Before I take this up with Yahoo, I'm wondering if anyone can shed any further light on this situation.
    Mahalo (thanks).
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer, Airport Express (2 units)

    Aloha Hawaiian_Starman!
    For a few days this past week, my subscription notifications were also not being sent, or were delayed.
    Discussions were also sporadic in accessibility, so I attributed the problem to that.
    Although I did go to My Settings, and changed the setting to something other than Immediately, and clicked Save. I then changed it back to Immediately.
    Yesterday my notifications seemed once again to be up-to-date. I don't know if it was because Discussions was more stable, or from changing my setting.
    I just logged in today, so I'm not yet sure if my subscriptions are still arriving as they should.
    I doubt that it has anything to do with Yahoo, as I use AOL.
    ali b

  • Newly Added Topics Missing From steve o'hearn Exam Guide (1Z0-047)

    Hi,
    I am planning to take exam 1Z0-047.
    I got to se the exam guide for this,(OCA Oracle Database SQL Certified Expert Exam Guide (Exam 1Z0-047)) by Steve o'hearn in market.
    But it seems that syllabus of the exam is modified on 15th september 2014; and newly added topics are NOT present in the exam guide.
    Below are the objectives and topics I feel are missing from the book.
    Restricting and Sorting Data
    Use the SQL row limiting clause**
    Create queries using the PIVOT and UNPIVOT clause**
    Use pattern matching to recognize patterns across multiple rows in a table**
    Displaying Data from Multiple Tables
    Use the cross_outer_apply_clause**
    Using Subqueries to Solve Queries
    Create a lateral inline view in a query**
    Using DDL Statements to Create and Manage Tables
    Truncate tables, and recursively truncate child tables**
    Use 12c enhancements to the DEFAULT clause, invisible columns, virtual columns and identity columns in table creation/alteration**
    Manipulating Large Data Sets
    Use explicit default values in INSERT and UPDATE statements**
    We can find material on these topicsover internet(in fact I have actually worked on few of these topics already as part of my job.)
    But i prefer referring to book as it helps to understand the scope.
    I just joined the oracle forums,and not sure if I am placing this discussion on correct forum/category.
    A humble request to advice if it is at wroing place.

    I am just thinking what next course should I take ?
    Immediate target will be obviously  some PL SQL related test like 1Z0-147.
    BUT what to do after that ?
    In my work experinece so far, I have worked as a developer, senior developer(mainly in maintenace projects , both OLTP and OLAP projects I have worked for.
    that is, small as well as relatively big data volumes.Right from simple DB to DW systems of big enterprise corporation where millions of transactions happen and enter into system each day). I have  also participated in database designing when I worked on project where database was being designed from scratch. so, I am aiming/aspiring for a role something like Designer  or architect roles in the long run.
    I'm glad you found my page useful. I actually recommend 1Z0-144 over 1Z0-147.  The two exams are equivalent in their results, but I feel 144 is the better exam.  Also, 147 was almost retired at one point.  OU backed off, but may put it back on the chopping block at any time.  I wrote an article explaining why I prefer 144 here:
    Oracle PL/SQL Developer Certification: 1Z0-147 or 1Z0-144?
    As to the step after that, 1Z0-146 is the obvious one to gain the PL/SQL OCP.  147/144 will only gain the OCA-level cert.
    If you want to end up as a designer or architect, eventually you must get into database design, which would argue pursuing the DBA track.
    Millions of transactions implies a significant requirement for performance tuning which would argue for the SQL Tuning (1Z0-117) or performance certifications (1Z0-054/1Z0-064).

  • Outlook 2010/multiple exchange accounts/new mail notification on one only

    Hi, is there a way to have multiple exchange accounts in Outlook 2010 but just have new mail notifications on the first only?
    I tried having the first exchange account open an additional user, but running into memory errors as a result. Found the solution to that by adding them as separate accounts, but this creates noise with mail notifications, reminders, etc-
    Thanks in advance - Joe

    Hi,
    You can configure multiple Exchange accounts in Outlook 2010. For details on how to configure, you can refer to this article:
    http://blogs.msdn.com/b/outlook/archive/2009/08/25/multiple-exchange-accounts-in-outlook-2010.aspx
    Also, only the default mail store will get the new mail icon. You can use rules to pop up a desktop notification for the other accounts but the icon will only appear
    for the default account.
    Best Regards,
    Sally Tang
    TechNet Subscriber Support
    in forum
    If you have any feedback on our support, please contact
    [email protected]  

  • Turn off e-mail notification for Find My iPhone

    In iOS 8.0.2, how do you turn off the automatic e-mail notification you receive when someone tries to locate your device via Find My iPhone app?

    This notification occurs every time you log into Find My iPhone on the iPhone if you log out of it before you use it again. Find My iPhone will automatically log out each time you leave it if you do not have a passcode on your device. If you have a passcode on the phone and the log into Find My iPhone, it will only notify you that time. It will remain logged into Find My iPhone and you will not receive another email unless you log in from another device. If you do a search of the forum, you will find a rather lengthy recent discussion about this same issue and may find additional answers to your question.

  • Dead link in e-mail notification

    Hello,
    whenever I receive an e-mail notification of a watched thread, there is a link such as
    "To view the thread, visit:
    http://forums.oracle.com/forums/thread.jspa?forumID=950&threadID=2149689"
    However, after clicking the link, I always come to a page telling me "The specified thread [0] was not found."
    I finally discovered that in the web-address field at my browsers's (Firefox 3.6.13) top there is the tag "&lt;br />" added to the link and causing the problem.
    The link under "To view the message, visit: ", on the other hand works perfectly.
    Is this something Oracle can rectify in the e-mail text or rather a problem of my net provider's e-mail site?

    Please forward a copy of this email to [email protected] Also, what email client are you using?

  • HT201342 How do I change the default e-mail in ical for e-mail notifications?

    My ical e-mail notifications are set up to my .mac account, but I need to change it to icloud address, as I'm getting errors when it tries to send e-mail notifications to the @mac.com address. But I can't figure out how to change the e-mail address. I've added the icloud.com address in accounts, but it doesn't offer me the choice of that e-mail in the drop-down menu in ical when I choose e-mail notification.

    Try to delete the file mimeTypes.rdf in the Firefox Profile Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    See "Reset Download Actions"
    * http://kb.mozillazine.org/File_types_and_download_actions

  • How to customize initial secure e-mail notification message

    Can we customize the initial secure e-mail notification message with a company logo or any kind of text?
    The one that says:
    You have received a secure message
    Read your secure message by opening the attachment, securedoc.html. You will be prompted to open (view) the file or save (download) it to your computer. For best results, save the file first, then open it in a Web browser. To access from a mobile device, forward this message to [email protected] to receive a mobile login URL.
    If you have concerns about the validity of this message, contact the sender directly.
    First time users - will need to register after opening the attachment.
    Help - https://res.cisco.com/websafe/help?topic=RegEnvelope
    About Cisco Registered Email Service - https://res.cisco.com/websafe/about
    Basically we want to put our company logo to the top of this message. We already have our company logo added in CRES that shows up when you open the securedoc.html file.
    Thanks!

    Nevermind, I found it.
    Mail Policies > Text Resources > Add Text Resource
    Set the type as Encryption Notification Template (HTML), edit the HTML and then also add one with a type Encryption Notification Template (text), edit the text. Then go into the Security Services > IronPort E-Mail Encryption > modify the Encryption profile and choose the new Text Resources created above.
    Under Text Resources I was also able to create custom bounce messages with variables that display all the relevant information regarding the bounce.

Maybe you are looking for