Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Java Webhook Email Sender converts Webhook notifications into email notifications.
Java Webhook Email Sender is a project that forwards Webhook notifications via email. It addresses the limitation of certain services, like Apache SkyWalking, which only support Webhook notifications without the option to configure SMTP for direct email alerts.
java -jar javawebhookemailsender-1.0.0.jar [email protected] --spring.mail.password=your_passworddocker build --build-arg [email protected] --build-arg MAIL_PASSWORD=your_password java-webhook-email-sender:latest .
docker run -p 8080:8080 -v /your/path/javawebhookemailsender.db:/javawebhookemailsender.db -it java-webhook-email-sender:latesthttp://localhost:8080/recipients to add email recipients.For feedback or suggestions, please open an issue on the GitHub repository.