PHPMailer is a PHP email transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more.

learn more… | top users | synonyms

0
votes
1answer
10 views

How to send bulk mails avoiding spam?

My problem is: We have got a lots of users and they got about 6-10k e-mails per day. Those e-mails for reset passwords, or registration confirmation, etc. But our IP is on a BAN list or what is that. ...
1
vote
1answer
12 views

sending mail from php: 2 received entrys with phpmailer

Hi I tried to send an email over phpmailer. I take phpmailer to send it over smtp. Every customer have by us have an owne ip. I sent an test email and I see that there was two "received" entrys in the ...
0
votes
1answer
28 views

Send image attachment using phpmailer

i'm using this code to upload and attach an image through a form, and send it to a mail (as html not as smtp). once i enter this (the code) page in the web, i can see the output just fine, i can ...
0
votes
0answers
13 views

Microsoft Smart Screen classifies e-mails that sent from my server as junk

Microsoft Smart Screen classifies e-mails that sent from my server as junk so all e-mails are shown in Junk folder in Outlook. I've created a SPF record using this url But it stills listed in Junk. ...
0
votes
0answers
8 views

phpmailer send mail with mailed-by as behalf of another user

How can I send a mail from my domain user, and the received mail will display another email address? I have tried with setting From field and the received mail still displayed my domain mail. For ...
1
vote
0answers
22 views

PHP mailer error : failed to open stream: No such file or directory

Hello there I receive following error while try to upload file using php mailer. move_uploaded_file(C:/inetpub/vhosts/yoursite.com/httpdocs/userfiles/resumes/5007story1.pdf) ...
0
votes
1answer
23 views

PHPMailer or wp_mail integration to Plugin - Or Alternative? Contact Submit to send two seperate emails with attachments

I have tried for days to merge a piece of PHPMailer code that works great into a WordPress plugin with zero success. I am happy to go down another route as long as it achieves the goal of sending two ...
-1
votes
2answers
35 views

Send Sign Up Form Results to Email Address Via PHP [closed]

I have a question about PHP email function, I hope you can help me with this. I have little to no experience in PHP. Ive set up a web page, where users can submit following info via the HTML form: ...
1
vote
1answer
27 views

No Response from Send() function when using PHPMailer

I am using PHPMailer to send email using a contact form on my web page. I am using the code $msg = $mail->Send(); echo $msg; but nothing is printed out.. Obviously I have all my email/domain ...
0
votes
0answers
9 views

x-mailer header, phpmailer and spam filters

I am a newsletter plugin developer for WordPress (Knews). It uses phpmailer to send. One user has contacted with me about an issue: all his emails (sent through phpmailer) goes to spam. He has ...
0
votes
0answers
24 views

phpmailer external images don't show up

