PRoblem In Sending Mail OVER SSL

HI All,
I am using java mail api to send email using gmail smtp server address.And my application is running over SSL.
My Client is running in tomcat application and server side code is in Jboss.
I have written a code to send email and that code is der in client side , i mean in tomcat.
I am getting one error given below::
nested exception is:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorExc
eption: PKIX path building failed: sun.security.provider.certpath.SunCertPathBui
lderException: unable to find valid certification path to requested target
And given below my code ::
Properties props = new Properties();
System.out.println("Inside simple mail");
props.setProperty("mail.transport.protocol","smtp");
props.setProperty("mail.smtp.host","smtp.gmail.com");
System.out.println("Port is set");
props.setProperty("mail.user","xxxx");
props.setProperty("mail.password","xxxx");
props.put("mail.smtp.auth","true");
*// props.put("mail.smtp.ssl.enable","true");*
props.put("mail.smtp.starttls.enable","true");
*// props.put("mail.smtp.socketFactory.class","javax.net.ssl.SSLSocketFactory");*
MailSSLSocketFactory sf = new MailSSLSocketFactory();
*     sf.setTrustAllHosts(true);*
*     props.put("mail.smtp.ssl.socketFactory", sf);*
*     BasicAuthenticator auth = new BasicAuthenticator();      *
*     auth.getPasswordAuthentication();*
Session mailSession = Session.getDefaultInstance(props, auth);
mailSession.setDebug(true);
MimeMessage message = new MimeMessage(mailSession);
message.setSubject("Testing javamail plain");
message.setContent("This is a test", "text/plain");
*// message.setFrom(new InternetAddress())*
message.addRecipient(Message.RecipientType.TO,
new InternetAddress(pToMailId));
Address add = new InternetAddress("xxxx");
message.setFrom(add);
System.out.println("Before connect");
Transport.send(message);
Can anyone help me out on this...
Thanks in advance...
Regards
Deba

Hi Thanks for the response...
once again i ve tried but same problem...
my code is below ::
String host = "smtp.gmail.com";
               String username = "[email protected]";
               String password = "xxxx";
               Properties props = new Properties();
               props.put("mail.smtp.auth", "true");
               props.put("mail.smtp.starttls.enable", "true");
               props.put("mail.smtp.host", "smtp.gmail.com");
               props.put("mail.transport.protocol", "smtp");
               props.put("mail.smtp.auth", "true");
               BasicAuthenticator auth = new BasicAuthenticator();
               PasswordAuthentication lPasswordAuthentication = auth.getPasswordAuthentication();
               Session session = Session.getDefaultInstance(props, auth);
               session.setDebug(true);
               Message msg = new MimeMessage(session);
               InternetAddress addressFrom = new InternetAddress("[email protected]");
               msg.setFrom(addressFrom);
               InternetAddress addressTo = new InternetAddress(pToMailId);
               msg.addRecipient(Message.RecipientType.TO, addressTo);
               msg.setSubject("subject");
               msg.setContent("message", "text/html");
               Transport.send(msg);

