Skip to content

Commit

Permalink
clean emails
Browse files Browse the repository at this point in the history
  • Loading branch information
eboisgon committed May 22, 2017
1 parent ab21bbd commit 8e32ec1
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 @@ -198,15 +198,15 @@ sendEmail
var emailData = {
'FromEmail': '[email protected]',
'FromName': 'Guillaume badi',
'FromName': 'Pilot',
'Subject': 'Coucou Mailjet2',
'Text-part': 'Hello World2',
'Recipients': [{'Email': '[email protected]'}],
};
var emailData2 = {
'FromEmail': '[email protected]',
'FromName': 'Guillaume badi',
'FromName': 'Pilot',
'Subject': 'Coucou Mailjet2',
'Text-part': 'This is another Email',
'Recipients': [{'Email': '[email protected]'}],
Expand Down

0 comments on commit 8e32ec1

Please sign in to comment.