I have setup a contact form on a website, using the Expression Engine CMS. All my settings work in sending a test email from the CP. So it seems all the SMTP settings etc are fine. The recipient email is one I have with Opalstack. On the website using the contact form if I use an external email such as gmail or apple, the emails never arrive. If I use another email hosted at opalstack they get sent and received. What would cause this? One error I see is
Warning
fwrite(): SSL: Connection reset by peer
ee/legacy/libraries/Email.php, line 1852
that line has:
if (! fwrite($this->_smtp_connect, $data . $this->newline)) {
can't tell if this is opalstack issue or the cms form?