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 trial

PHP Build a Basic PHP Website (2018) Adding a Basic Form SMTP with Google

SMTP 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
pouya yousefi
12,480 Points

Dear Dhanuka Anushanga, I've encountered a similar message in C#. The problem was my Firewall blocked the SMTP connection. I hope it helps you.

pouya yousefi thank you for the advice. I will check that and inform you.