4
votes
4answers
1k views
PhpMailer vs. Swiftmailer?
I'm building a fairly simple php script that will need to send some emails with attachments. I've found these 2 libraries to do this. Does either one have significant advantages over the other? Or …
2
votes
4answers
394 views
Where is the phpMailer php class equivalent for Python?
Hi guys, i'm new with python..
Actually, i'm trying to send featured email with python: html body, text alternative body, and attachment.
So, i've found this tutorial and adapted it with the gmail …
2
votes
2answers
742 views
PHP Send mail error
Please help me I am New in PHP and since last 5 Hours i am try to semd mail and now really tired. Thanks.
Here is my code. I am using Gmail account.
include("class.phpmailer.php");
…
1
vote
2answers
45 views
PHP Command-line script exits on false
I am running a loop script in PHP command line, which send out emails to customers using PHPMailer. The problem I am receiving is that the command line script exits when the PHPMailer returns a false.
…
1
vote
2answers
31 views
PHP Mailer - Attachments not sending properly.
When I send a message with a string attachment, the string attachment when opened only gives a 1 and in the email sorce it says
--b1_5a1a74831dfa0ce86353d222b95078c6
Content-Type: text/html; …
1
vote
2answers
28 views
problem with phpmailer
I'm sending email with phpmailer, everything is fine but when I recieve the email in the
part that has email from, I get Webmaster as I set it and in brackets I get the full googlemail email address. …
1
vote
1answer
122 views
PHPMailer Content-Transfer-Encoding
If i send any mails with Content-Transfer-Encoding - 8bitm those mails will be send with Content-Transfer-Encoding: Quoted Printable!
I can't find any solution for this, and it's getting frustating.
1
vote
3answers
359 views
PHPMailer: sending email…ask for a receipt?
I am going to create a script that sends out an email. I am currently using PHPMailer. I have been told that they would like the email to request a receipt from the user indicating they read it. (like …
1
vote
3answers
313 views
How do I use PHPMailer? Can’t find a simple decent tutorial online!
Hi there,
I'm trying to send out a Plain/HTML multipart email out and I'm currently using PHP's mail() function. Many people have recommended PHPMailer so I thought I'd give it a go.
However, as …
1
vote
4answers
2k views
Problem with SMTP authentication in PHP using PHPMailer, with Pear Mail works
Hi,
I´m having trouble sending a e-mail with the PHPMailer class, but it works with PEAR Mail::factory.
I guess the problem is with the SMTP authentication, but I couldn´t find the problem.
The …
1
vote
1answer
736 views
Whats the correct way to embed images PHPMailer with an HTML email?
I want to send an Newsletter with PHPMAiler. The newsletter does work, but I'm wondering if there is a better option to do this.
What I have is.
HTML Page
Images
Now my code looks as follows
…
1
vote
1answer
385 views
GMail SMTP to send mail, receiving error (4.7.0), but mail is sent!
I am using GMail SMTP server to send mails.
And PHPMailer as the mail sending script.
I have received this error (I log all SMTP errors, that is whenever, PHPMailer::Send fails): -
SMTP Error: Data …
1
vote
11answers
969 views
How can I send html mails with included CSS with PHPmailer?
Hi all,
I have problem with sending HTML mails with PHPmailer. I make Smarty template and I got all the HTML code from it but when I send mail, I got the mail witouth included CSS (it's only …
0
votes
3answers
33 views
PHP mailer error
I tried to use php mailer but errors as follows.
SMTP -> FROM SERVER:
SMTP -> FROM SERVER:
SMTP -> ERROR: EHLO not accepted from server:
SMTP -> FROM SERVER:
SMTP -> ERROR: HELO not …
0
votes
1answer
40 views
phpmailer with hotmail?
I'm trying to send emails from my server by a PHP script. I used to send it by a native php function mail and everything worked OK. Here's the code I used:
$to = $sMail;<br>
$subject = …
