0

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.

Tim Lehner
  • 14,813
  • 4
  • 59
  • 76
Sheraz
  • 71
  • 1
  • 1
  • 7

1 Answers1

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