Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


neb

neb

11294 posts

Uber Geek
+1 received by user: 10018

Trusted
Lifetime subscriber

#318783 20-Feb-2025 15:02
Send private message

I need to send a one-off notification about some data/server location changes to a list of a bit over 200 email addresses.  A fair bit of googling and some experimentation has failed to find any way to do this with Outlook that doesn't involve manually cutting and pasting each address, one at a time, into a BCC field or the "Add user" field in an Outlook Group.  Is there any way to do this in Outlook?


Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
 1 | 2
wellygary
8810 posts

Uber Geek
+1 received by user: 5287


  #3344968 20-Feb-2025 15:27
Send private message

This looks like it will do what you want,

 

But you'll need to get the addresses out into excel (although an export of your contacts should make that possible)

 

https://superuser.com/questions/1134049/import-contacts-in-outlook-in-one-group

 

 




bagheera
544 posts

Ultimate Geek
+1 received by user: 189


  #3344969 20-Feb-2025 15:27
Send private message

that is a good way to get your email server blacklisted - sending that many emails without an unsubscribe option from 3rd party mail host like mailchimp normally get you put on a blacklist


lxsw20
3689 posts

Uber Geek
+1 received by user: 2174

Subscriber

  #3344971 20-Feb-2025 15:32
Send private message

200 is fine for a 1 off - you're not even touching the sides of 365 daily limits. Just make sure you use BCC....




bagheera
544 posts

Ultimate Geek
+1 received by user: 189


  #3344972 20-Feb-2025 15:35
Send private message

lxsw20:

 

200 is fine for a 1 off - you're not even touching the sides of 365 daily limits. Just make sure you use BCC....

 

 

from what I have seen with Christmas party invites, even tho below limits ie around 200 1 off, they still get added to blacklist - 


neb

neb

11294 posts

Uber Geek
+1 received by user: 10018

Trusted
Lifetime subscriber

  #3344977 20-Feb-2025 15:47
Send private message

wellygary:

 

This looks like it will do what you want,

 

But you'll need to get the addresses out into excel (although an export of your contacts should make that possible)

 

https://superuser.com/questions/1134049/import-contacts-in-outlook-in-one-group

 

 

Thanks, I'll give that one a go when I can get to a system with Office set up.  And to answer the comment in another reply, it'll be BCC'd, it's just a a one-off note to tell the user list on an old system that things have moved.


panther2
385 posts

Ultimate Geek
+1 received by user: 143


  #3344987 20-Feb-2025 16:03
Send private message

You could do this with excel using vba to create the email in display for you to manually click send to a bulk email as bbc 


 
 
 
 

Shop now for Lego sets and other gifts (affiliate link).
MurrayM
2502 posts

Uber Geek
+1 received by user: 742

ID Verified
Trusted
Lifetime subscriber

  #3345202 21-Feb-2025 09:09
Send private message

lxsw20:

 

Just make sure you use BCC....

 

 

Unlike the school that sent my company an email this morning advising that they'd had their email system hacked and so were advising everybody that they'd ever had any contact with. The email they sent us had 500 CC'd addresses on it. Didn't take long before people were hitting Reply All and saying "why are you contacting me" or "thank you for the warning", and of course those replies were sent to everyone.


ANglEAUT
altered-ego
2436 posts

Uber Geek
+1 received by user: 841

Trusted
Lifetime subscriber

  #3345223 21-Feb-2025 10:54
Send private message

neb: I need to send a one-off notification ... 

 

Simple. Get all addresses into one column in Excel, 1 under neath the other. Select all, Copy, Paste into BCC field.

 

This has worked for me previously using the Desktop / Classic Outlook client & a test with OWA works as well. The addresses will be listed one, underneath the other. As soon as you click out of the BCC field, Outlook will add the ; delimiter & underline valid email addresses. 

 

 





Please keep this GZ community vibrant by contributing in a constructive & respectful manner.


networkn
Networkn
32862 posts

Uber Geek
+1 received by user: 15453

ID Verified
Trusted
Lifetime subscriber

  #3345230 21-Feb-2025 11:33
Send private message

lxsw20:

 

Just make sure you use BCC....

 

 

YES!

 

 


gehenna
8667 posts

Uber Geek
+1 received by user: 3883

Moderator
Trusted
Lifetime subscriber

  #3345232 21-Feb-2025 11:42
Send private message

networkn:

 

lxsw20:

 

Just make sure you use BCC....

 

 

YES!

 

 

Double yes!!  It's one of my biggest peeves when my address is visible in a huge list of other recipients.  


lxsw20
3689 posts

Uber Geek
+1 received by user: 2174

Subscriber

  #3345233 21-Feb-2025 11:46
Send private message

I've seen suppliers advertise their client list by just emailing people directly. 


 
 
 

Support Geekzone with one-off or recurring donations Donate via PressPatron.
nutbugs
272 posts

Ultimate Geek
+1 received by user: 47

Lifetime subscriber

  #3345281 21-Feb-2025 13:27
Send private message

 

Simple. Get all addresses into one column in Excel, 1 under neath the other. Select all, Copy, Paste into BCC field.

 

 

 

 

This. 

 

I did this last week using Outlook. 


neb

neb

11294 posts

Uber Geek
+1 received by user: 10018

Trusted
Lifetime subscriber

  #3345511 22-Feb-2025 01:16
Send private message

wellygary:

 

This looks like it will do what you want,

 

But you'll need to get the addresses out into excel (although an export of your contacts should make that possible)

 

https://superuser.com/questions/1134049/import-contacts-in-outlook-in-one-group

 

 

Well, that didn't work.  Followed the instructions and the list of Excel contacts ended up in the "Add email addresses" box with "Add" greyed out and the only option being "Cancel".


neb

neb

11294 posts

Uber Geek
+1 received by user: 10018

Trusted
Lifetime subscriber

  #3345512 22-Feb-2025 01:52
Send private message

Finally figured out something that worked, which avoided anything involving Microsoft: I used sed to rewrite the recipient list into a semicolon-delimited list broken up into 500-character chunks to limit the number of email addresses in each mailing and pasted each chunk into the BCC field, which converted it into a set of recipients.

 

To paraphrase Blackadder, "If you want something done properly, kill any Microsoft involvement before you start".


gehenna
8667 posts

Uber Geek
+1 received by user: 3883

Moderator
Trusted
Lifetime subscriber

  #3345519 22-Feb-2025 09:56
Send private message

Sounds more complicated than the earlier answer using Excel and Outlook. I don't think the problem with your use case is Microsoft. 


 1 | 2
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.