Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 11, 20222 yr Hi there We recently transferred to a new hosting provider and are now getting errors from the email system telling us that the last 28 emails failed to send and that there may be a problem wth our configuration. When I tested the email settings I got this error IPS\Email\Outgoing\Exception: Constant IN_DEV already defined (0)
December 12, 20222 yr Community Expert You have IN_DEV set in your constants.php file more than once by the look of it. I would remove any instances of IN_DEV from there entirely
December 12, 20222 yr Author 2 hours ago, Marc Stridgen said: You have IN_DEV set in your constants.php file more than once by the look of it. I would remove any instances of IN_DEV from there entirely I'll double check this. In the meantime I have set up SMTP to allow messages to go out. Thanks for the prompt response