I am working on nopcommerce (version 3.60) message template i have put image and give also proper path to image location. Mail is sent properly but its not display image in gmail,yahoo. i have configure my mail template like below
<p><img src="http://example.org/Content/Images/logo (2).png" alt="" width="173" height="86" /></p>
<p><a href="%Store.URL%">%Store.Name%</a><br /> <br /> To activate your account <a href="%Customer.AccountActivationURL%">click here</a>. <br /> <br /> %Store.Name%</p>
Is any configuration missing please tell me. and also is gmail or yahoo denied image to be display in mail for security?
Thank you in Advance.