i am sending email using my mailing software in PHP.
My Application has a form for user input about
- From(textfield)
- Subject(textfield)
- Body(TextArea).
User can enter complete html page in body textarea.
When i submit this form and receive from, subject and body values
on next page. I face problem while getting html of body if it contains
double quotes.For example it does'nt display images properly and has
problems with links in html of body text.
Images are not displayed. When i view the path of image by right clicking on
image.it displays wrong path
for examples. If i gave a path of image in html as follows
<img src="http://www.etaza.com/abc/shahana.jpg">
it displays it path as on local machine.
"http://localhost:90/"[url]http://www.etaza.com/abc/shahana.jpg[/url]"
and when i send mail to some mail account. it displays
http://mail.yahoo.com/"[url]http://www.etaza.com/abc/shahana.jpg[/url]"
so image not found on above path it did'nt display image in html.
Please suggest
Imran Ghani.