Similar Messages

  • Problem sending mail over GPRS/EDGE

    problem sending mail over GPRS/EDGE
    i am in thailand right now with my iPhone 3G 16 GB (italian, no SIM-lock, 2.2). my problem: the iPhone does not send emails via GPRS/EDGE of local AIS mobile provider (there is no 3G in thailand right now). each time i try, i will get a prompt saying 'cannot send mail, the connection to the outgoing server "mail.gmx.net" failed'.
    in germany, i use a contract SIM from o2, in thailand a prepaid SIM from AIS. i have configured 2 german pop mail accounts on my phone (gmx.de, o2online.de). receiving and sending email work fine on WLAN (everywhere, also here in thailand) and in germany on 3G/EDGE/GPRS. internet works everywhere, too. so, configuration seems to be okay. for each account, i use the same (smtp) sending server for all networks (ie i do not change configurations, using mail.gmx.net and pop.o2online.de). for a test, i changed smtp server to the AIS proprietary server mail.cscoms.com, but no change in behaviour.
    so, any ideas how i can get my iPhone to not only receive but also send emails via GPRS of AIS?
    thank you!

    ok. i found the solution.
    The problem is not in the iphone, the problem was DNS resolution in the server side.

  • Problem: Cannot send mail unless Password is transmitted insecurely & Port is set to 587.. Can receive mail but can't send..

    Problem: Cannot send mail unless Password is transmitted insecurely & Port is set to 587.. Can receive mail but can't send Code 501..
    Need help with T-bird.. My OS is Win XP-64..Have been using Mozilla for about 10 years with little or no problems.. This happened when I upgraded to 3.17.. Spent hours on T-Bird diagnostics web site.. Called Comcast & talked to a net tech.. he ran some tests on his end & had me log into my Comcast e-mail account & all worked well,, so he concluded the problem was in T-Bird.. He had me change my port to 587 & disable connection security & authentication to none & I was able to send mail.. That was all he could do.. Comcast was working.. the problem is in T-Bird.. Can any one help with this problem.. I don't want to send mail with my password transmitted insecurely..
    Thanks
    Richard

    It was not intended to be "snide". You said two separate things that at face value would be out of the ordinary.
    I considered if it might be a typo for 31.7. Since 31.5 is the current formal release, I would have to thank you for volunteering to test a pre-release beta version. If it was truly 3.1.7 then it would appear that you have chosen, or have become stuck with a somewhat ancient version. In either case it's harder to reach out to you with any meaningful comments or advice. However I do watch various other sites and newsgroups and I don't see a clamour of distressed users, so it seems fair to suppose that this feature isn't actually broken in 31.7.
    And you said XP 64. XP is obsolete and no longer supported and if there is a 64-bit version, then again you have set yourself apart from the mainstream.
    I had a look at the comcast site and found some puzzling recommendations. Some users come here asking how to set up a secured connection in Thunderbird when it isn't offered by the server. Comcast are different, in that they mention the ports 143 and 587, and also 993 and 465. So far so good, in that security is actually on offer, but they also suggest that you enable SSL, regardless of which port is being used. It would be unusual and unconventional to offer TLS or SSL on ports 143 and 587. STARTTLS would be more credible on these ports.
    Have you tried IMAP on 993 and SMTP on 465? SMTP on 587 with SSL, or TLS, is not impossible, but is improbable.

  • FTP/File Sender Adapter over SSL - 500 Illegal PORT command.

    Hello Experts!
    I'm trying to configure FTP Sender Adapter over SSL. This is the configuration I'm using:
    Server: server01
    Port: 21
    Data Connection: Active
    Timeout: 100
    Connection Security: FTPS (FTP Using SSL/TLS) for Control and Data Connection
    Command Order: AUTH TLS, USER, PASS, PBSZ, PROT
    I have imported ftp server certificate into TrustedCAs key store. When the sender adapter tries to connect it receives the error 500 Illegal PORT command when getting files list.
    This is an excerpt of the logs of connection steps:
    #Plain##ftp server returns reply '220 Restricted Access. All Actions are monitored.'#
    #Plain##Detected 'AUTH TLS' command: Preparing TLS/SSL connection upgrade#
    #Plain##'AUTH TLS' successful: Upgrading control channel to TLS/SSL#
    #Plain##ftp server returns reply '234 Proceed with negotiation.'#
    #Plain##ftp server returns reply '331 Please specify the password.'#
    #Plain##ftp server returns reply '230 Login successful.'#
    #Plain##ftp server returns reply '200 PBSZ set to 0.'#
    #Plain##ftp server returns reply '200 PROT now Private.'#
    #Plain##ftp server returns reply '215 UNIX Type: L8'#
    #Plain##ftp server returns reply '200 Switching to ASCII mode.'#
    #Plain##ftp server returns reply '250 Directory successfully changed.'#
    #Plain##ftp server returns reply '500 Illegal PORT command.'#
    Does anybody know how to solve it?
    Thank you in advance!
    Roger Allué i Vall

    Ok! This is the maximum i could obtain:
    Fri Dec 11 15:28:12 2009 [pid 15206] FTP response: Client "10.58.42.108", "220 Restricted Access. All Actions are monitored."
    Fri Dec 11 15:28:12 2009 [pid 15206] FTP command: Client "10.58.42.108", "AUTH TLS"
    Fri Dec 11 15:28:12 2009 [pid 15206] FTP response: Client "10.58.42.108", "234 Proceed with negotiation."
    Fri Dec 11 15:28:12 2009 [pid 15206] FTP command: Client "10.58.42.108", "USER iubsint"
    Fri Dec 11 15:28:12 2009 [pid 15206] [iubsint] FTP response: Client "10.58.42.108", "331 Please specify the password."
    Fri Dec 11 15:28:12 2009 [pid 15206] [iubsint] FTP command: Client "10.58.42.108", "PASS <password>"
    Fri Dec 11 15:28:12 2009 [pid 15205] [iubsint] OK LOGIN: Client "10.58.42.108"
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP response: Client "10.58.42.108", "230 Login successful."
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP command: Client "10.58.42.108", "PBSZ 0"
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP response: Client "10.58.42.108", "200 PBSZ set to 0."
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP command: Client "10.58.42.108", "PROT P"
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP response: Client "10.58.42.108", "200 PROT now Private."
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP command: Client "10.58.42.108", "SYST"
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP response: Client "10.58.42.108", "215 UNIX Type: L8"
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP command: Client "10.58.42.108", "TYPE I"
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP response: Client "10.58.42.108", "200 Switching to Binary mode."
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP command: Client "10.58.42.108", "CWD /interfaces"
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP response: Client "10.58.42.108", "250 Directory successfully changed."
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP command: Client "10.58.42.108", "PORT 10,58,45,108,159,112"
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP response: Client "10.58.42.108", "500 Illegal PORT command."
    I think we found the problem though. FTP Administrator says this is wrong:
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP command: Client "10.58.42.108", "PORT 10,58,45,108,159,112"
    it should be
    Fri Dec 11 15:28:12 2009 [pid 15207] [iubsint] FTP command: Client "10.58.42.108", "PORT 10,58,42,108,159,112"
    Something is making SAP PI to take a wrong ip address (This server has two).
    I'll let you know if we solve it!!
    Thank you!!!

  • Can not send mail over Edge

    My boss has an original iPhone and I am constantly having problems keeping his e-mail functioning properly.
    The latest issue is he can not send e-mail over the Edge network. I visited the AT&T support page, and they say to contact Apple for support.
    Here is the message I get when attempting to send mail:
    "Cannot send mail. One of the recipient addresses was invalid."
    It is a POP account that works fine when sending mail over a wi-fi network. I have our smtp settings for our pop mail entered in his account as the main smtp server. There is also an additional server named AT&T SMTP Server.
    When trying to send mail over the Edge network, I turn off the wi-fi access to force it to use the AT&T smtp server (cwmx.com) and every time I get the above error message.
    I have another boss here with an identical iPhone and email settings that has no issues. The problem phone was brought to the local Apple Store and had the sim chip replaced, other than that they have no idea what is wrong.

    My boss has an original iPhone and I am constantly having problems keeping his e-mail functioning properly.
    The latest issue is he can not send e-mail over the Edge network. I visited the AT&T support page, and they say to contact Apple for support.
    Here is the message I get when attempting to send mail:
    "Cannot send mail. One of the recipient addresses was invalid."
    It is a POP account that works fine when sending mail over a wi-fi network. I have our smtp settings for our pop mail entered in his account as the main smtp server. There is also an additional server named AT&T SMTP Server.
    When trying to send mail over the Edge network, I turn off the wi-fi access to force it to use the AT&T smtp server (cwmx.com) and every time I get the above error message.
    I have another boss here with an identical iPhone and email settings that has no issues. The problem phone was brought to the local Apple Store and had the sim chip replaced, other than that they have no idea what is wrong.

  • Problem of sending mail with MTA

    Hi,
    I have installed Sun Messaging Server, but I have a problem to send mail to other SMTP server over internet, like gmail, hotmail... So I have tried to send an email using javamail and I get this exception "530 5.7.1 Relaying not allowed", that mean that I don't have a Relay SMTP to routing the messages. But the idea that I have, is that the MTA installed with Messaging Server play the role of SMTP Relay.
    So this idea is true, so I think is can be I problem of configuration, and I need to have may own SMTP Relay and don't using ISP Relay.
    and I thank you for your help,
    Mabrouk.

    GS1-Tunisia wrote:
    21-Nov-2008 17:32:31.58 tcp_local                 Q 1 [email protected] rfc822;[email protected] [email protected] TCP active open: Failed connect()    Error: Connection timed out
    This indicates that Messaging Server is unable to connect to the yahoo mail servers.
    I have configured my server to use mydomain.com with ip 41.x.x.xHow did you configure your server to achieve this -- what settings did you add/change?
    but when I see this log [email protected] is converted to [email protected] and 192.168.3.2 is mailhost which is behind firewall in DMZ, So it may be the problem of NAT, I don't know!!!
    Given that Messaging Server cannot connect to the yahoo mail servers, the problem appears to be at the networking level so the firewall is most likely blocking the outgoing port 25 connection.
    When you are on the Messaging Server system, what output do you get for the following command:
    telnet a.mx.mail.yahoo.com. 25Regards,
    Shane.

  • Verizon "flips switch" that has killed Pegasus mail over SSL

    Last night Verizon email.administrators "flipped a switch" that has killed the use of Pegasus mail over SSL using TCP ports 465 and 995 as Verizon suggests we use.
    I have experienced this and so has every other Pegasus Mail user who is on Verizon email. 
    There are posts on Usenet and posts on the Pegasus Forums
    Thus the problem is not just me but ANYONE who is using Pegasus mail with the Verizon email server using...
    # Incoming mail server (POP3): incoming.verizon.net
    # Incoming Server Port Numbers: 995
    # Outgoing mail server (SMTP): outgoing.verizon.net
    # Outgoing Server Port Numbers: 465 Why is this important?
    # Your Verizon Online user name
    # Your Verizon Online password
    # Make sure "This server requires a secure connection (SSL)" is checked.
    The Lithium Software sux !!

    Might be a bug in Pegasus related to TLS 1.1/1.2 security.  Based on someones post over at the site you pointed to looks like its not picking up the entire key.  Microsoft made changes in the support modules to fix a bug earlier this year and it causes the key to be split over transmissions.  Almost the same thing happend for web pages, including Verizons, when that change went in. 

  • Problem in sending mails to multiple persons

    Hi,
    I have a problem in sending mails to multiple people....
    My mail is using the local smtp server...The mail is to be send to multiple addresses in to and cc.
    for e.g the to address will have --> [email protected];[email protected]
    cc address will have --> [email protected];[email protected]
    How do this i.e set multiple to and cc address...
    My function that sends mail from my ejb looks like this...
    // create some properties and get the default Session
         Properties props = new Properties();
         props.put("mail.smtp.host", host);
         Session session = Session.getDefaultInstance(props, null);
         try{
         Message msg = new MimeMessage(session);
         msg.setFrom(new InternetAddress(from));
    //I HAVE TO SET MULTIPLE "TO" ADDRESSES HERE INSTEAD OF JUST 1
         InternetAddress[] address = {new InternetAddress(to)};
         msg.setRecipients(Message.RecipientType.TO, address);
    //I HAVE TO SET MULTIPLE "CC" ADDRESSES HERE INSTEAD OF JUST 1
    InternetAddress[] addresscc = {new InternetAddress(cc)};
         msg.setRecipients(Message.RecipientType.CC, addresscc);
         msg.setSubject(msgSubj);
         msg.setSentDate(new java.util.Date());
         msg.setText(msgText);
         Transport.send(msg);
         }catch (MessagingException ex) {
    System.out.println("\nException handling in javaMail.java :" + ex);
    Please help me out with a solution!!!Thanks in advance.
    Thanks
    Rahul

    Hi all,
    Got the solution...
    We have to use addRecipients method of the Message class to add as many receipts we want to set.
    example: Message.addRecipients(type,address).
    Thanks
    Rahul

  • Problem in sending mail from VF03

    Hi
    I am just getting a problem in sending mail to the recipient from script.
    please find the below code and let me know why there is no data in otf_tab table.
    DATA:  otf_tab TYPE TABLE OF itcoo WITH HEADER LINE.
    CALL FUNCTION 'CLOSE_FORM'
        IMPORTING
          RESULT  = i_itcpp
        TABLES
          otfdata = otf_tab
        EXCEPTIONS
          OTHERS  = 1.
    IF otf_tab[] IS NOT INITIAL.
          TRY.
              CREATE OBJECT mailer
                EXPORTING
                  i_nast = nast.
         mailer->get_mail_address( EXPORTING i_adrnr = vbdkr-adrnr ).
              mailer->get_mail_address( EXPORTING i_adrnr = vbdkr-adrnr
                                                     i_vkorg = vbdkr-vkorg
                                                    i_vtweg = vbdkr-vtweg ).
            zcl_sd_mail_output=>convert_otf_to_pdf( IMPORTING pdf_xstring =
            gv_pdf_string
                                                    CHANGING  otf_table   =
                                                    otf_tab[] ).
              mailer->build_and_send_email( EXPORTING pdf_xstring =
              gv_pdf_string ).
            CATCH zcx_sd_mail_no_mailid INTO error.
              error_txt = error->get_text( ).
              zcl_sd_mail_output=>protocol_update( msg_id = 'VN'
                                                   msg_nr = '902'
                                                   msg_ty = 'E'
                                                   msg_v1 = error_txt ).
              retcode = 1.
              CLEAR error_txt.
          ENDTRY.
        ENDIF.
    Since my OTf_tab is initial i am unable to send mails.

    Hi,
    If the OTF Data table is blank then you might have missed the parameter "GETOTFDATA" at the time of calling "OPEN_FORM". Please pass field TDGETOTF = "X" in paramter "OPTIONS" when you are calling "OPEN_FORM".
    You can also visit this link for more information.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/49e15474-0e01-0010-9cba-e62df8244556?QuickLink=index&overridelayout=true
    Cheers,

  • Problem in sending mail

    Hi all,
    I'm having some problem in sending mail. I did all configuration regarding this. After that when i tried to send mail, its giving some error, tht is, "SendMailService is not available".
    Can anybody help me on this.
    Thanks,
    Raj

    Hi Raj,
    Go to System Administrator > System Configuration > Knowledge Management > Content Management > Global Services > Mailing Service and make active option true, then restart your portal. Hope it'll work fine.
    Regards,
    Ganpati Jha

  • Problem in sending mail through dynamics actions

    Hi Friends,
    I have a problem in sending mail through dynamics actions . In this  we pass a subroutine in dynamics actions which send an mail when promotion action occured.
    Problem is that sometimes it will  send an mail or sometimes not. I have no idea to solve this problem.
    Can anyone suggest me .
    Thanks ,
    Anish
    Moderator message : Duplicate post locked.
    Edited by: Vinod Kumar on Sep 5, 2011 9:45 AM

    Hi,
    Check that all the bindings have been done in proper way as it is configured.. Try to do the binding manualy..This could also be the problem..
    thank You

  • PROBLEM IN SENDING MAIL TO POSITIONS THROUGH SEND MAIL STEP

    Hi Experts,
    I am facing some problems in sending mail to positions from the organization structure from the send mail step.When I am using user as the recipient type it is working fine...but when i am choosing S position as the recipient type it is giving the error in the workflow log stating that method SENDTASKDESCRIPTION cannot be executed.
    I need to find a solution urgently...any suggestion would be sincerely appreciated.
    thanks.
    Narsingh

    Well you have probably tried this.. but just a recheck.
    1 . send email setep select Organizational Object
    2. Recipient Type Organizational Unit
    3. Here do an F4 and then select the Unit...
    Try this SAP behaves weirdly at times...
    after this do Refresh Buffers.. and Org Unit...
    Let us know if this works

  • Problem with sending mail throgh java mail api

    hi folks,
    We are having problem regarding sending mail using java mail api.
    we are using msgsendsample.java file from demo folder contained in javamail-1.3.3_01 folder.
    we are using following command at dos prompt.:
    java msgsendsample [email protected] [email protected] smtp.mail.yahoo.com false
    It gives following Exception:
    --Exception handling in msgsendsample.java
    com.sun.mail.smtp.SMTPSendFailedException: 530 authentication required - for hel
    p go to http://help.yahoo.com/help/us/mail/pop/pop-11.html
    at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1
    333) at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:906)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:535)
    at javax.mail.Transport.send0(Transport.java:151)
    at javax.mail.Transport.send(Transport.java:80)
    at msgsendsample.main(msgsendsample.java:93)
    ** ValidUnsent Addresses
    [email protected]
    Thanking in Advance...
    Please give us guidance to any alternate solution if exists.

    hi
    the smtp server u are using should allow u to send mail to other smtp server like if u r sending mail to yahoo account u have to use yahoo smtp server only .....
    bye

  • Problems with Apple Mail and SSL SMTP

    All of a sudden I'm having trouble sending mail through SMTP when using SSL on port 465.
    No other mail clients (Outlook, Thunderbird, Entourage) have the problem.
    It was working then quit.
    I'm scratching my head. Any ideas?
    Regards,
    Rob

    Try using a different use account on your computer. If that works, then you know it is a problem with some config files. If so, then move /Users/yourusername/Library/Preferences/com.apple.mail.plist to your Desktop. Restart mail and put in settings. Ideally, it should then work. Good luck!
      Mac OS X (10.4.6)  

  • IOS 7 smtp problem - delays sending mail

    Sending mail with IOS 7 seems to incur delays.
    With a gmail account it takes on average 2 minutes to send mail to another gmail account. The delay from other clients seems to be around 30 sec.
    With another mail account connecting to a private mail server (with SSL and port 587), the delay varies from 4 minutes to over 100 minutes, and the longer delays always occur when several test emails are sent in a short space of time.
    These delays occur regardless of whether there is a 3G or wifi connection.
    From what I read there is a lot of icloud stuff going on in IOS 7 and I suspect that this is the reason for the sending delays. I have an icloud account set up but the features are all disabled except for find my ipad.
    I have two ipads and they both behave the same.
    Grrrr. I have wasted so much time on this, including a very frustrating phone call to apple support who of course will not acknowledge there is an issue.

    Do you have more than one mailbox syncing? Are you sure your in the all mailboxes view?

