Re: [PHP] PHPMailer inserting unwanted spaces

2006-01-04 Thread Curt Zirzow
On Tue, Jan 03, 2006 at 10:37:10AM -0700, Ren Fournier wrote:
 Actually, I can send the example messages but here is another  
 description of the same problem. (So PHPMailer is inserting line  
 breaks, not spaces�or something is...)
 
 http://sourceforge.net/tracker/index.php? 
 func=detailaid=1267539group_id=26031atid=385708

I've never seen phpmailer convert spaces into br's, the html I
give it is the html it sends. There probably is something wrong
with the html or how your using phpmailer.

In order to help with your issue, you'll have to provide a small
example of:
  1) The raw html you are using.
  2) the row email message that is delivered 


Curt.
-- 
cat .signature: No such file or directory

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHPMailer inserting unwanted spaces

2006-01-03 Thread René Fournier
Actually, I can send the example messages but here is another  
description of the same problem. (So PHPMailer is inserting line  
breaks, not spaces—or something is...)


http://sourceforge.net/tracker/index.php? 
func=detailaid=1267539group_id=26031atid=385708



On 30-Dec-05, at 5:37 AM, Lam Cheuk Hin wrote:


Can You Write The Strings/Text?

On 12/30/05, René Fournier [EMAIL PROTECTED] wrote:


Has anyone encountered this? I am composing an HTML email with
PHPMailer, and for some reason PHPMailer is inserted spaces
periodically, which breaks the formatting. I've looked through the
docs, but can only find a setting for Word Wrap (which is set to 0).

...Rene

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
lch2003


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHPMailer inserting unwanted spaces

2006-01-03 Thread Manuel Lemos

Hello,

on 01/03/2006 03:37 PM René Fournier said the following:
Actually, I can send the example messages but here is another  
description of the same problem. (So PHPMailer is inserting line  
breaks, not spaces—or something is...)


http://sourceforge.net/tracker/index.php? 
func=detailaid=1267539group_id=26031atid=385708


This sounds like wrong body encoding problem.

You may also want to try this other MIME e-mail message composing and 
sending class. It has been working well for many years to send HTML 
messages even with embedded images. Try the test_html_mail_message.php 
example and see if it works for you:


http://www.phpclasses.org/mimemessage


--

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHPMailer inserting unwanted spaces

2005-12-30 Thread Lam Cheuk Hin
Can You Write The Strings/Text?

On 12/30/05, René Fournier [EMAIL PROTECTED] wrote:

 Has anyone encountered this? I am composing an HTML email with
 PHPMailer, and for some reason PHPMailer is inserted spaces
 periodically, which breaks the formatting. I've looked through the
 docs, but can only find a setting for Word Wrap (which is set to 0).

 ...Rene

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




--
lch2003