简体   繁体   English

HTML电子邮件,允许客户更改电子邮件文本

[英]Html Email, Allow Customers to Change Email Text

Im looking for a solution to a relatively simple problem. 我正在寻找一个相对简单的问题的解决方案。 Currently our designer builds email designs in photoshop. 目前,我们的设计师在photoshop中构建电子邮件设计。 I then get sent all the files. 然后,我收到所有文件。 However sometimes we need to allow the clients to forward and edit the price on email. 但是有时我们需要允许客户通过电子邮件转发和编辑价格。 the designer send me the files in html with the images just being referenced via 设计师以html格式向我发送文件,其中的图片刚刚通过

<img src="imageURL"/>

Any suggestions on how to achieve this? 关于如何实现这一目标的任何建议?

How are you sending the emails? 您如何发送电子邮件? If you use an ESP like Campaign Monitor or Mailchimp, they have a template language, where you can insert simple tags into the html to easily empower clients to edit sections. 如果您使用诸如Campaign Monitor或Mailchimp之类的ESP,则它们具有模板语言,您可以在其中将简单标签插入html,以轻松地使客户端能够编辑部分。 Example here . 这里的例子。

You mentioned using images, if you change any image that is being referenced, that is also an easy way to update the email. 您提到使用图像,如果您更改了所引用的任何图像,这也是更新电子邮件的一种简便方法。 The email html doesn't know what the image looks like, so if myimage.jpg has $100 on it now, but you change it to $150 before sending, it will show $150. 电子邮件html不知道图像的外观,因此,如果myimage.jpg现在有100美元,但是在发送前将其更改为150美元,它将显示150美元。 This is bad practice however as all critical information in your email should never be in images - they are blocked by default in most email clients. 但是,这是一种不好的做法,因为您电子邮件中的所有关键信息都绝对不能出现在图像中-大多数电子邮件客户端默认情况下会屏蔽这些信息。

On a side note, your email designer should be hand coding your emails, NOT building them in Photoshop. 附带一提,您的电子邮件设计者应该手动编写您的电子邮件,而不是在Photoshop中构建它们。 Photoshop is fine for a mock up, but if they are using slices or trying to export html from there, it will break across email clients. Photoshop适用于模拟,但如果他们使用切片或尝试从那里导出html,它将跨电子邮件客户端中断。 Your email should also not be mostly images. 您的电子邮件也不应该主要是图像。 This affects your deliverability, and as mentioned above, they will not load by default in most email clients, lowering the effectiveness of your campaign. 这会影响您的投放能力,并且如上所述,默认情况下,它们不会在大多数电子邮件客户端中加载,从而降低了广告系列的效果。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM