Question :   in Email

I have written a small procedure to send emails to the customer using Oracle 10g.

The message typed by the user sometime contains several spaces which are truncated by email programs automatically. E.g.

Dear Customer  Date

will becom

Dear Customer Date

Therefore I replace all spaces with  

Now MS Outlook shows the email with proper spaces but Yahoo shows "  " instead of spaces.
How I make Yahoo understand to replace    with spaces?

Answer :   in Email

"But even if I set my Yahoo to display HTML messages, I cannot request all of my clients to do so?"

That is the fundamental problem with specially formatted emails.

You can't use HTML (or any  special formatting other than plain text) unless you can force all clients to display it.

Based on your description of the problem, it looks like some of your clients are displaying your email as html anyway ,which will truncate the spaces as you've described.
And you can't control that either.

You should be able to "hint" to them by wrapping your text in properly labeled mime blocks,  try  'text/plain'
your spaces should be rendered as spaces then.

Random Solutions  
 
programming4us programming4us