用于创建具有合并功能的电子邮件模板的良好库

发布于 2024-09-14 03:44:34 字数 713 浏览 7 评论 0原文

我正在寻找一个非常好的库/组件/框架来为我的网络应用程序创建电子邮件模板。

我们定期发送大量电子邮件:

  • 激活您的帐户
  • 欢迎
  • 感谢您的订单
  • 等。

我想为我的网络应用程序的非技术管理员提供一种方法:

  • 查看当前的电子邮件模板(HTML、所见即所得)
  • 对副本、颜色等进行一些细微修改。
  • 预览、测试、保存并“部署”新版本的电子邮件模板。

该工具需要支持“合并”字段。有关示例,请参阅 MailChimp.com。它们允许用户创建电子邮件模板,然后指定任意数量的字段,如下所示: |FIELD1| |FIELD2|

然后,当发送电子邮件时,开发人员会为每个字段传入适当的信息。

An example:

Hi *|FIRSTNAME|*,

Thanks for signing up.  You rule!

Best regards,
MyWebSite.com

有谁知道有这样的工具可以插入我的 ASP.NET / C# Web 应用程序吗?我假设有人写了一个我可以许可的库/组件/东西。

谢谢!

I'm looking for a really good library/component/framework for creating e-mail templates for my web application.

We send out a number of e-mails on a regular basis:

  • Activate Your Account
  • Welcome
  • Thanks for Your Order
  • Etc.

I'd like to give the non-technical administrators of my web app a way to:

  • See the current e-mail template (HTML, WYSIWYG)
  • Make some minor modifications to copy, colors, etc.
  • Preview, Test, Save, and "deploy" a new version of the e-mail template.

The tool needs to support "merge" fields. For an example, see MailChimp.com. They allow users to create e-mail templates and then specify any number of fields like this:
|FIELD1|
|FIELD2|

Then, when sending an e-mail, the developer passes-in the appropriate info for each field.

An example:

Hi *|FIRSTNAME|*,

Thanks for signing up.  You rule!

Best regards,
MyWebSite.com

Does anyone know of a tool like this that can plug into my ASP.NET / C# web app? I assume someone out their wrote a library/component/something that I can license.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜清冷一曲。 2024-09-21 03:44:34

试试这个。它是免费且开源的:

http://mailsystem.codeplex.com/

它包括一些专门为邮件合并

好处是您可以使用其邮件合并功能,并且仍然使用 system.net.mail 发送电子邮件,以避免破坏您的代码。

Try this one. It's free and open source:

http://mailsystem.codeplex.com/

It includes some classes specifically designed for mail merging

What's nice is that you can use its mail merging capabilities and still use system.net.mail for sending the email to avoid breaking your code.

灵芸 2024-09-21 03:44:34

这是另一种选择。

http://ntemplates.codeplex.com/

Here is another option.

http://ntemplates.codeplex.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文