-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into infobip/ib-tjuhasz-mvn-workflow-update
# Conflicts: # .github/workflows/maven.yml # CHANGELOG.md # pom.xml
- Loading branch information
Showing
405 changed files
with
57,669 additions
and
4,268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ Keep in mind the following restrictions while using a trial account: | |
File fileAttachment = new File("/path/report.csv"); | ||
|
||
EmailSendResponse sendResponse = emailApi | ||
.sendFullyFeaturedEmail(List.of("[email protected]")) | ||
.sendEmail(List.of("[email protected]")) | ||
.from("Jane Smith <[email protected]>") | ||
.subject("Mail subject text") | ||
.text("Test message with a file") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.