Open Source Event Manager - osem.io
An event management tool tailored to Free and Open Source Software conferences.
Check out our demo at https://osem.copyleft.dev
Please refer to our installation guide.
If you're experiencing email delivery problems, use these commands to diagnose SMTP configuration issues. For these tests, it supposes that you have a valid .env.production file in your home directory.
bundle exec rake mail:config[email protected] bundle exec rake mail:testThe test command will:
- Display your SMTP settings (with passwords hidden)
- Show detailed SMTP protocol conversation for debugging
- Attempt to send a test email
- Provide troubleshooting hints if delivery fails
Common issues:
- Authentication method mismatch (try OSEM_SMTP_AUTHENTICATION=logininstead ofplain)
- SSL certificate verification (try OSEM_SMTP_OPENSSL_VERIFY_MODE=nonefor testing)
If you're using devbox for development, prefix commands with devbox run:
devbox run bundle exec rake mail:config
devbox run [email protected] bundle exec rake mail:testPlease refer to our contributing guide.
GitHub issues are the primary way for communicating about specific proposed changes to this project. If you have other questions feel free chat us up in the #osem channel on libera.chat IRC.
