Guest User

Untitled

a guest
Jul 18th, 2018
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. c := utl_smtp.open_connection(
  2. host => 'smtp.office365.com',
  3. port => 587,
  4. wallet_path => 'file:/u00/app/oracle/product/12.2.0/orcl/data/wallet',
  5. wallet_password => '[passwd]',
  6. secure_connection_before_smtp => FALSE,
  7. secure_host => 'Outlook.office.com');
Add Comment
Please, Sign In to add comment