Maybe you are looking for

  • Can't install CS6 apps- photoshop, illustrator, indesign, after effects, flash and dreamweaver.

    Hi, thanks for any insight you can provide: my specs are as follows: Macbook pro mid 2012 13.3 inch OSX 10.8.4 2.5 ghz Intel Core i5 intel HD Graphics 4000 512 MB 10 Gb 1333 mhz ddr3 ram 500gb hdd/326 gb free I had CS6 master collection installed on

  • How to enable syntax highlighting for jspf files on Dreamweaver CS5.5 on Mac

    I ran into an issue where I couldn't get the color coding (color coding style) for java server pages fragments (.jspf) files to show syntax highliting. I followed the adobe instructions on Changing and adding file extensions recognized by Dreamweaver

  • Convert from firewire to USB ???

    I have a 1st gen 20gb ipod which i bought 3 years ago. My problem is that it is very slow to synchronise from pc to ipod and to update will take up to 50 mins. I have taken this for granted until I bought a nano for my wife and saw how fast this sync

  • After installing iOS7 update  ipad sought passcode disabled restore dead! Now what?

    After installing iOS7 update my ipad magically wanted a passcode to open.  I tried several of my usual passwords but none worked and it disabled for increasing lengths of time.  Eventually after reading up a bit about it I strated to restore it to fa

  • Bangaladesh HCM

    Dear Experts, I have a client in Bangladesh,now i have to provide  HCM solution  for Bangladesh can any one provide me the information on HCM Bangladesh solutions.What infotypes i have to use for PA,OM and Payroll and Training and event management an