phpmailer

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 should I just pick one at random and be done with it? ...

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 background-color, font or something like that). In PHPmailer I set that the mail is HTML. Is there any way to send HTML mail with included CSS? T...

problems sending email to SMTP with PHPMailer

I get the following error log when trying to send a message through an Exchange server: SMTP -> get_lines(): $data was "" SMTP -> get_lines(): $str is "220 mail.borschow.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Tue, 7 Apr 2009 21:56:53 -0400 " SMTP -> get_lines(): $data is "220 mail.borschow.com Microsoft ESMT...

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"); //include("class.smtp.php"); // optional, gets called from within class.phpmailer.php if not already loaded $mail = new PHPMailer(); $bod...

PHPMailer and SMTP: Mail never shows up when sent from remote server, works fine on local machine.

I have a script that uses PHPMailer to send out an email. The email is sent with a direct SMTP connection to a remote mail server. The problem is that while everything seems to be okay when I run the script on my local machine, when the script is run on our live site using the same remote SMTP server the email never gets through. What...

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 authentication (tutorial found here) The code i have atm, is that: def createhtmlmail (html, text, subject): """Create a mime-message that ...

Unable to send mail through Google SMTP with PHPMailer

Hello, I'm trying to send out mail using Google's SMTP in combination with PHPMailer, but I can't get it to work. This is my code: $mail->IsSMTP(); $mail->Host = "smtp.gmail.com"; $mail->SMTPAuth = true; $mail->SMTPSecure = "ssl"; $mail->Username = "[email protected]"; $mail->Password = "**********"; $mail->Port = "465"; First I do n...

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 not accepted.<p>SMTP server error: 4.7.0 Temporary System Problem. Try again later (WS) But the mails is actually sent. (This I know by ...

Sending Plain text emails using PHPMailer

I have a problem sending plain text emails using PHPMailer. I have text that I read from a text file and mail it to mail recipient via PHPMailer When the recipient gets the actual email, the formatting of the mail is not like in the text file, everything is in one line, no new lines and tabs are included in the email that I send. Tex...

Attaching a file from FTP to PHPMailer class

Hey guys i am trying to automate my system at work for sending artwork to clients, i am trying to make it so i can upload my final artwork pdf files (which i done) then later on when i select to send them an email it will attach it and send it off. I have tried doing it this way $mail->AddAttachment('http://#######.com.au/artwork/14653/...

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 $mail = new PHPMailer(); //Adding the body $body = file_get_contents('template/index.htm'); $mail->Subject = "PHPMailer Test Subject via ma...

PHPMailer, AddStringAttachment and Data URI Scheme

I have converted the contents of a canvas element to data (URI Scheme) using toDataURL() ($contact_image_data) and I want to send this via email as an attachment. This is currently how I have PHPMailer set up: $contact_image_data="data:image/png;base64,iVBORw0KGgo[...]"; $filename="test.png"; $encoding = "base64"; $type = "image/png";...

Seeing "on Behalf of" in system generated emails

Hello, I use a PHP mailer with of my online programs and recently when I look in outlook I see '[email protected] on behalf of My Mailer [[email protected]]' when I receive emails from any of my domains. Previously the [email protected] was [email protected]: Return-path: <[email protected]> Received: fro...

Should I use php mail function or phpmailer?

Well, so far, I have been using php built in function, mail(), and I have no problems with it, even I sent a blast to 1000+ users. But then, lately I found this phpmailer, which is specially design to send email. Q1: Should I change to this phpmailer? Q2: What are the advantages of using phpmailer? Q3: I found other products on phpm...

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 code with problem is: <?php require("class.phpmailer.php"); $mail = new PHPMailer(); $mail->IsSMTP(); // set mailer to use SMTP $mail...

phpmailer error "Could not instantiate mail function"

I'm using the mail() basic example modified slightly for my user id and I'm getting the error "Mailer Error: Could not instantiate mail function" if I use the mail function - mail($to, $subject, $message, $headers); it works fine, though I'm having trouble sending html, which is why I'm trying PHPMailer. this is the code: $mail ...

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 everything seems to be nowadays, it appears very complicated. I downloaded it and it talks about installing it and configuring MySQL connectio...

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 what you often see in outlook). I have no clue if this is possible. Can anyone tell me if this is possible and if so how to do it? Thanks...

Mail not being sent when using phpmailer

I am using the following code to send mail to a smtp server . <?php // example on using PHPMailer with GMAIL include("PHPMailer/class.phpmailer.php"); include("PHPMailer/class.smtp.php"); // note, this is optional - gets called from main class if not already loaded $mail = new PHPMailer(); $mail->IsSMTP(); $mail->SMTPAuth...

PHPMailer problem connecting to smtp.mail.emea.microsoftonline.com

I'm getting the following error when trying to send an email from a web server running W2K server 2003 to smtp.mail.emea.microsoftonline.com SMTP -> FROM SERVER:220 smtp.mail.emea.microsoftonline.com Microsoft ESMTP MAIL Service ready at Thu, 8 Oct 2009 01:00:53 -0700 SMTP -> FROM SERVER: 250-smtp.mail.emea.microsoftonline.com Hello [...