Send Email Using Classic ASP with an Embeded Image
        Posted  
        
            by Khilen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Khilen
        
        
        
        Published on 2010-04-07T10:06:49Z
        Indexed on 
            2010/04/07
            10:13 UTC
        
        
        Read the original article
        Hit count: 299
        
hi
i am making NewsLetter using the wysiwyg Editor.. it allows me to upload the Image Path
and Image Path is stored in the Upload Directory..
Not When i retrieve that Image using  it works in website..
the editor's value is stored in database 
example
<br> hi
<img src="upload/acb.gif">
<br>
Hello
i am sending Email and the detail of this email is received from database and this detail is sent to visitor
he is gettion all text value but not able to see Image
so suggest me what to do..?
© Stack Overflow or respective owner