i am working on a project in which am sending email to the user after registration. The problem is emails in all email clients are working perfectly except outlook.com (hotmail.com). The Logo at the top of email body is not showing, it only shows ALT text instead of image. Can anybody guide me how i can solve this issue.
Asked
Active
Viewed 1,628 times
0
-
How are you sending the email? what does the generated html look like? – Rowland Shaw Jun 27 '13 at 11:26
-
What is the HTML source? How is that image included? – Dmitry Streblechenko Jun 27 '13 at 13:50
1 Answers
0
I had a same problem. I used test url for my logo. It consists with ip and links to folder([http://my_ip/account/folder/images/new_logo.png]). Then I changed it to full domain url. It fixed my issue. I think it will help you also.

cha
- 730
- 2
- 12
- 28