Share

PHPMailer

Code

Programming Languages: PHP

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2009-05-25 svn co https://phpmailer.svn.sourceforge.net/svnroot/phpmailer phpmailer

Show:

What's happening?

  • Log mail to a file

    Hey all, I've been using PHPMailer for quite some time, and thought it was more than appropriate that I gave back a bit. You can use this patch to enable a new "Method" for "sending" the emails. This basically allows you to log the contents of the email. This is particularly useful for Unit Testing PHPMailer or if you're developing on a Windows environment and don't want to setup some real...

    2009-11-05 12:17:21 UTC by pragone

  • PHPMailer-BMH tar bomb!

    Just downloaded PHPMailer-BMH_v5.0.0.tar.gz and extracted it to discover that all files are extracted to the same directory as the archive. Plea to developers - please could you follow commonly accepted packaging conventions and put the files in a sub-directory. http://en.wikipedia.org/wiki/Tar_(file_format)#Tarbomb.

    2009-11-04 12:08:38 UTC by senyahnoj

  • Form submitted but no email is sent.

    I'm using PHPMAILER FE v4.0.5 installed on Linux server to send my contact page. Unfortunately the form never gets delivered to the email account. I get the default phpmailerThank You page upon submittal, at the top of the page it says it is processing and it never returns. Please provide some insight as to what possibly is the problem? Additionally, if you can tell me how to enable the...

    2009-11-03 01:04:11 UTC by mhmcrae

  • DKIM_Add doesn't work on OS X / Linux

    The function DKIM_Add() has an error when running on OS X (I assume all Linux based system) in line $headers = explode("\r\n",$headers_line); On Mac instead of using "\r\n" it should be "\n".

    2009-10-30 17:32:51 UTC by nobody

  • error

    SMTP -> FROM SERVER:220 mx.google.com ESMTP 20sm357488yxe.2 SMTP -> FROM SERVER: 250-mx.google.com at your service, [myip address] 250-SIZE 35651584 250-8BITMIME 250-STARTTLS 250-ENHANCEDSTATUSCODES 250 PIPELINING SMTP -> FROM SERVER:220 2.0.0 Ready to start TLS.

    2009-10-28 09:12:04 UTC by ovonelmonk

  • Regexp in the source (ver 5.1)

    PHPMailer Lite version 5.1, line 1484 and non-lite line 1723: $encoded = preg_replace('/[\r\n]*/', '', $str); I think this should be: $encoded = preg_replace('/[\r\n]+/', '', $str); I also think it would take less resources to use str_replace() instead of regexp where it is possible (here and other places): $encoded=str_replace(array("\r","\n"),'',$str);.

    2009-10-27 13:16:58 UTC by bjorn_se

  • Followup: RE: Problem with embended images.

    It's the wronng content type in the AddEmbeddedImage() function. Use 'image/jpeg' 'image/gif' 'image/png' instead.

    2009-10-23 22:59:54 UTC by rhorbas

  • Error exeptions slienced

    Hello all, This may not be a bug, but's irritating. In my project, I am using error exception handler to handle all php errors/warnings/notifications as exceptions. Newest version of phpmailer catches only phpmailer_exeption exeptions, silencing others (such as builtin ErrorException). Because of it, I've spent a lot of time searching for an error, which occured to be missing '/'. My...

    2009-10-23 11:53:06 UTC by kirtanloor

  • 501 Syntax Error: Unbalanced angle brackets

    Hello, within my local WAMP I get following error message in ArGosoft Mail Server (the same in Hamster): [SMTP 000000 23-10-2009 09:08:06] RCPT TO:<xxx <loc@127.0.0.1>> [SMTP 000000 23-10-2009 09:08:06] 501 Syntax Error: Unbalanced angle brackets ... by using this syntax: $mail->AddAddress("loc@127.0.0.1", "xxx"); This problem doesn't...

    2009-10-23 07:29:58 UTC by mtemp

  • Comment: Deprecated: Function set_magic_quotes_runtime()

    I spent quite some time on this one. I'm using a custom error function and running on E_STRICT. I had to debug almost line by line to find the culprit. I just commented out the offending lines. Attaching patch #2884418 Best, Rubén.

    2009-10-23 03:05:43 UTC by http://bitacoreando.com/openid/

Our Numbers