XF 1.5 Bounce email management work with AmazonAWS Email?

Donny

Active member
I use Amazon AWS for my email handing via the forum. Will the bounce email address thing work with this?

I seem to be getting the following error too:

Zend_Mail_Protocol_Exception: last request failed - library/Zend/Mail/Protocol/Pop3.php:190
 
What's the rest of the error (the backtrace)?

As long as the bounces are delivered to an email account you can check via POP3 or IMAP, the bounce handler can read it. That error indicates there's an issue reading from your POP3 server though (that might imply there are issues with the details you entered for it or that there are network/connection issues to it).
 
#0 /home/site.co.uk/httpdocs/library/Zend/Mail/Protocol/Pop3.php(113): Zend_Mail_Protocol_Pop3->readResponse()
#1 /home/site.co.uk/httpdocs/library/Zend/Mail/Storage/Pop3.php(190): Zend_Mail_Protocol_Pop3->connect('imap.gmail.com', 993, 'SSL')
#2 /home/site.co.uk/httpdocs/library/XenForo/Model/EmailBounce.php(288): Zend_Mail_Storage_Pop3->__construct(Array)
#3 /home/site.co.uk/httpdocs/library/XenForo/Deferred/EmailBounce.php(19): XenForo_Model_EmailBounce->openBounceHandlerConnection()
#4 /home/site.co.uk/httpdocs/library/XenForo/Model/Deferred.php(295): XenForo_Deferred_EmailBounce->execute(Array, Array, 7.9999990463257, '')
#5 /home/site.co.uk/httpdocs/library/XenForo/Model/Deferred.php(429): XenForo_Model_Deferred->runDeferred(Array, 7.9999990463257, '', false)
#6 /home/site.co.uk/httpdocs/library/XenForo/Model/Deferred.php(374): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#7 /home/site.co.uk/httpdocs/deferred.php(23): XenForo_Model_Deferred->run(false)
#8 {main}
 
Changed it to imap and used the imap settings now. So I'll see if this works perhaps.

I'm actually using gmail web apps for business now with my own domain as an email address for the bounce email addy. So I guess it's nothing to do with Amazon AWS which I'm using for the actual forum emails (thread notifications, new member registration conformation emails, and mass emails etc)....?
 
Top Bottom