Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. fooMailSession = cmo.createMailSession('FooMailSession')
  2. fooMailSession.setJNDIName('mail/FooMailSession')
  3. (...)
  4.  
  5. mailSession = cmo.lookupMailSession('FooMailSession')
  6. cmo.destroyMailSession(mailSession)
Add Comment
Please, Sign In to add comment