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 trialEllen Sun
1,605 PointsRunning in Windows environment
I am following along on my Windows and have XAMPP for running PHP script. I am running into the following error when I try to use the 'sendmail' link that's in the video for the variable $transport.
Type: Swift_TransportException Message: Process could not be started [The system cannot find the path specified. ] File: C:...lib\classes\Swift\Transport\StreamBuffer.php Line: 294
How can I set up a default mailer for testing in my Windows environment?
1 Answer
Ted Sumner
Courses Plus Student 17,967 PointsI don't know how to do it, but there was a forum post about it within the past several weeks. I put mine on a live site and it worked fine. You may also be able to search the XAMPP forums and documentation for instructions.