Thanks Michael,

I have already tried it but no results. I think somewhere in the 
execution of mail function it is happening. Basically I am trying to 
send new products introduction in newsletter email. I am sending 
produt's Images in the newsletter. I have "Preview" button where I 
can view newsletter email. There is no problem in Preview.I can see  
White spaces in images names but after sending emails in my inbox 
there is + sign in image name and I can not view images in email 
because of + sign.

Is there anything I have to set in php.ini or anything else?

  

--- In php-list@yahoogroups.com, Michael Sullivan <[EMAIL PROTECTED]> 
wrote:
>
> On Sun, 2006-07-02 at 13:22 +0000, Mian Waqas wrote:
> > Dear Friends,
> > 
> > I am trying to send image URLs in email. Some images have white 
space 
> > between their name like "blue color.jpg". While sending emails 
server 
> > converts white space into + sign. In the email I receive image 
name 
> > as "blue+color.jpg". I have also tried to use urldecode function 
but 
> > the problem still exist. What should I do? I want to receive 
image 
> > name as "blue color.jpg".
> > 
> > Thanks,
> > 
> > Waqas 
> 
> I assume that your script is creating the email and sending it to 
you.
> Couldn't you just parse the filename for '+' and replace all 
occurences
> with ' '?
>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to