SMTP Email Library
This is an open discussion with 41 replies, filed under Extensions.
Search
Symphony 2.2.1 has the SMTP gateway built in and this works just fine.
Nice to hear that!
We should maybe remove this legacy extension from the downloads section and close this forum thread.
@czheng, can you take a look at this?
Create an account or sign in to comment.
@designermonkey
i'm using plain Apache server installed locally on a linux laptop.
i don't think the issue is related to server setup. it's purely the matter of way the parameters are passed to the PEAR Mail_SMTP class object. before implementing the fix my SMTP settings were not detected at all and the default settings were used instead (ie. 127.0.0.1:25). after modifying the code it worked but i'd been getting "Relay access denied" messages in the SMTP server logs.
however i've just learned that Symphony 2.2.1 has the SMTP gateway built in and this works just fine.