PHP Classes

Unwanted space between charachters

Recommend this page to a friend!

      MIME E-mail message sending  >  MIME E-mail message sending package blog  >  How Can PHP Send Emai...  >  All threads  >  Unwanted space between charachters  >  (Un) Subscribe thread alerts  
Subject:Unwanted space between charachters
Summary:A blank character splits long "words"
Messages:4
Author:Achilles Mar
Date:2010-04-28 08:09:02
Update:2010-04-28 21:45:22
 

  1. Unwanted space between charachters   Reply   Report abuse  
Picture of Achilles Mar Achilles Mar - 2010-04-28 08:09:03
Hi.
I have been using this script for a long time and I am very glad to have found it.
I have a small problem though...
I too often find a black character (a space) almost randomly inserted in some positions in my email between characters. This can be very annoying when the blank character gets into a url cause it destroys it.

Does anyone have the same problem?

  2. Re: Unwanted space between charachters   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-04-28 08:35:35 - In reply to message 1 from Achilles Mar
Can you provide a sample message so I can see what blank character you mean?

  3. Re: Unwanted space between charachters   Reply   Report abuse  
Picture of Achilles Mar Achilles Mar - 2010-04-28 08:53:03 - In reply to message 2 from Manuel Lemos
My latest example is this:
At the bottom of my email I have a footer with a link to unsubscribe. I have hidden the domain.


<a href="http://www.domaim.gr/el/deleteemail/?email=amar@domain.gr" target="_blank">http://www.domaim.gr/el/<wbr>deleteemail/?email=amar@<wbr>domain.gr</a>


As you can see a have a "<wbr>" spoiling my url. I can see this with view source in my gmail where I check my emails.
This has happened a lot of times in the past with other emails.
It's like the email is splitted into many parts ignoring if it is splits a word into it's middle.

  4. Re: Unwanted space between charachters   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-04-28 21:45:22 - In reply to message 3 from Achilles Mar
The MIME message class does not insert any spaces. Are you sure those spaces are not inserted for some reason by your script?

I would need to see a small example script that you are using to send messages that arrive like this.