Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosenha authored Feb 4, 2021
1 parent 29468b3 commit 939705a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ begin
.UserName('user')
.Password('pass')
.ReceiptRecipient(false)
.AddCC('cc', 'name')
.AddBCC('cco', 'name')
.AddTo('to', 'name')
.AddCC('cc', 'name')
.AddBCC('cco', 'name')
.Subject('subject')
.AddBody('message')
.AddAttachment(nil)
Expand Down

0 comments on commit 939705a

Please sign in to comment.