phpmailer
PHP and Apache block while i'm sending a email using smtp
i\'m using php 5.3 apache 2.2 and phpmailer library to send mails using smtp and the process is ok. the problem is that send a email using smtp require some time to occurs and while this happen, the[详细]
2022-12-31 06:43 分类:问答Debugging PHP Mail() and/or PHPMailer
I\'m quite stuck with a problem sen开发者_开发问答ding mail from a PHP script. Some data: Shared hosting, no SSH access, only hosting provider panel[详细]
2022-12-31 04:42 分类:问答PHPMailer with GMail: SMTP Error
I am making use of PHPMailer to send mail through GMail. The code I use is straight from a tutorial and it works perfectly on my laptop. However, testing this on a Windows 2003 Server - it seems to al[详细]
2022-12-30 17:06 分类:问答Possible relationship between PHP Mailer and Mailer-Daemon
I am using the PHPMailer Class from a website which sends confirmation of the user ajax upload to my client. This uses the mail.myclient.com SMTP Host. This is the same SMTP Host that my client uses f[详细]
2022-12-30 02:31 分类:问答PHPMailer, CC and Linux server
how do I add a CC mail address in PHPMailer running on a Linux server? AddCC method only works on Windows: http://phpmailer.worxware.com/index.php?pg=methods[详细]
2022-12-28 22:40 分类:问答PHPMailer, fsockopen(), possible Apache issue?
I\'m using PHPMailer to send out site contacts. In development, the script works perfectly with the GMail service over smtp. However, in production, inside the client\'s DMZ, it appears unable to con[详细]
2022-12-26 00:00 分类:问答PHPMailer safe practices - Send escaped / sanitized variables or not?
I\'m using the PHPMailer-Lite class to build an email sending script and I\'m not sure if I should use addslashses() on the $name variable when adding it to the constructor.[详细]
2022-12-24 04:22 分类:问答PHPMailer character encoding issues
I try to use PHPMailer to send registration, activation. etc mail to users: require(\"class.phpmailer.php\");[详细]
2022-12-23 22:50 分类:问答Error handling with PHPMailer
I\'m trying to use PHPMailer for a small project, but I\'m a bit confused about error handling with this software. Hoping someone has experience with it. When I\'ve set up an email and I use:[详细]
2022-12-22 04:30 分类:问答PHPmailer multiple recipients error
I have the following code with PHPmailer: $tomailn[0] = \'imap2@gazler.com\'; $tomailn[1] = \'imap@gazler.com\';[详细]
2022-12-20 14:58 分类:问答
加载中,请稍侯......