Skip to content Skip to sidebar Skip to footer

Jython Script: Mail Session Attribute Is Set But When I Restart The Console It Is Not Able To Detect The Mail Seesion

I have written Jython script to create a mail session in IBM websphere. Jython Script : import sys nodeName =sys.argv[0] serverName =sys.argv[1] def createSession(nodeName,server

Solution 1:

This problem is solved. need to add this property - mailTransportProtocol and add it in attributes


Post a Comment for "Jython Script: Mail Session Attribute Is Set But When I Restart The Console It Is Not Able To Detect The Mail Seesion"