After a couple of frustrating days I finally managed to get a little project up and running on my development PC. It’s a simple search and find project with the user being able to request more information from another form. The user request form uses sc_mail_send for notification.
However, deploying to a (linux/apache) virtual host the user request form throws an error and the message is never sent. An error message does flash by in the browser, but it passes too quickly to make sense of it.
I have turned the various debugging options on, but can’t find any logs.
Is there a way to trap and be informed about the errors thrown by applications running on a virtual host?
UPDATE: I have reverted to standard PHP mail() to handle the form. It works OK. Nevertheless, it would be useful to have sc_mail_send working.
Thanks