This is an automated email from the ASF dual-hosted git repository. jkovalsky pushed a commit to branch jkovalsky/notificationTemplate in repository https://gitbox.apache.org/repos/asf/netbeans-tools.git
commit ad6b1ec727fdf132df636e2c1c112ebac3aed136 Author: Jiří Kovalský <jiri.koval...@centrum.cz> AuthorDate: Fri Jan 13 17:21:02 2023 +0100 More appropriate template for notifications about new NetBeans version --- .../src/Application/Controller/AdminController.php | 25 +++++++++++++--------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/pp3/module/Application/src/Application/Controller/AdminController.php b/pp3/module/Application/src/Application/Controller/AdminController.php index 366ce20..83f9586 100644 --- a/pp3/module/Application/src/Application/Controller/AdminController.php +++ b/pp3/module/Application/src/Application/Controller/AdminController.php @@ -350,32 +350,37 @@ class AdminController extends AuthenticatedController { $onlyVerified = false; $nbVersionId = []; - $subject = '[NetBeans PluginPortal] <SUBJECT>'; + $subject = '[NetBeans PluginPortal] Check your plugin with the new Apache NetBeans %4$s version!'; $emailText = ' <html> <head><title></title></head> <body> -<p>Dear %1$s,</p> +<p>Hey %1$s,</p> -<p>we have some news for you.</p> - -<p><Your message></p> +<p> +have you heard of the new Apache NetBeans version on the horizon? +Yes, the NetBeans community is going to release version %4$s soon! +In order to have your great plugin(s) available on the NetBeans Update +Center also for users of the new version please consider testing the +plugin(s) with the latest RC build and possibly submit new verification +request(s) via the Plugin Portal website. +</p> <p> Your plugins:<br /> %3$s </p> -<p>Direct link to the plugin portal:<br /> -<a href="%2$s">%2$s</a> +<p>Direct link to the list of your plugins:<br /> +<a href="%2$s/plugin/list">%2$s/plugin/list</a> </p> <p> -Best wishes<br /> -NetBeans development team +Thanks for your contribution and ongoing support!<br /> +Apache NetBeans Plugin Portal Administrator </p> -<p>P.S.: Please contact d...@netbeans.apache.org for questions.</p> +<p>P.S.: Please contact d...@netbeans.apache.org mailing list for any questions.</p> </body> </html>'; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists