notification_newUser abstract method
Welcome message for new users, including app name and username placeholders.
In en, this message translates to: 'Welcome to {appname}, {username}! We hope you enjoy your stay.'
Implementation
String notification_newUser(String appname, String username);