This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
php-frs/Google Apps Script/mailedit.html

16 lines
398 B
HTML

<!DOCTYPE html>
<html>
<head>
<base target="_top">
<title>Mailed it!</title>
</head>
<body>
<p>
Mail (hopefully) sent to <strong><?= Session.getActiveUser().getEmail() ?></strong>. You are allowed to send <?= MailApp.getRemainingDailyQuota() ?> more mails today.
</p>
<p>
<a href="https://raspi.mbirth.de/dev/FRS/">Return to FRS</a>
</p>
</body>
</html>