I have a scenario where we send an email to the user end includes clients logo image. And we have two servers containing same image to both locations. How I can refer two image tags under HTML page?
Two server locations : https://server1/dir/image https://server1/dir/image
Below is current tag we are using... https://server1/dir/image" width=\"148\" height=\"auto\" alt=\"logo\">
If one server goes down it may lead to miss the client's logo under an email message body.
Could you please guide me on this part how we can refer to different servers for image path under the same tag.