const minisrv_service_file = true;
session_data.mailstore.setMailIntroSeen(true)
headers = `200 OK
Content-type: text/html`;
data = `
Welcome to Mail
Welcome to Mail
|
| | |
|
|
|
|
|
|
|
|
|
|
In Mail, you can exchange typed messagescalled
m-mailwith anyone who is on ${minisrv_config.config.service_name}, as well as anyone using other compatible MiniSrvs around the world. This is your m-mail address:
${session_data.getSessionData("subscriber_username")}@${minisrv_config.config.service_name}
Choose Begin to start using Mail.
|
|
|
|
|
|
|
|
|
`;