|
| Send email using DHTML Editing Control IE5 |
 |
Tue, 1 Apr 2008 18:24:31 +0000 |
Hi all, I am using VS 2005 with C# and DHTML Editing Control in order to develop
system to send emails for clients.
The system allows the users to load images into DHTML Editing Control to send
them with emails.
Every thing is fine and the emails sent successfully. However, the images
don’t appear on the body of email because the SRC for images not found on the
PCs that receives the emails.
Most surprising, when I send emails from MS-Outlook it keeps the image and the
distention PC can view it.
I would highly appreciate it if anyone can help to avoid this problem.
|
| Post Reply
|
| Re: Send email using DHTML Editing Control IE5 |
 |
Thu, 3 Apr 2008 09:48:35 +0000 |
Hi,
If the image of email body links to external website, this image won't appear
when viewing this email off line or some other reasons, such as security.
To avoid this, you can add the image as attachment in the header of message and
call it from the HTML section of the body.
For more information, see
http://blog.devexperience.net/en/12/Send_an_Email_in_CSharp_with_Inline_attachme
nts.aspx.
I hope this helps.
|
| Post Reply
|
| Re: Send email using DHTML Editing Control IE5 |
 |
Thu, 3 Apr 2008 10:43:58 +0000 |
Hi Thomas,
Thanks for replying.
This is a good example but it can't help me because I use DHTML Editing Control
and I can't recognize the number of IMG that the user inserts it inside DHTML
Control.
Like MS-Outlook you can insert more than one IMG and send them with email.
Best Regards
|
| Post Reply
|
| Re: Send email using DHTML Editing Control IE5 |
 |
Fri, 4 Apr 2008 09:14:22 +0000 |
Hi,
Thanks for your response. In MS-Outlook, the image is also treated as
attachment. You can right click the email and view source on the OutLook 2007.
To send the Image files with email, we need to add the image as an attachment.
In your case, you can try to get the image from result of DHTML Editing Control
and add the image to attachment on the server just following the link above.
I hope this helps.
|
| Post Reply
|
| Re: Send email using DHTML Editing Control IE5 |
 |
Sun, 6 Apr 2008 11:43:40 +0000 |
Hi,
Thanks for your response.
Thomas Sun – MSFT:
we need to add the image as an attachment. In your case, you can try to get the
image from result of DHTML Editing Control and add the image to attachment on
the server just following the link above.
Such a good idea, and I found the following address
http://69.10.233.10/KB/IP/embedemailimages.aspx and has helped me to accomplish
my task
Thanks very mach Thomas for give me the idea
Best Regards
|
| Post Reply
|
|
|
|
|
|
|
|
|
|