Creating an Email Distributions list from a file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a column that contains nothing but email addresses. I'd like to somehow upload those into Outlook so I can create a distribution list. I'd hate to have to type in 1100 email addresses individually. Can someone help? I also need to separate them w/ a semicolon. I know how to concatenate. But how do I do that to combine ALL of them? Please help if you have a place for me to look for instructions. Thanks!
 
=?Utf-8?B?SmFuaWU=?= said:
I have a column that contains nothing but email addresses. I'd like
to somehow upload those into Outlook so I can create a distribution
list. ...

You can do this using CSV files with Outlook's import feature, but I advise
against it. Messages to that many people will very likely be categorized as
spam by your ISP and/or the recipient's ISPs. Likewise if you use bcc to
address the recipients.

As an alternative, you might consider a free service like Yahoo groups:
http://groups.yahoo.com/
 
Back
Top