All Questions
Tagged with html-email image
91 questions
0
votes
1
answer
52
views
Opening an HTML via WinWord does not preserve the background image
The general idea is simple, I want to open an HTML file with ms-Word, An preserve the background image
However, i don't know if i need to aproach from the HTML , CSS, or has something to do with the ...
0
votes
0
answers
56
views
Overlaying text on an image in an email from javascript
I have a form that submits email contact information and a message. I am trying to format the email in javascript and submit for sending. The message is inserted into the html in javascript and then ...
0
votes
1
answer
128
views
Adjusting resolution of Outlook 2016 mail signature images from 4K desktop for lower resolutions desktops
After days of struggle I'm posting question, I'm trying to adjust resolution of Outlook 2016 mail signature images from 4K desktop mail signature for lower resolutions desktops like 2560 x 1440.
Mail ...
0
votes
2
answers
2k
views
Base64 external email Images are displaying with Orange outline in outlook desktop app
I want to send email to users by embedding base64 images. The images are rendered properly in outlook when opened from browser and outlook desktop app opened in safe mode. But the same image when ...
0
votes
0
answers
168
views
Keep default width on mobile
i am trying to keep the original default width for mj-body on mobile view as well, because i calculate my image's width based on screen width and its width in percentage value so i need the screen ...
0
votes
1
answer
427
views
why others recipients are not able to see the image from my html? using win32 python
Hello guys i'm tryng to send an image in my html, when im testing sending it to myself is working fine But, if try to send to other recepients they don't receive it how can i fix that:
any suggestion, ...
0
votes
0
answers
959
views
HTML Mail linked image not showing in IOS Mail App
Hello guys I ran into a HTML Mail problem. I created a HTML Email Template which I am using for my app. Now the problem is that when linking the image from my server it does show the image on gmails ...
0
votes
0
answers
56
views
Ensure image in HTML email is considered safe by Apple
We are sending bulk emails through a 3rd party provider and any template that has an <img> element in it is being bounced back by Apple (to me.com and icloud.com addresses)
Through a process of ...
0
votes
1
answer
271
views
php open link with image in the same window
I am opening a link with an image, but I want to ensure that the link always opens in the same page, here is my code
echo "<a href=\"/mysite.com/$directory/$dir/$line\"><img ...
0
votes
0
answers
150
views
Position an image on top of 2 backgrounds on html email
I'm having a trouble to position an image on top og 2 different backgrounds on html email.
web view is fine but for emails it's not. I need this code to preforme on all email clients.
here is the ...
1
vote
1
answer
1k
views
Different behaviors of embedded images between Gmail and Outlook
I'm trying to send an email with an embedded image using generated HTML in the backend,
and I see that every email client is behaving differently.
Outlook only supports base64 format, and Gmail ...
0
votes
2
answers
2k
views
I'm not able to add an image in email body using email.message in python
import smtplib
import email.message
def sent_email(From,email,passw):
body = f"""
<p>Text blabla </p>
<img src="image_name.jpg" alt="loading ...
1
vote
1
answer
1k
views
How to embed non hosted images into an email signature HTML
I need to embed images into an email signature, the images arent hosted on a website but I can't just reference images from a folder as this needs to work for 50 people. I've tried using URI for base ...
2
votes
1
answer
738
views
Email template not keeping image inline in Outlook
Trying to get the icons to appear to the right of the header text. Cannot use <li>. My solution works everywhere except in the Outlook email client. Any help is appreciated.
Desired Output:
...
1
vote
1
answer
150
views
Is there a way to hide blocked html images in Email Newsletters/Signatures?
Ive created an email signature with a few images. Most email programs block these or ask for permission. In this case the Images are displayed by a blank box. Is there a way to get rid of said boxes ...