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
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
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?
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
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
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.
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..
Hi I have a file upload field with name=\"file1\" and code in a phpmailer script: if (isset($_FILES[\'file1\']))
I have an HTML / javascript form written with a loop to upload an unlimited amount of files with names=\"file1\",\"file2\",etc. (i++)
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