Support Email error in logs

duppy

XF-Fan
Loyal Member
My site is still hosted locally but I started seeing the below email error showing up in the logs. I have no clue what's causing it, and anything to do with email in the setup has been turned off. Hopefully someone can help me.

Code:
Swift_TransportException: Email to [email protected] failed: Connection could not be established with host localhost :stream_socket_client(): unable to connect to localhost:25 (No connection could be made because the target machine actively refused it. ) src\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\StreamBuffer.php:269
Generated by: Unknown account Mar 26, 2021 at 10:58 AM

Thanks,

Duppy
 
Solution
Anyway, what is "pro functions"?
These functions are for the email server and should be disabled in the php settings of the server so that you do not get the email error, and since you are on a local server, this error is completely normal and will not cause any problems.

duppy

XF-Fan
Loyal Member
disable the pro functions
I'll have to upgrade WAMP to the latest version. WAMP is a total nightmare to install on Win10. I eventually got it to work on another Win10 PC after 2 hours installing and un-installing those VC_redist packages.:D Anyway, what is "pro functions"?

Thanks
 
Back
Top Bottom