![]() |
Sergey Kornilov admin 5/7/2009 |
Unfortunately your web host doesn't make it easy for you. 99.9% of web hosting companies allow to send emails from PHP without authentication.
|
G
|
gchable 5/7/2009 |
Try this: include("class.phpmailer.php");
|
![]() |
lewisgr author 5/7/2009 |
@gchable: Is this the code I would put in the event in PHPrunner? Try this: include("class.phpmailer.php");
|
G
|
gchable 5/7/2009 |
@gchable: Is this the code I would put in the event in PHPrunner?
And would you put the class.phpmailer.php in the same webfolder as the website being built?
|
![]() |
lewisgr author 5/8/2009 |
class.phpmailer.php, class.smtp.php and language folder
Yes, Before or After....... class.phpmailer.php, class.smtp.php and language folder ./include |
![]() |
lewisgr author 5/11/2009 |
Is there a special way I need to add files to the /include folder? Because everytime I upload the project these files don't upload. Yes, Before or After....... class.phpmailer.php, class.smtp.php and language folder ./include |