如何在 cfmail 中分隔多个电子邮件地址

发布于 2024-08-23 15:58:11 字数 79 浏览 4 评论 0原文

我使用逗号还是分号?我似乎无法在实时文档中找到它。我似乎也无法在网上找到任何一致性,因为一些示例使用逗号,而其他示例使用分号。两者都可以接受吗?

Do I use a comma or semicolon? I can't seem to find it in the live docs. I also can't seem to find any consistency looking online as some examples use a comma while others use a semicolon. Are both acceptable?

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

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

发布评论

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

评论(4

○愚か者の日 2024-08-30 15:58:11

根据 https://helpx.adobe.com /coldfusion/cfml-reference/coldfusion-tags/tags-mo/cfmail.html

消息收件人电子邮件地址:

  • 静态地址,例如“[电子邮件受保护]”。
  • 包含地址的变量,例如“#Form.Email#”。
  • 包含地址的查询列的名称,例如,
    “#电子邮件#”。电子邮件已发送
    对于每个返回的行。

要指定多个地址,
用逗号分隔地址。

(强调我的)

我相信分号也可以。

Per https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-m-o/cfmail.html

Message recipient e-mail addresses:

  • Static address, for example, "[email protected]".
  • Variable that contains an address, for example, "#Form.Email#".
  • Name of a query column that contains an address, for example,
    "#EMail#". An e-mail message is sent
    for each returned row.

To specify multiple addresses,
separate the addresses with commas.

(emphasis mine)

I do believe semicolons will work as well.

家住魔仙堡 2024-08-30 15:58:11

您可以使用其中任何一个,应该没问题。尽管为了与现有电子邮件客户端保持一致,我还是使用分号。

我不确定逗号在其他 CF 引擎(例如 Railo 或 OpenBD)中的表现如何,而 ; 则适用于所有这些引擎。

You can use either of them, and it should be fine. Although for consistency with existing email clients, I'd use a semicolon.

I'm not sure how commas would behave in other CF engines, such as Railo or OpenBD, whereas ; would work on all of them.

君勿笑 2024-08-30 15:58:11

逗号分隔电子邮件地址是我在奥莱利的 Coldfusion 书中找到的答案。它可能的分号可以工作,但逗号肯定可以。

-大学教师

Comma separate the email addresses is the answer i found in o'reilly's coldfusion book. its possible semi-colons will work, but commas for sure.

-Don

再见回来 2024-08-30 15:58:11

我认为这取决于您的邮件服务器。如果您使用的是 Exchange,则需要分号。大多数 smtp 服务器更喜欢使用逗号。尝试一下,看看什么对你有用。

I think it depends on your mail server. If you're using Exchange, it expects semicolons. Most smtp servers prefer commas. Experiment and see what works for you.

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