Transactional Email The 2019 Stack Overflow Developer Survey Results Are InCreating a new transactional emailWhy my localhost dont send email transactional?Can't manually send transactional email?transactional email not triggeredmagento 2 captcha not rendering if I override layout xmlAdmin only version of transactional email?How to send a transactional email manuallyTransactional eMail variablesMagento2 - Localisation of transactional email footersTransactional Email Sender
How to display lines in a file like ls displays files in a directory?
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Did any laptop computers have a built-in 5 1/4 inch floppy drive?
"as much details as you can remember"
How do PCB vias affect signal quality?
Is it okay to consider publishing in my first year of PhD?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
Flight paths in orbit around Ceres?
ODD NUMBER in Cognitive Linguistics of WILLIAM CROFT and D. ALAN CRUSE
Can we generate random numbers using irrational numbers like π and e?
What is this sharp, curved notch on my knife for?
Are spiders unable to hurt humans, especially very small spiders?
Cooking pasta in a water boiler
Why doesn't UInt have a toDouble()?
Ubuntu Server install with full GUI
What do hard-Brexiteers want with respect to the Irish border?
Falsification in Math vs Science
Deal with toxic manager when you can't quit
Why “相同意思的词” is called “同义词” instead of "同意词"?
Mathematics of imaging the black hole
Worn-tile Scrabble
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Transactional Email
The 2019 Stack Overflow Developer Survey Results Are InCreating a new transactional emailWhy my localhost dont send email transactional?Can't manually send transactional email?transactional email not triggeredmagento 2 captcha not rendering if I override layout xmlAdmin only version of transactional email?How to send a transactional email manuallyTransactional eMail variablesMagento2 - Localisation of transactional email footersTransactional Email Sender
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Logo on transactional emails are showing default logo. I have tried your change in back end and file manager on c panel.
Anyone know what to do?
Below is taken from email template header. Is there any of it that I could change, to change the source of the logo?
<!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="viewport" content="initial-scale=1.0, width=device-width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<style type="text/css">
raw
css file="css/email.css"
</style>
</head>
<body>
inlinecss file="css/email-inline.css"
<!-- Begin wrapper table -->
<table class="wrapper" width="100%">
<tr>
<td class="wrapper-inner" align="center">
<table class="main" align="center">
<tr>
<td class="header">
<a class="logo" href="store url=""">
<img
if logo_width
width="var logo_width"
else
width="180"
/if
if logo_height
height="var logo_height"
else
height="52"
/if
src="var logo_url"
alt="var logo_alt"
border="0"
/>
</a>
</td>
</tr>
<tr>
<td class="main-content">
<!-- Begin Content -->
magento2 transactional-mail
add a comment |
Logo on transactional emails are showing default logo. I have tried your change in back end and file manager on c panel.
Anyone know what to do?
Below is taken from email template header. Is there any of it that I could change, to change the source of the logo?
<!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="viewport" content="initial-scale=1.0, width=device-width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<style type="text/css">
raw
css file="css/email.css"
</style>
</head>
<body>
inlinecss file="css/email-inline.css"
<!-- Begin wrapper table -->
<table class="wrapper" width="100%">
<tr>
<td class="wrapper-inner" align="center">
<table class="main" align="center">
<tr>
<td class="header">
<a class="logo" href="store url=""">
<img
if logo_width
width="var logo_width"
else
width="180"
/if
if logo_height
height="var logo_height"
else
height="52"
/if
src="var logo_url"
alt="var logo_alt"
border="0"
/>
</a>
</td>
</tr>
<tr>
<td class="main-content">
<!-- Begin Content -->
magento2 transactional-mail
Phil, Have u changed logo from Content > Design > Configuration>Transactional Email Then you need deploy static content
– Amit Bera♦
May 10 '17 at 15:51
mageplaza.com/kb/how-to-change-email-logo-magento-2.html
– Amit Bera♦
May 10 '17 at 15:53
Thanks for replying Amit Bera. When I save configuration after uploading image and then come back it shows as a broken link/image. How do deploy static content?
– user54030
May 10 '17 at 17:06
add a comment |
Logo on transactional emails are showing default logo. I have tried your change in back end and file manager on c panel.
Anyone know what to do?
Below is taken from email template header. Is there any of it that I could change, to change the source of the logo?
<!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="viewport" content="initial-scale=1.0, width=device-width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<style type="text/css">
raw
css file="css/email.css"
</style>
</head>
<body>
inlinecss file="css/email-inline.css"
<!-- Begin wrapper table -->
<table class="wrapper" width="100%">
<tr>
<td class="wrapper-inner" align="center">
<table class="main" align="center">
<tr>
<td class="header">
<a class="logo" href="store url=""">
<img
if logo_width
width="var logo_width"
else
width="180"
/if
if logo_height
height="var logo_height"
else
height="52"
/if
src="var logo_url"
alt="var logo_alt"
border="0"
/>
</a>
</td>
</tr>
<tr>
<td class="main-content">
<!-- Begin Content -->
magento2 transactional-mail
Logo on transactional emails are showing default logo. I have tried your change in back end and file manager on c panel.
Anyone know what to do?
Below is taken from email template header. Is there any of it that I could change, to change the source of the logo?
<!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="viewport" content="initial-scale=1.0, width=device-width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<style type="text/css">
raw
css file="css/email.css"
</style>
</head>
<body>
inlinecss file="css/email-inline.css"
<!-- Begin wrapper table -->
<table class="wrapper" width="100%">
<tr>
<td class="wrapper-inner" align="center">
<table class="main" align="center">
<tr>
<td class="header">
<a class="logo" href="store url=""">
<img
if logo_width
width="var logo_width"
else
width="180"
/if
if logo_height
height="var logo_height"
else
height="52"
/if
src="var logo_url"
alt="var logo_alt"
border="0"
/>
</a>
</td>
</tr>
<tr>
<td class="main-content">
<!-- Begin Content -->
magento2 transactional-mail
magento2 transactional-mail
edited yesterday
Muhammad Anas
550317
550317
asked May 10 '17 at 15:32
user54030user54030
61
61
Phil, Have u changed logo from Content > Design > Configuration>Transactional Email Then you need deploy static content
– Amit Bera♦
May 10 '17 at 15:51
mageplaza.com/kb/how-to-change-email-logo-magento-2.html
– Amit Bera♦
May 10 '17 at 15:53
Thanks for replying Amit Bera. When I save configuration after uploading image and then come back it shows as a broken link/image. How do deploy static content?
– user54030
May 10 '17 at 17:06
add a comment |
Phil, Have u changed logo from Content > Design > Configuration>Transactional Email Then you need deploy static content
– Amit Bera♦
May 10 '17 at 15:51
mageplaza.com/kb/how-to-change-email-logo-magento-2.html
– Amit Bera♦
May 10 '17 at 15:53
Thanks for replying Amit Bera. When I save configuration after uploading image and then come back it shows as a broken link/image. How do deploy static content?
– user54030
May 10 '17 at 17:06
Phil, Have u changed logo from Content > Design > Configuration>Transactional Email Then you need deploy static content
– Amit Bera♦
May 10 '17 at 15:51
Phil, Have u changed logo from Content > Design > Configuration>Transactional Email Then you need deploy static content
– Amit Bera♦
May 10 '17 at 15:51
mageplaza.com/kb/how-to-change-email-logo-magento-2.html
– Amit Bera♦
May 10 '17 at 15:53
mageplaza.com/kb/how-to-change-email-logo-magento-2.html
– Amit Bera♦
May 10 '17 at 15:53
Thanks for replying Amit Bera. When I save configuration after uploading image and then come back it shows as a broken link/image. How do deploy static content?
– user54030
May 10 '17 at 17:06
Thanks for replying Amit Bera. When I save configuration after uploading image and then come back it shows as a broken link/image. How do deploy static content?
– user54030
May 10 '17 at 17:06
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f173867%2ftransactional-email%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f173867%2ftransactional-email%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Phil, Have u changed logo from Content > Design > Configuration>Transactional Email Then you need deploy static content
– Amit Bera♦
May 10 '17 at 15:51
mageplaza.com/kb/how-to-change-email-logo-magento-2.html
– Amit Bera♦
May 10 '17 at 15:53
Thanks for replying Amit Bera. When I save configuration after uploading image and then come back it shows as a broken link/image. How do deploy static content?
– user54030
May 10 '17 at 17:06