Monday, 7 October 2013

Configuring gmail settings in websphere commerce

Step 1: Go to Administration Console : https://<hostname> : <port>/webapp/wcs/admin/servlet/ToolsLogon?XMLFile=adminconsole.AdminConsoleLogon

for local : https://localhost:8002/webapp/wcs/admin/servlet/ToolsLogon?XMLFile=adminconsole.AdminConsoleLogon



Step 2: Go to Site Level.
 i). Click Configuration -> Transports -> Email



ii).  hostname : smtp.gmail.com
      port : 465
      username : your gmail id
      password : your gmail password


Step 3: Do the same for store level.
           Go back to the first page of Admin Console and select your store and click OK.
           Do the  i) and ii) of Step 2.

Step 4: Again go to Configuration. Select Message Types.
           Select the email you to configure.

           I selected Message for Notifying the Merchant of an Order.
                    i). Accept default and press Next.

                    ii). Enter the same details here.



Step 5: Now go to WAS Admin Console.
          i). Right click server form RAD and go to Administration -> Run administrative console.

          ii). Go to Security -> SSL Certificate and Key Management.
          iii). Key Strokes and Certificates on the right side.

          iv). Select NodeDefaultKeyStore.

          v). Select Signer Certificates on the right side.

          vi). Click Retrieve from Port .

          vii). Give host as smtp.gmail.com , port : 465 and Alias : Gmail. And Click Retrieve Signer Information.

          viii). Click Apply. And don't forget to Save.
          ix). Now go back to the (iii). And select NodeDefaultTrustStore and repeat the steps (v) to (viii).


Step 6 : Restart the server.








No comments:

Post a Comment