forked from daniellandau/subsonic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
214 changed files
with
15,298 additions
and
1,000 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
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 |
---|---|---|
|
@@ -159,7 +159,7 @@ public void sendReminder(Date licenseExpires, String firstName, String to, Email | |
null, | ||
Arrays.asList("[email protected]", "[email protected]"), | ||
Arrays.asList("[email protected]"), | ||
"Your Subsonic Premium license is about to expire", | ||
"Your Subsonic Premium subscription is about to expire", | ||
createEmailContent(licenseExpires, firstName)); | ||
LOG.info("Sent email reminder to " + to); | ||
} | ||
|
@@ -171,13 +171,13 @@ private String createEmailContent(Date licenseExpires, String firstName) { | |
} | ||
return "Dear " + firstName + ",\n" + | ||
"\n" + | ||
"This is a friendly reminder that your Subsonic Premium license expires on " + DATE_FORMAT.format(licenseExpires) + ".\n" + | ||
"This is a friendly reminder that your Subsonic Premium subscription expires on " + DATE_FORMAT.format(licenseExpires) + ".\n" + | ||
"\n" + | ||
"We hope that you enjoy the service and that you want to renew your license.\n" + | ||
"We hope that you enjoy the service and that you choose to renew your subscription.\n" + | ||
"\n" + | ||
"Please visit http://premium.subsonic.org to stay in business!\n" + | ||
"Please visit http://premium.subsonic.org for more details and purchase options!\n" + | ||
"\n" + | ||
"If you previously selected the automatic renewal option you will be charged automatically, and no action is required on your part.\n" + | ||
"Note: If you previously selected the automatic renewal option you will be charged automatically, and no action is required on your part.\n" + | ||
"\n" + | ||
"Best regards,\n" + | ||
"The Subsonic team\n" + | ||
|
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
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
Oops, something went wrong.