phpmailer
phpmailer can send email to only one email in cc (carbon copy)
I am using phpmailer 4 (with开发者_StackOverflow php 4.4.9). If I add a second email using theAddCC(\'email address\') function, email is not sent to the second email. If I swipe first and second emai[详细]
2023-03-31 08:35 分类:问答How Can I Get Phpmailer Mailings to Send Message With a return-path to Another Domain
I\'m using a 3rd party SMTP service for sending my newsletters. Because of that, my ISP does not accept bounces because they are coming from an email not originating with them. Okay. So I set up a mai[详细]
2023-03-30 07:02 分类:问答How to get the message body from PHPMailer?
I use PHPMailer to send email via SMTP. It works, but it doesn\'t save the sent emails in sent items. I want to make to sent emails in the sent items, any idea?[详细]
2023-03-30 04:46 分类:问答Why the phpmailer is very slow on my live server?
When I use phpmailer class to send mail from my server, it is very slow to receive. But If I write to send mail process with simple mail function, it is very fast 开发者_开发知识库to receive. What wou[详细]
2023-03-27 00:10 分类:问答Add a filetype validation to phpmailer?
I have a phpmailer that attaches files by looping through an array of files from an file input field. How can i make it so that onl PDF or DOC are allowed. And if something else is attempted, the scri[详细]
2023-03-26 12:57 分类:问答Joomla: Sending mail takes ages
I have a Joomla website up and running and need to set up a simple contact form. The problem is, whenever Joomla tries to send an email, the page will hang for about a minute before I get a response.[详细]
2023-03-22 12:47 分类:问答Phpmailer sending attachments, but not the body
I have a form that im trying to get emailed on submit using PHPmailer. For some reason, phpmailer is sending the attachments of the email, but not the body/message. Heres my phpmailer file..[详细]
2023-03-21 07:17 分类:问答phpMailer sending attachment name, not attachment
Hi I have a file upload field with name=\"file1\" and code in a phpmailer script: if (isset($_FILES[\'file1\']))[详细]
2023-03-20 05:00 分类:问答Why wont my PHPmailer script work to get / save files?
I have an HTML / javascript form written with a loop to upload an unlimited amount of files with names=\"file1\",\"file2\",etc. (i++)[详细]
2023-03-20 03:32 分类:问答Sending an html email with phpmailer and codeigniter
I am sending emails with phpmailer package and using the package with codeigniter framework. I have made a helper function out of the phpmailer package which takes arguments as sender\'s address, reci[详细]
2023-03-19 12:09 分类:问答
加载中,请稍侯......