Send email via SUN IM server

We are running SUN IM server 6.0 with JWCHat as webclient.
I want to know if I can set up SUN IM server to deliver the alert messages as emails incase the user is not in the chat session.
I know i can do this if I use the SUn java messaging client by selecting the user preferences.
But we do not want users to select the preference, we want to enable this on the server.
regards,
Omkar

IM 6.0 is very old version of IM, you can try out the latest IM 7.2 available in the market & can achieve this funtionality by setting the smtp.server parameter in the iim.conf file of im-server.

Similar Messages

  • Sending emails via edge transport server fails

    Hello,
    I am using Exchange 2013 edge server in my DMZ to send emails, but it refuses to send messages to Internet. Once I create a Internet send connector on my CAS server, mails are easily sent to the Internet. My edge subscription and sync happened successfully.
    As edge server did not send any emails to the Internet, I checked the message queue on my CAS servers and I noticed that my messages are in the message queue on my CAS server. Could you please help me sort out my issue? Thanks a lot.
    Regards,
    Pooriya
    Pooriya Aghaalitari

    Hi 
    Can you tell us the last error that you can see in the message queue.
    Just run get-edgesynchronization and see the results
    What happens if you telnet to edge server fqdn from the cas server on port 25 ?
    If nothing helps i would recommend you to remove and recreate the edge subscription file  and see the results.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • HT201320 I have an Apple Ipad.  I was having problems receiving and sending emails via my yahoo email account.  I deleted the account and then tried to install it but it won't connect to server. Could you let me know what I do please?

    I have an Apple Ipad.  I was having problems receiving and sending emails via my yahoo email account.  I deleted the account and then tried to install it but it won't connect to server. Could you let me know what I do please?

    I think you have to turn off Private Browsing.
    Tap "Private" on Safari Screen to disable Private Browsing. When top of screen is white, Private Browsing is off.
    http://i1224.photobucket.com/albums/ee374/Diavonex/547958b4a8c01ac084dd6649e8386 a0f_zps12fa0cca.jpg

  • Email via an SMTP server which needs authentication

    JSC bundles codes for emailing via an SMTP server which does not need authentication. But, can I get codes for emailing via an SMTP server which needs authentication?
    Thank you very much.

    I'd recommend the following free, open source library
    from Apache. It's powerful and simple to use.
    http://jakarta.apache.org/commons/email/
    I get the following exception when I use Apache commons. This occurs in both circumstances when SMTP authentication is needed or not.
    java.security.AccessControlException: access denied (java.util.PropertyPermission * read,write)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
    at java.security.AccessController.checkPermission(AccessController.java:427)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    at java.lang.SecurityManager.checkPropertiesAccess(SecurityManager.java:1252)
    at java.lang.System.getProperties(System.java:560)
    at org.apache.commons.mail.Email.getMailSession(Email.java:355)
    at org.apache.commons.mail.Email.buildMimeMessage(Email.java:748)
    at org.apache.commons.mail.Email.send(Email.java:897)
    at manamakal.test.ApacheEmailTest.button1_action(ApacheEmailTest.java:234)
    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.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
    at com.sun.rave.web.ui.appbase.faces.ActionListenerImpl.processAction(ActionListenerImpl.java:57)
    at javax.faces.component.UICommand.broadcast(UICommand.java:312)
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
    at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
    at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
    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 org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    |#]
    Any further help is very much appreciated.

  • Cannot send email via Hotmail through port 587 with Secure Connection (SSL) set

    Something is blocking my attempts to send email (with Outlook Express) via my hotmail.com account. The error I receive is as follows:
    Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems, or a long period of inactivity. Account: 'Hotmail', Server: 'smtp.live.com', Protocol: SMTP, Port: 587, Secure(SSL): Yes, Error Number: 0x800CCC0F
    When Hotmail.com first changed over to a POP3 server (Sept 2009), I could send emails through them using port 587, which they require. But then something happened, with no changes on my part, to disable my ability to send.
    I have checked and rechecked my Outlook Express account settings. I can send email through another third-party mail account (at 1&1 Internet.com) using port 587, which does not require setting SSL to yes. I can also ping the Hotmail SMTP server via port 587 and receive a response from it.
    I connect to Verizon DSL via a Westell 327W modem/router. Clearly it is not blocking port 587 without SSL. Does it have the capability to block SSL traffic? Or is the Verizon server the culprit, not allowing emails to be sent via Hotmail.com?
    Two different computers on my LAN have the same problem sending emails via Hotmail.com. I have tried everything the Hotmail people have suggested; at this point they think it is an ISP problem, hence this post. This problem doesn't make sense to me and is driving me crazy. Can anyone help me with this?
    Thanks.

    You can still have your reply address set to your hotmail address. And you don't have to really remember to do anything. Configure your client for the HOTMAIL account with Verizon's outgoing server. It will automatically send via Verizon. You don't reveal your verizon.net address, you are just using their server to transmit.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • After update, cannot send email via any accounts! Please help!

    First of all, thank you for reading my thread.
    After updating few days ago, I cannot send any email via any acounts. I have .mac email and yahoo email. But I still can receive emails. I have checked message borad, it said "Some members experienced difficulty sending .Mac Mail via computer email applications from 3:30 am to 6 am Pacific Time. Normal service has been restored." But mine hasn't!!! It has been almost a week!!
    The erro message says "cannot send email using this mail server, please choose one of the following server and retry again"
    My english is not very good, I hope you understand my question and any help would be appreciated, thank you again.

    Thank you very much for your reply!
    This is what I got:
    PING smtp.mac.com (17.250.248.45): 56 data bytes
    --- smtp.mac.com ping statistics ---
    10 packets transmitted, 0 packets received, 100% packet loss
    PING mail.mac.com (17.250.248.152): 56 data bytes
    --- mail.mac.com ping statistics ---
    10 packets transmitted, 0 packets received, 100% packet loss
    It seems the problem is the server, but it has been many days, I don't think apple haven't had notice this.
    What should I do next?

  • Gmail taking ages to send email via mail app

    I bought a MacBook air yesterday and set up my gmail account on the mail app. Everything seemed to be working okay at first but now it's takkng at least five minutes to send a plain text email, one email I tried sending last night didn't send until this morning! I tried changing the SSL port to 25, 465 and 587 not only do they not work but then it stops my mail from moving into the folders or trash, they move and then go back to my inbox.
    Please help!

    Stephen Schulte2 wrote:
    When I am in a hotel out of town or overseas- or just anywhere where I don't have my home ISP - how can I not only RECEIVE but also SEND eMail via my Mail program?
    If your ISP is like mine, it authenticates you for outgoing e-mail by being able to determine that you're accessing the Internet from within their network. If your ISP is so configured, they'll offer the ability to authenticate to their SMTP server with a password. My ISP does not.
    However, MobileMe does provide its own authenticating SMTP server that you should be able to use from anywhere. Try an SMTP server of smtp.mac.com (smtp.me.com will probably also work) with settings of "Use default ports", "Use Secure Sockets Layer (SSL)", and "Authentication" by password, your "User Name" the part of your MobileMe ID before the "at" sign, and your password your MobileMe password.
    For non-MobileMe outgoing e-mail, you'll need to locate an SMTP server that you can use.
    Also: Anyway to attach more than 1 file (say photo) at a time using MobileMe and my mail account? For 22 small photos do I have to hit attach each time? I can't seem to select the folder they are in and get all 22 to attach...
    I haven't tried that, but I would expect to have to attach them one at a time.

  • Cannot receive/send emails via Mail on Mac using 10.6.8, keeps asking for password, very frustrating. Any ideas please? Regards

    Cannot receive/send emails via Mail on Mac using 10.6.8, keeps asking for password, very frustrating. Any ideas please? Regards

    One more time, iCloud mail accounts are .me, .mac and .icloud. New ones are only .icloud.
    iCloud mail is a standard Imap account that can be used with any mail client in existence. But You are talking about the ability to automatically setup an iCloud account in mail, which did not exist until 10.7.2.
    You can use password or token authentification with iCloud mail (in Mail) it is your choice.
    Set the account manually, set it as Imap, use imap.mail.me.com (no P number) for the incoming email and smtp.mail.me.com as the outgoing server.
    The full settings (ports and security) are here. Use them and it will work, regardless of domain (mac, me and icloud addresses all use the same settings.
    IMAP (Incoming Mail Server) information:
    Server name: imap.mail.me.com
    SSL Required: Yes
    Port: 993
    Username: [email protected] (use your @me.com address from your iCloud account)
    Password: Your iCloud password
    SMTP (outgoing mail server) information:
    Server name: smtp.mail.me.com
    SSL Required: Yes
    Port: 587
    SMTP Authentication Required: Yes
    Username: [email protected] (use your @me.com address from your iCloud account)
    Password: Your iCloud password
    Note: If you receive errors using SSL, try using TLS instead. SSL is required for both IMAP and SMTP connection with iCloud. POP is not supported by iCloud. 
    For more information on how to use this information with your email application, consult your application's documentation.

  • When sending email via hotmail on both iPhone and iPad, I receive message an error occurred while delivering this message

    WHy all of a sudden, today, I can no longer send emails (via hotmail) from both iPhone 5s and ipad 2? I receive message that says "an error occurred while delivering this message".  I have no problem sending emails from PC.

    *** solved ***
    You have to add another SMTP server as following steps:
    Just go to hotmail acount setting
    Then click on SMTP in outgoing mail server
    Then click add server
    Host name: smtp-mail.outlook.com
    User name: your email
    Password: your password
    So now you can send mail
    Thanks

  • FIOS to DSL now I can't send email via port 25 or 587

    I was cruising along fine for a year on FIOS.  Then I moved 2 days ago to a new house with DSL.  I connected my system the same as before.  Viola!  I can not send email via Outlook 2002 on non verizon email acccounts.
    Yes, I have read through the port 25/SMTP issues but nothing has worked.  Online support reset my winsock settings, but did not work.
    XP sp 3
    Outlook 2002
    Non Verizon Email
    Anyone find the solution?
    Thanks in advance!
    Solved!
    Go to Solution.

    Maybe this will help:
    For the sake of example, we are going to pretend that we are setting up your outgoing server with  fictional account  "[email protected]" and the password for logging into that account in webmail is "fakepassword" - Again, this is a fictitious account for the sake of an example.
    The Incoming settings will be what your 3rd party provides.
    Outgoing Server: outgoing.verizon.net
    Server Requires Authentication: Yes
    Username: fakeacct
    Password: fakepassword
    Requires a Secure Connection (SSL): No
    Port: 25 (although 587 also works.)
    These settings should work unless you have a Verizon/Yahoo account, in which case the server name should be: outgoing.yahoo.verizon.net
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • Send Email via WAP $$$

    Is it possible to use JAVA to send emails
    via WAP?
    From a SonyEricsson T610 or similar?
    Using T-Mobile without T-Mobile Internet but
    with T-Zones?
    I am simply looking for a way to send out information from my phone
    to a server I have without having to purchase the additional T-Mobile Internet
    GPRS plan @ $20/month.
    Any tips?
    dailysun

    If it is just about sending e-mails I would suggest adding t-zones pro for $4.99 and you get unlimited wireless internet. The one for $20 is for using your phone as a modem on your PC, not using the browser on the phone itself.

  • Can't send email via IMAP settings

    I can't send email via IMAP settings from my Nokia 6630 phone email client.I get message "Check your email settings".I set it properly from Gmail Symbian settings help.It works.After some time client refused to send email.Updating,subscribing and retrieving folders inboy emails work for Gmail server.Any idea to solving mx bug.

    Check all the Outgoing Email settings in Connection Settings with those you downloaded from Gmail support.

  • Can't Send email via Frontier

    I have a new iPhone4 from Verizon. All is working well except that I cannot send email via my Frontier.com account. I receive email just fine but when I try to send I get a message that includes: "rejected by the server because it does not support relaying." What is that all about?

    I found another thread that suggested I set up another account using Microsoft Exchange with my email address. This has worked and I can now send emails!

  • HT4864 Problems sending email via icloud

    I am having problems sending email via my iCloud through Mail or Sparrow, I have checked the mail server settings and they are correct based on what is described on the Apple site.  Anyone else having this problem?

    For some reason, iCloud smtp servers haven't been working well over the last couple weeks. I have experienced this twice, in as many weeks. Very frustrating as I send numerous emails on a daily basis via my iCloud account. If I login through the browser, the sending works fine, but via Mac Mail...no go. Very irritating to say the least. Apple, please fix this fluctuation problem.

  • Have just installed ios8 on our iPad. Can no longer send emails via Hotmail. BT email says that if can't work on this device. When will these faults be fixed?

    Have just installed ios8 on our iPad. Can no longer send emails via Hotmail. BT email says that if can't work on this device.
    When will these faults be fixed?

    does it error out or does it just not go through?
    have you tried to delete and then re-add your hotmail address? Using the outlook preset

Maybe you are looking for

  • PDF display problem in Iframe

    I have a main JSF page MainPage.jsp. User clicks on a button in this main page and a new JSF page ChildPage.jsp is opened in another window. The ChildPage.jsp has some data in it and also has 3 iframes and each of them again is a jsp (say Iframe1.jsp

  • When is the anticipated date of release of Camera RAW 8.3 (or what will read Nikon NEF from D610?)

    Trying to find out how long my D610 NEF files will sit around, waiting for translation into images for PS CC.  View NX2 obviously does this now, but....Anyway, thanks for your help. WBB

  • How to export 9i and import in 11g for EBS 11i

    Hi refered note 557738.1 Export/import notes on Applications 11i Database 11g note 452783.1 Oracle Applications Release 11i with Oracle 11g Release 1 (11.1.0) It required the use of datadump. And upgrade the source database to 10gR2 or 11g. We cannot

  • No sound or clicker

    Any reason why the ipod classic would play but have no sound.  I have read of others having this problem, what was the outcome?

  • Install Without Internet Connection ?

    Using the Mohamed El-Mallah Portal book I have had good results installing 9iAS and Oracle 8.1.7 dbms. Not that everything works, but it seems possible that success may happen. Especially with the Install Guide referencd by John Hall. My question is