Website Design & Development
We create stunning, user-friendly websites that drive growth.
We create stunning, user-friendly websites that drive growth.
We build custom apps to drive innovation.
We manage your IT, so you can focus on your core business.
We deliver scalable, secure cloud services for seamless operations.
OJS Email Not Sending: Why Authors & Reviewers Never Hear from You
Authors submit manuscripts and hear nothing. Reviewers don’t get assigned notifications. Editors wonder why no one is responding. In most cases, OJS is sending emails—but they’re never arriving. This silent failure can stall your entire editorial workflow without a single error message on screen.
OJS relies on your server’s mail configuration or an external SMTP service to deliver all system emails—submission confirmations, review assignments, editorial decisions, and more. When this breaks, OJS continues operating normally but email notifications disappear entirely or land in spam folders.
mail() function disabled on the server (very common on shared hosting)config.inc.phpdefault_email or envelope_sender in config causing rejectionCheck your email settings in config.inc.php:
[email]
smtp = On
smtp_server = mail.yourdomain.com
smtp_port = 587
smtp_auth = On
smtp_username = [email protected]
smtp_password = yourpassword
allow_envelope_sender = Off
default_envelope_sender = [email protected]
Use OJS’s built-in test email (Admin → Site Settings → Bulk Emails) to send a test message. If it fails silently, the issue is at the server or SMTP level. Also verify that cron/tools/runScheduledTasks.php is running via a cron job—this processes the email queue.
We configure SMTP, fix DNS records, and ensure your journal’s notifications work reliably.
Trusted by 200+ academic journals worldwide
We audit your mail configuration end to end—SMTP setup, SPF/DKIM/DMARC DNS records, envelope sender settings, and cron job configuration. We switch journals away from unreliable PHP mail to properly authenticated SMTP, dramatically improving deliverability. For journals that have already been blacklisted, we handle domain reputation recovery as well.
Altechmind Technologies specializes in OJS configuration, migration, and troubleshooting. View all OJS services →