PKP Bugzilla – Bug 2628
Unable to send emails
Last modified: 2010-01-18 09:50:21 PST
Hi, we've been working on the conference system for almost a week now.. and today we've finished with the contents part of it and we noticed that we werent able to send acceptance or rejection letters to the paper presenters... is there any setup feature that needs to be changed? and btw, sorry if this isnt a bug! Regards -- Santosh Tech Support
Check your config.inc.php to see that email sending is correctly configured (i.e. SMTP server in the [smtp] section); also make sure that PHP's display_errors directive is set to E_ALL in php.ini so that you know if any errors are occurring. Thanks...