Can someone help me out with phpmailer?
问题 I've made a HTML email and everything has worked so far. I was planning to send it with PHP (using the mail(); function). However, when I did this, the mail did not arrive at hotmail and gmail accounts. I googled around a bit and people suggested to use PHPmailer. I downloaded PHPmailer and installed it on my server. So far, so good. But now I have the following code: <?php set_include_path('.:c:\domains\mydomain\wwwroot\phpmailer\phpmailer.inc.php'); set_include_path('.:c:\domains\mydomain