Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Java Webhook Email Sender converts Webhook notifications into email notifications.

A browser extension for SRC vulnerability mining, collecting sensitive information and suspicious clues from web pages.

Open source AI presentation generator Gamma Alternative. Create professional slides with customizable themes and AI-generated content in minutes.
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.