phpmailer
PHPMailer Lite & GMAIL SMTP: emails not sent to Yahoo Mail, how to debug?
I am attempting to send emails using phpMailer and GMail SMTP. It works fine sending emails to other Gmail accounts but sending to Yahoo the mail never gets there. I read about debugging using ip addr[详细]
2023-01-30 09:47 分类:问答PHPmailer reports: Could not execute: /usr/sbin/sendmail
Why? I can send via mail() in PHP but I can\'t 开发者_JS百科send via PHPMailer using IsSendmail()I\'ve had the same error. Solved it by commenting/deleting this:[详细]
2023-01-30 03:57 分类:问答PHP email to IMAP account
I\'m using PHPmailer to send an email from a website to the website owner. It works fine to some addresses (e.g. my Gmail account), and it used to work to the owner\'s address, but he\'s recently chan[详细]
2023-01-29 21:03 分类:问答phpmail always go to spam
how to optimize php_mail() w/o sending the email to a spam? everything that my webpage is doing sends the email into spam?how to mak开发者_运维技巧e it not go to spam??This depends on the spam engine[详细]
2023-01-28 14:44 分类:问答How to use PHPmailer? Help me with its API
I have created a PHP page, whereby having the page to send automatically to user, i tried using PHPMailer but it only says \"SMTP ERROR: cannot access host or somthing like that \"[详细]
2023-01-27 21:08 分类:问答PHP: mail attachment file size
Ok, the scenario is this. I have a php code that sends out email with excel file attached to it. I have two different servers with me. The first one, ive blasted out an excel file with 100+kb and its[详细]
2023-01-26 20:25 分类:问答why does phpmailer class echo texts?
when i send email it echo many unnecessary texts, i don\'t want these text to be printed out. how can i disable these text.[详细]
2023-01-25 18:21 分类:问答Prevent order confirmations sent via PHPMailer from ending up in spam
When I send order confirmations via PHPMailer, they usually end up in spam folders of Google, Yahoo and Hotmail and also take a long time to deliver. Is there a checklist or something of things I shou[详细]
2023-01-25 14:58 分类:问答SMTP error with PHPMailer
I am getting \"SMTP Error: Could not connect to SMTP host.\" error while trying to send mails using GMAIL SMTP and PHPMail开发者_如何学编程er..[详细]
2023-01-25 08:43 分类:问答TextArea line breaks for e-mail
How can I take the text from a textarea (html) and insert line breaks. Right now, if开发者_开发问答 I input info to send out as an e-mail, it puts all the text on the same line without any line breaks[详细]
2023-01-22 09:02 分类:问答
加载中,请稍侯......