html-email

HTML Email : td with triangle to the left side

↘锁芯ラ 提交于 2020-01-21 12:15:12
问题 Rather than having separate td for triangle , I would like to make the content td with left arrow triangle. Just like in the image. <table> <tr> <td width="2%" align="center" valign="middle" style="mso-table-rspace: 0pt;mso-table-lspace:0pt;border-collapse: collapse;text-transform: uppercase;font-family: 'open sans', arial, sans-serif;font-weight: 500;font-size: 18px;letter-spacing: 0px;padding-left: 70px;padding-top: 10px;"> <p style="width: 0;height: 0;border-style: solid;border-width: 5px

Getting @font-face to work in html email

时光怂恿深爱的人放手 提交于 2020-01-17 07:26:46
问题 I'm using @font-face to display a typeface I have bought and am self-hosting. It works fine on Apple devices, but in some versions of Outlook and Android my text is not displayed at - just a big blank space where the text content should be. Here is my code: <head> <style type="text/css"> @media screen { @font-face { font-family: 'ElenaWebBasic'; src: url('https://www.xyz.co.uk/webfonts/ElenaWebBasicBold/ElenaWebBasicBold.eot'); src: url('https://www.xyz.co.uk/webfonts/ElenaWebBasicBold

How to make html email responsive in gmail?

对着背影说爱祢 提交于 2020-01-17 05:32:12
问题 I've built an html email which is perfect in yahoo but not in gmail. As gmail does not support header style how will i add media query. But I got many email which are responsive in gmail mobile. How they made that? what's the way? 回答1: Build the email to fit gmail app first and then use media queries and conditional code to make it work in everything else. Mobile first design is the only way to make a responsive email in gmail app - see great example here 回答2: Hybrid Design achieves a

Form in HTML Email Not Posting Data

不羁岁月 提交于 2020-01-15 09:34:05
问题 I have this question about why my form is not posting data to my PHP script. To unsubscribe from an emailing list I've set up, I send the user that has unsubscribed an email with a form that posts some data. <html> <body> <div> <p>This is a confirmation message to confirm that you unsubscribed from the sci-eng email list.</p> <p>Click on the button below to confirm your unsubscription.</p> <form id="unsubform"> <div class="form-in"> <input type="hidden" id="emailkey" name="emailkey" value=

EWS Managed API - Save Draft with inline Images

守給你的承諾、 提交于 2020-01-15 06:07:46
问题 I am trying to create emails for my users using EWS Managed API 1.1, and need to use email templates our designers have created. I was able to successfully attach image ( say header.png ) and add an image tag like this ( using cid: before the image name ) in the html body. <img width=683 height=27 src="cid:header.png" alt="Header"> This works when I use msg.SendAndSaveCopy() method. It renders perfectly fine in both Sent Mail folder and the recipients inbox. However it is not working when I

Getting Rid of Table Borders in HTML Emails

梦想的初衷 提交于 2020-01-13 10:37:23
问题 I'm working on an HTML email campaign (no CSS allowed) so I'm forced to use tables, something I'm not super familiar with. I've got everything looking right EXCEPT the table borders. Whenever I create a new <tr> I cannot for the life of me get rid of the inner border around the content. I have tried a few tricks ( border="0px" , bordercolor="white" , bordercolor="#ffffff" , etc), but whenever I send a test message, the borders still show up black around my text and images. This is really

Getting Rid of Table Borders in HTML Emails

亡梦爱人 提交于 2020-01-13 10:37:10
问题 I'm working on an HTML email campaign (no CSS allowed) so I'm forced to use tables, something I'm not super familiar with. I've got everything looking right EXCEPT the table borders. Whenever I create a new <tr> I cannot for the life of me get rid of the inner border around the content. I have tried a few tricks ( border="0px" , bordercolor="white" , bordercolor="#ffffff" , etc), but whenever I send a test message, the borders still show up black around my text and images. This is really

PHP displaying html email in a html page

时间秒杀一切 提交于 2020-01-11 04:59:13
问题 I'm building an PHP email mailbox script. How would I make html emails display cleanly as they do in gmail/hotmail. If I just echo it out it affects the whole page layout. I could use iframes but surely that isn't the best solution. 回答1: As Marc B stated, I believe an IFrame would be your best bet... but please realize that if you just dump any email HTML code you risk exposing yourself to viruses, Trojans, and malicious HTML/JavaScript code - Your opening Pandora's box on your computer

HTML embedded image in the email not displayed

前提是你 提交于 2020-01-07 06:13:49
问题 This is the first time I am writing power shell scripting, I am trying to automatically send email reports to our users. I am creating outlook object and trying to use it. $Text --> "<br /><font face='Arial'><b><i>For Full Interactive Viewing <a href=http://www.google.com>Click Here</a></i></b></font><br/>" $MessageImages --> <br/><img src='C:\MyImages\Volume.png'/><br/><br/><hr><br/><img src='C:\MyImages\Value.png'/><br/><br/><hr><br/><hr> $FinalText = $Text+$MessageImages Now, I am creating

Outlook web responsive email

孤人 提交于 2020-01-07 03:13:06
问题 Responsive Email Template doesn't show buttons and footer isn't aligned properly on outlook web. Attached is the code and screen shot of the result in outlook web and the desired output as displayed in gmail web. I need help in fixing it for outlook. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name=