Page 1 of 1

I'm trying to setup PHPMailer on XAMPP

Posted: Tue May 22, 2012 7:30 am
by Nostrosvostros
Being fresh to PHP I installed PHPMailer (Not sure how to install classes so what I did is I dropped the PHPMailer files into my PEAR folder since that's where all my extensions are being sent to in XAMPP). Then I ran a basic script to send email via PHPMailer using the functions offered by PHPMailer instead of Mail() (of course) but when I do that and execute my code by going to localhost my Firefox will just display my PHP code right back at me.

Re: I'm trying to setup PHPMailer on XAMPP

Posted: Wed May 23, 2012 5:05 am
by Grizzzzzzzzzz
what's the extension of the file the code is stored in?