为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do I copy TO-addresses from a text list of email recipients, all at once?

  • 5 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 Toad-Hall

more options

How do I copy from a text list of email recipients all at once, ie.,

dan@hotmail.com;bob@coldmail.com;sue@lukewarmmail.com

I want to copy the WHOLE LIST at once from a saved text file, not one address at a time. I need to copy about 40 names!

That was easy in Outlook Express, just cut & paste the list above into the TO line.

When I do that in T-Bird and send the email, I get back a failure notice "We do not allow e-mail routing in addresses."

How do I copy from a text list of email recipients all at once, ie., dan@hotmail.com;bob@coldmail.com;sue@lukewarmmail.com I want to copy the WHOLE LIST at once from a saved text file, not one address at a time. I need to copy about 40 names! That was easy in Outlook Express, just cut & paste the list above into the TO line. When I do that in T-Bird and send the email, I get back a failure notice "We do not allow e-mail routing in addresses."

所有回复 (5)

more options

There should be a comma between addresses. Then it works

dan@hotmail.com,bob@coldmail.com,sue@lukewarmmail.com

由Gnospen于修改

more options

Thanks Gnospen, but when I tried that the emails got returned with the message;

  ----- The following addresses had permanent fatal errors -----

<",bob"@coldmail.com>

   (reason: 550 Syntax error. RCPT TO address may not contain special characters, see RFC 5322 section 3.2.3)

In other words, it put the comma at the front of the actual email address and tried to send it that way.

I tried adding spaces before and after each comma but it didn't work.

more options

Gnospen's example works perfectly for me, so there is something else going on. Do you have display names in with the addresses?

Did you press return to parse them all into one address per line format?

more options

Did not have display names with addresses.

But I did NOT press Return after pasting all the addresses, I just pressed Send.

Tried it your way, seems to have worked but I'll wait for a dearth of bounces!

Thanks.

more options

I can replicate the double quote.

A text file. If the string is too long, it may be separated into multiple lines with <cr><lf>'s. They are creating the double-quotes. Remove the <cr><lf>'s and have a single long string containing all of the email addresses each separated by a comma. Two commas with nothing in between can also cause an issue with the following email address which then thinks it starts with a comma and so is invalid.

由Toad-Hall于修改