Hello, I am trying to personalize the administrator and client mail with some images. In the configuration they are added correctly but at the moment the mail is sent, the error appears: The linked image cannot be displayed
I have configured the following html code in the "form options" section of the form itself:
<p><img src="images/EVENTOS/logo_gris.png" alt="logo gris" width="1500" height="70" style="display: block; margin-left: auto; margin-right: auto ;" /></p>
<p style="text-align: center;">Hello {Name:value}, </p>
<p style="text-align: center;">you have contacted us with the following data:</p>
<p style="text-align: center;"> {Email:value}</p>
<p style="text-align: center;">{Subject:value}</p>
<p style="text-align: center;">{Message:value}</p>
<p style="text-align: center;"> </p>
<p style="text-align: center;">We will contact you as soon as possible. </p>
<p> </p>
<p><img src="images/logomontsant.png" alt="logomontsant" width="193" height="117" /></p>