Weblogic server: how to send (and receive) mail directly

Hi everyone,
As the subject, I want to configure weblogic server to send ( and receive) notification message to user email address. Is it possible?
Any suggestion is appriciated.
Thanks.

Hi Mr. Nimphius,
I have created the mail session with the integrated weblogic server with the following properties:
mail.debug=false;
mail.smtp.password=xxxxx;
mail.smtp.starttls.enable=true;
mail.smtp.user=[email protected];
mail.smtp.host=smtp.gmail.com;
mail.smtp.auth=true;
mail.smtp.port=587;
mail.disable=false;
mail.verbose=true;
mail.transport.protocol=smtp;
and here is the result:
avax.mail.MessagingException: Can't send command to SMTP host;
nested exception is:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Do you have any ideas to resolve this Exception?

Similar Messages

  • Please..how to instal libero mail on mi Ipad. I need the parameter for send and receive mail..Thanks

    Please..how to instal "libero" mail on my Ipad. I need the parameter for send and receive mail..Thanks

    FYI: POP will by default, delete messages from the server after downloading them (This applies to most pop clients, computer or mobile). POP is old tech and is not recommended if IMAP or Exchange are available. The default when setting up a g-mail type account is IMAP. Full synchronization with the server. You may also be able to set it up as an Exchange account, allowing for push e-mail and sync of calendars and contacts as well. See the Gmail help pages for instructions.

  • When I upgrade to yosemite, when I have to send and receive mail is very slow

    When I upgrade to yosemite, when I have to send and receive mail is very slow. Mails take a long time to be send and receive, and the mail boxes disconnect frequently. I am using the yosemite mail server and don't have this issue with user with Maverick.
    Many Thanks

    So let me see if I understood it right... In Mavericks you didn't had this issue, this only happens in Yosemite and you are using Apple Mail, not another mail client. Have you tried in System Preferences > Internet Accounts unchecking and rechecking the email checkbox on your account?? If that doesn't works try deleting and adding your account.
    Sorry for the bad English

  • HT201320 Unable to step my outlook account keep getting warning unable to verify account I can send and receive mail on my iMac using the outlook account HELP

    Unable to setup my ipad for my outlook account I keep getting the message unable to verify, although I can send and receive mail from my iMac using the same outlook account.

    Confirm you did this: https://support.google.com/mail/answer/1173270?hl=en
    You might also try removing all gmail passwords from your keychain in Keychain Access. Then connect again and enter the password code given by Google.

  • I wany to change to Firefox from IE8 to send and receive mails, how do I do this?

    I havw to use IE8 to access one program but I would like to send and receive my emails using Firefox. How do I make this change ?

    See:
    * https://support.mozilla.org/en-US/kb/How%20to%20make%20Firefox%20the%20default%20browser
    also Firefox 9 is here
    * getfirefox.com

  • Excahgne 2013 outlook 2010 don't update folders from exchange server, from owa send and receive is ok

    I have exchange 2013 server, with database for each department last week we have power problem, servers down 
    after servers goes on line, i have database with dirty shutdown, cant mount it, then i do eseutil/p, then i mount it, then all users access there mails from outlook 2010 they can send and receive, except one user cant receive new mail to outlook but he can
    send mails from outlook (in outlook the folder last update 22april), from owa he receive anew mails and can send,
    i try to delete outlook profile and create it again i get folder has not yet been updated
    i try to repair exchange database again, but the same problem
    i try to move it to another database or another server but move fail
    if i use outlook online (remove use cached mode) its receive new mails.
    Any help?
    Thanks

    Hi,
    What’s the user impact? If the issue only occur on specific users, I suggest we firstly take the troubleshooting from the client side.
    If the issue occurs to all the users, it’s seems the Outlook sync issue with the CAS server, not like a database issue. Do you configure the NLB for the CAS server?
    Thanks,
    Simon Wu
    TechNet Community Support

  • Send and receive mail from different accounts.

    I'm new to everything and I just posted this in the iPod forum, but I'm now thinking it belongs here.
    How do I receive mail from my Gmail account and send from another account?
    I have the incoming server as an IMAP and it works fine. The outgoing mail server is the problem. It's set up as a different username and everything, and it STILL sends it through my GMail account. I deleted the outgoing smtp gmail server with no success. What should I do?
    Thanks!

    Ernie,
    You beat me to the punch... I was just about to reply with a follow-up asking if there was a way to do just that. Looks like I may need to use the separate accounts option in order to allow my to have Full Name information that is more helpful. For now, it won't be a problem because I only need 2 different addresses. If that changes in the future, however, I can see how it would be a problem.
    It would be simple if I could add a comma-separated list of Full Names in the Full Name field (in the same order as the list of addresses) and have them match up.
    Hmmm... might have to try that, just to see if it would work!
    Thanks again.

  • I have been unable to view the content of any messages since installing OS X Mavericks.  I can send and receive mail, but viewing message content crashes the mail app.

    Need assistance accessing mail message content.  Message display in inbox, but content cannot be viewed.  I have attempted reindexing without success.  Send, compose and receive all work fine.  When opening content of message, the mail app crashes.

    Mail: Troubleshooting sending & receiving email messages

  • I have 3 Apple devices - I can send and receive mail on three of them, but am only receiving mail on two of them.

    I Have three Apple devices, and although I can send mail on all three, I'm only receiving mail on two of them.  Can anyone advise what's the problem?

    HI Ralph.  There's no message at all when I try to get mail.  All was working fine until yesterday afternoon - then all mail received yesterday morning disappeared from the third device (iPad Mini), and now, when I try to get mail, it just reads "updated yesterday" in my Inbox, etc.  Any  ideas?

  • When no wifi available, how do I send and receive mail?

    My office is between wifi signals and i cannot get or send mail. what do I do?

    acj7132,
    When you configured your AOL account on the iPhone, how did you enter the settings, or were they synced over?
    If you entered them in, did you used the option for AOL that only requires your username and password, or did you enter in all the settings through the other option?
    Hope this helps,
    Nathan C.

  • How to Send and Receive Large Amounts of Data to and from a  Web Service

    Hi All,
    My requirement is: .Net Web service should receive a file and services do some modification in that file and return the file. I need to write client (using Java) to invoke that web service. Please help in writing java client code for accessing that service. Suggest if any changes required in Web service code also.
    My .Net web Service web method code:
    [WebMethod]
    public byte [] ByteEcho(byte[] data) {
    -     Some modification code -
    return data;
    }

    that will work fine for small files. it will potentially cause OutOfMemoryErrors on client and/or server for large files. if you want to send/recieve large files, you need to stream them.
    also, be aware that you cannot send raw byte[] via xml, you will need to encode the data using some sort of binary -> text encoding like Base64 encoding.

  • For those new to mail with issues sending and receiving mail

    I was surprised that I did not see anyone referring to this amazing and invaluable tool, the Mail Setup Assistant:
    http://www.apple.com/support/macosx/mailassistant/
    This tool get's me through troubleshooting sessions more than anything else. Most problems are due to settings when it comes to Mail. Half the time issues with sending emails is just due to SMTP settings, sometimes you do not need to have Authentication for outgoing mail. Sometimes your password is just incorrect. Use Mail Setup Assistant it is pretty **** accurate I use it on a daily basis.
    Sometimes the settings are perfect and sometimes you just have to erase mail completely by doing:
    ~/library/preferences/com.apple.mail.plist pull.
    ~ refers to your home folder!
    Hope this helps!

    It is a very good idea, however many of us do not live in the USA, so cannot yet take advantage of this tool.
    Pity!

  • How can we send and receive voice in same program

    Please can any one suggest me how to send and receive voice in the same program. I want both AVTransmit & AVReceive in the same program i tried it but its too difficult to do it.. Any one has got that code? And also i want my program to know if any third person is wanting to call me.. I mean how to recognise a new call. Please relpy to the following mail id.. Please i need it urgently..
    [email protected]

    Sir please execute this code.
    printf("I need it ");
    for(i=0;i<=infinity;i++)
    printf("V E R Y ");
    printf("U r g e n t");
    Now Please Send it to me sir.Please..Does not compile!

  • How can i send and recieve mail through java

    HI All,
    plz let me know how can i send and receive mail through java.
    Regards:
    sachin kakkar
    http://www.datamansoftwares.com

    Using java mail API..
    try to search the forum for java mail... you find many question and answer.
    use the left search textfield

  • HT4628 I am able to download updates and send and receive email so I know I have connection to my wireless router. However, when I click on Safari, I get the message "Safari quit unexpectedly." What is my problem and how do I solve?

    When I click on Safari, I get the message "Safari quit unexpectedly." I know I have access to my wireless net work because I just found and downloaded updates and can send and receive mail. What is my problem and hoe is it solved?

    As Outlook is not an Apple product, you will find more helpers familiar with Outlook here:
    Office for Mac forums

Maybe you are looking for