Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDhanuka Anushanga
13,347 PointsSMTP ERROR
After submitting the 'Suggest a Meia Item' form, I get the following error.
2018-06-27 02:43:49 SMTP ERROR: Failed to connect to server: No connection could be made because the target machine actively refused it. (10061) SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Can anyone please help me to fix this problem? Any help would be appreciated.
Thanks!
2 Answers
pouya yousefi
12,480 PointsDear Dhanuka Anushanga, I've encountered a similar message in C#. The problem was my Firewall blocked the SMTP connection. I hope it helps you.
Dhanuka Anushanga
13,347 Pointspouya yousefi thank you for the advice. I will check that and inform you.