-
Notifications
You must be signed in to change notification settings - Fork 410
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix the kitchen sink example and link to it in the use cases doc (
#637) The "Kitchen Sink" example and other mail-send examples were out-of-date. This change updates them to use the latest package version.
- Loading branch information
childish-sambino
authored
Jul 15, 2020
1 parent
d9f4413
commit c6e6361
Showing
6 changed files
with
48 additions
and
3,926 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
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 |
---|---|---|
|
@@ -27,4 +27,5 @@ public static void main(String[] args) throws IOException { | |
} catch (IOException ex) { | ||
throw ex; | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.