Batch email or one at a time using mailx
I am sending our newsletter (250 kB pdf) to ~450 members using mailx with the -a option. I want to limit the resource drain on the server and can sleep between individual emails or send 30 at a time, for example, within my script that calls mailx. Does it make a difference? I’m learning as I go, so any advice is appreciated!