Guest User

Untitled

a guest
Feb 8th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. EXEC msdb.dbo.sysmail_add_account_sp
  2. @account_name = 'SendEmailSqlDemoAccount'
  3. , @description = 'Sending SMTP mails to users'
  4. , @email_address = ''
  5. , @display_name = 'Exchange'
  6. , @replyto_address = ''
  7. , @mailserver_name = 'smtp.office365.com'
  8. , @port = 587
  9. , @username = ''
  10. , @password = ''
Add Comment
Please, Sign In to add comment