I need to set up PHPMailer on a unix server with Apache2.2, PHP5. I have PHPMailer, but being relatively new to this, I am confused on a couple of points. I am up to my ears in UNIX books and web sites, some of which are terrific, but I am stuck on the simple stuff.
1) Obviously it matters which directory you put it in. One instruction is usr/lib/
Another says place it in your public directory
I /public/Phpmailer/ Does this matter?
2) which raises the question of configuring php.ini
Is it added as an extension, or how is it referenced in the ini file
3) furthermore
What changes need to be made in [mail function] or sendmail path, if any (or does this reference PHPmailer.
I apologize for asking anything so basic, but I am just not finding what I need to know. (also not on the PHPmailer site, which doesn't mean it isn't there.)
1) Obviously it matters which directory you put it in. One instruction is usr/lib/
Another says place it in your public directory
I /public/Phpmailer/ Does this matter?
2) which raises the question of configuring php.ini
Is it added as an extension, or how is it referenced in the ini file
3) furthermore
What changes need to be made in [mail function] or sendmail path, if any (or does this reference PHPmailer.
I apologize for asking anything so basic, but I am just not finding what I need to know. (also not on the PHPmailer site, which doesn't mean it isn't there.)