XF 2.1 Emails Not Sending

Puffn

Member
Hello,

This has probably been posted before, but I cannot find any solutions to my problem. Emails have never been sending from my forum, they say they have been sent, but do not. I have tried using SMTP using Zoho email for a "noreply" email, that didn't work. Then I tried using Amazon SWS email and following a guide, that didn't work either.

I may be doing something wrong, but I just want emails to send. 😓 If anyone is able to help, that would be greatly appreciated.
 
If there are no errors in the XF ACP then investigation needs to occur from your server onwards.


 
If there are no errors in the XF ACP then investigation needs to occur from your server onwards.



Okay, I lied.

There's this,
Code:
Server error log

Swift_TransportException: Email to accounts@infiniteorigins.org failed: Connection could not be established with host email-smtp.us-east-1.amazonaws.com [Connection refused #111] src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:277
Generated by: Unknown account Apr 26, 2019 at 11:35 AM

Stack trace
#0 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php(62): Swift_Transport_StreamBuffer->_establishSocketConnection()
#1 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php(113): Swift_Transport_StreamBuffer->initialize(Array)
#2 src/XF/Mail/Mailer.php(274): Swift_Transport_AbstractSmtpTransport->start()
#3 src/XF/Mail/Queue.php(138): XF\Mail\Mailer->send(Object(Swift_Message), Object(Swift_SmtpTransport), Array)
#4 src/XF/Job/MailQueue.php(12): XF\Mail\Queue->run(G)
#5 src/XF/Job/Manager.php(253): XF\Job\MailQueue->run(G)
#6 src/XF/Job/Manager.php(195): XF\Job\Manager->runJobInternal(Array, G)
#7 src/XF/Job/Manager.php(79): XF\Job\Manager->runJobEntry(Array, G)
#8 job.php(42): XF\Job\Manager->runQueue(false, 8)
#9 {main}

Request state
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(37) "https://infiniteorigins.org/index.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Top Bottom