Error 500 when a user submits a comment #138
Unanswered
david-unwin
asked this question in
Community Support
Replies: 2 comments 6 replies
-
This does not come from Akeeba Engage. It comes from PHPMailer, the third party library Joomla itself is using to send emails. PHPMailer support sending emails through PHP's mail(), SMTP etc. Most likely one of the users who are set up to receive the emails has an invalid email address in their user profile. This is an issue unrelated to Engage. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Joomla always runs through its index.php file in your site’s root. Therefore the folder you are looking for is your site’s root.
I doubt that these instructions will help you. They are there to help you troubleshoot emails that are being sent from your site. Your problem is that the email is not sent at all.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have set up that any user comments must be approved before they can be published.

When a user submits a comment, they get a message
Error 500 You must supply at least one recipient email address.
However, the comment does get submitted and the moderators do receive an email about the comment submitted.
Searching the internet, a number of issues came up about PHP mailer with this message. But in our case we do not use PHP mailer in our Joomla configuration, we use SMPT.
Any ideas what I might be doing wrong as this does not appear to be a problem with Engage??
Beta Was this translation helpful? Give feedback.
All reactions