Hi all,
I use a script to send a newsletter to a bunch of addresses (pulled from the DB and put into an array) via a Php mailing function (socket_mail()).
My understanding is that te function sends the data to sendmail (the Unix app that sends mail out)
After sending, if I check the error logs I find a long list (one line per address, it seems) that repeats these words:
-shmget() failed: Cannot allocate memory-
Can anyone please tell me what that means? I have looked all over and I can't find an answer to this.
Mail seems to go out fine in tests but I have not tried it on a 500 addresses list yet.
Thanks