- Implement comprehensive OTP email monitoring service - Monitor Museum logs for "Skipping sending email" pattern - Send verification emails using Cloudron email addon - Add specific regex pattern for Museum's skip email format - Version bump to 0.1.62 The monitor captures OTP codes from logs when Museum skips sending emails and sends them via Cloudron's email system. This ensures users receive their verification codes even when Museum's email configuration is not sending directly.
22 lines
495 B
JSON
22 lines
495 B
JSON
{
|
|
"name": "ente-otp-email-monitor",
|
|
"version": "1.0.0",
|
|
"description": "OTP email monitoring service for Ente Cloudron app",
|
|
"main": "otp-email-monitor.js",
|
|
"scripts": {
|
|
"start": "node otp-email-monitor.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"nodemailer": "^6.9.0"
|
|
},
|
|
"keywords": [
|
|
"ente",
|
|
"otp",
|
|
"email",
|
|
"cloudron",
|
|
"monitoring"
|
|
],
|
|
"author": "Ente Cloudron Integration",
|
|
"license": "Apache-2.0"
|
|
} |