i'm using phpmailer to send html-templates. unfortunately external images don't show up on some email clients (e.g. thunderbird) (no its not the client. not flagged as spam and images enabled. also ...
0
votes
0answers
35 views

Strange characters in HTML mails on iOS

I'm using phpMailer in a WordPress plugin to send HTML mails. This works very well. But unfortunataly some users have these strange characters on german Umlauts and the   for instance. This ...
0
votes
0answers
12 views

PHPMailer Body gets truncated

I'm having some strange issues with PHPMailer. I'm trying to send some content which I generate with PHP in HTML and plain text, but the body gets truncated. What's even stranger is that this happens ...
0
votes
2answers
32 views

PHP and SMTP server

My simple code below: $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=UTF-8' . "\r\n"; $headers .= "From: info@mail.com \r\n"; $headers .= 'Bcc: test@mail.com' ...
0
votes
0answers
25 views

email analytics with smtp2go and phpmailer

I used PHPMailer and smtp2go to build a simple function that i can you to send emails , now how can i do analytics on emails , get the emails sent and the emails opened , bounced mails ? My function ...
0
votes
0answers
25 views

php mail doesn't worked when I'm run in cmd

here my code <?php $file = file("list_email.txt"); $file = array_unique(str_replace(array("\n", "\r", "\r\n"), "", $file)); $subject = 'judulle'; $message = 'pesane'; $header = 'From: ...
0
votes
0answers
36 views

SMTP PHPMailer > Hotmail junk

I've been googling and trying different solutions for hours. It works fine with GMail and Yahoo, but with Hotmail, it goes to the junk folder. This is my code: $sender = "xxx"; $sendername = "xxx"; ...
-1
votes
2answers
40 views

Sending replies using PHP mailer [closed]

I used the PHP mailer class to send an email to a particular user when he posts something on his profile page in my system. It went smooth. In my system other users can comment on that post which is ...
0
votes
1answer
13 views

PHPMailer AddAttachment remote file

$remote_path = 'http://bucket.s3.amazonaws.com/whatever.txt'; $mail->AddAttachment($remote_path); This doesn't work because PHPMailer wants a local file, or binary data. It tried this too: $data ...
0
votes
0answers
40 views

not even with mail or phpmailer can send mails

Hy !! i have a big problem, i have an Ubuntu 10.10 with php 5.3.2, I use phpmailer to send mails and the function works like a month ago. But know, it just said, SendEmail with the php mail, or with ...
0
votes
0answers
43 views

phpmailer error on from email, PHP email

Ok I've been knocking my head against a wall, more for the overall problem of send an email thru PHP while specifying a mail server... The solution I've made it the furthest with is phpmailer. If ...
-1
votes
0answers
12 views

AddAttachment not working for phpmailer

Below is my code if i comment the addattachment part then mail works fine. I want to send a pdf as attachment with my mail. Please help asap. ...
0
votes
0answers
35 views

SMTP Error: Could not authenticate

PHPmailer is showing this error while i send out an email: SMTP Error: Could not authenticate. Message could not be sent. Mailer Error: SMTP Error: Could not authenticate. What can I do?
0
votes
0answers
23 views

PHPMailer missing data from imap append hotfix

I read online that I can use imap_append with phpmailer by changing two member variables, MIMEHeader,MIMEBody to public members and appending them as the content string. The sending works absolutely ...
0
votes
0answers
27 views

Attachments to multiple email [duplicate]

I am trying to send emails to multiple recipients with respective pdf files attached. I was successful with sending emails to multiple recipients but the attachment sent to the recipients were all ...
-1
votes
2answers
49 views

Multiple sending of email with attachment - repost

I am re-posting this because no one answered my previous post. I am trying to send emails to multiple recipients with respective pdf files attached. I was successful with sending emails to multiple ...
0
votes
1answer
33 views

Error When Sending E-mail using SwftMailer

$transport = Swift_SmtpTransport::newInstance('smtp.gmail.com', 465, "ssl") ->setUsername('username') ->setPassword('password'); $username = $_SESSION['username']; $from = ...
0
votes
2answers
72 views

phpMailer: Send emails to multiple recipients

I am trying to send emails to multiple recipients. So far, I was able to retrieve the email addresses in an array. But the mail function somehow does not accept the email addresses. Instead, it ...
0
votes
1answer
37 views

How do I AddAddress automatically in PHPmailer from form php info?

This has got to be a simple one, but I've been searching all over and nothing seems relevant to my problem: or i'm not able to interpret advice for others adequately. I'm getting the error "You must ...
1
vote
0answers
22 views

Symfony2 Swiftmailer check for settings

When I configure the swiftmailer settings I can't check if the settings are correct. Now I want to build a console function to check if the settings are correct. But does somebody know how to check ...
0
votes
2answers
41 views

mail() function not working - How to resolve it?

mail() function is not working on my server. I have used basic mail() code to know whether its the problem of script. Still it didn't send email. Somebody advised me to change the setting on my server ...
0
votes
1answer
46 views

PHPmailer can't connect to smtp server

I've been using PHPmailer (https://github.com/Synchro/PHPMailer) to send email through amazon SES for a few months. At some time in the last two weeks it has stopped working, and I haven't touched ...
0
votes
1answer
40 views

How to send email to multiple recipients by phpmail

I would like to know how to send email to multiple recipients by phpmailer while the email address is input by the user at the front-end rather than hard-code the address at the back-end. Please ...
0
votes
0answers
20 views

Add some code to my php script header to only allow one form to run it

I have a simple php script which runs behind an adobe pdf form. When the pdf form is completed, the user clicks submit. The PDF form is then saved to the server before being e-mailed to me. However, ...
0
votes
0answers
30 views

PHPLIST 2.10.19 not sending emails

We are using Exim 4.77, PHPLIST 2.10.19, CentOS release 6.3 (Final) We want to use SMTP (using Exim) so in the config.php we have set: define("PHPMAILER",1); define("PHPMAILERHOST",'localhost'); ...
0
votes
0answers
34 views

php mailer will send mail but not include content

This mailer works with go daddy but I cant get it too work with a home server. It will send the mail and shows up in the inbox but not the content. I think it has to do with using $body tag but I am ...
-1
votes
2answers
96 views

mail delivered as spam - phpmailer, how to avoid

I know that in first look many users mark this question as duplicate, but after reading more than 10 question I did not get any satisfactory answer, almost all question has answers having words like ...
0
votes
1answer
34 views

PHPMailer not sending from smtp host

I'm using PHPMailer and I set it up to use SMTP for sending emails. The problem is, it's not connecting to the SMTP server but instead its trying to send mail from the hosting server. Heres the code ...
0
votes
0answers
34 views

Sending contents of a php file (dynamically loaded using Jquery load method) using PHPMailer

This is my first question on this community. However I have been using it from a long time for any technical difficulties and It's been a great help. Anyway my question is: I am loading content in ...
0
votes
0answers
38 views

Timeout when calling $mail->anyparameter with PHPMailer

as subject, I am trying to sending email with PHPMailer. But strangely, examples from PHPMailer only works on XAMPP Windows but not XAMPP Linux. I did not modify complex settings, the settings I ...
1
vote
1answer
46 views

Attaching a PDF on the fly using mPDF and PHPmailer

I'm using mPDF to generate PDF's when a button is clicked. I am looking for a way to add the PDF to an attachment using PHPmailer. Here is what I've tried: $mpdf = new mPDF(); ...
0
votes
0answers
41 views

PHPMailer Feedback Email

I've made a form for potential clients to fill in to get a estimated quote via email. I receive the emails fine and everything works the way I want it to. I also have jQuery validation, I won't ...
1
vote
2answers
58 views

Sending PHP emails via gmail account having non gmail domain

I have been trying to send PHP emails via gmail account having non gmail domain but the email address is registered at gmail.com. The emails are not going via this account but when I give an account ...
0
votes
0answers
28 views

PHP Mailer and attachments

I am trying to send and recieve travel confirmation emails to worldmate's email parser. What it does is it parses travel info out of a confirmation email from an airline or travel site such as ...
1
vote
3answers
75 views

What's the best way, in this situation, to structure and action/generate two different emails from one form submit button via PHP Mailer?

Educate me :) I have a simple HTML form consisting of 3 fields: name, email and message. I have created below some PHP code which will act as an auto-responder to the email address entered into the ...
1
vote
1answer
125 views

Contact Form with PHPMailer

I have a very simple form consisting of: Name Email Message I am using PHPMailer to send the form because I also want it to include an attachment (PDF) which sits on the server. I have gotten the ...
-1
votes
0answers
23 views

PHPmailer : How to omit the useless smtp details

HI whenever i send an email using phpmailer.php it gives below info: SMTP -> FROM SERVER:220 smtp.gmail.com ESMTP SMTP -> FROM SERVER: 250-ip-10-74-74-213 250-PIPELINING 250-SIZE 10240000 ...
1
vote
4answers
68 views

Textarea new line for sending an email using php

I'm using PHPMailer for sending mail and I have textarea for the body of mail.So when I write text I need to new line but when I new line it dose not work when the text rich to the mail, it still show ...
1
vote
2answers
82 views

Send mails using PHPmail function but with multiple accounts

I have database of 1000 members, which contains email ids of users and had developed code for sending mails to all users in database using single administrator account - the administrator logins were ...
0
votes
3answers
106 views

Using phpmailer to send to fake email addresses

I am working on a bulk email class for a project and am using Amazon's SES smtp via phpmailer. I am trying to figure out a way to test sending multiple emails without getting blacklisted, spam ...

1 2 3 4 5 15