Trying to mass email users

smsmasters

Active member
I get this error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77 bytes) in/home/snipped/public_html/forum/library/Zend/Db/Statement/Mysqli.phpon line304

Is this something that needs to be sorted on my server?

P.S. Is there a better way to somehow pull emails from my forum and email everyone externally?
 
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77 bytes) in/home/snipped/public_html/forum/library/Zend/Db/Statement/Mysqli.phpon line304

The PHP memory limit on your server has been exceeded. See this post.

P.S. Is there a better way to somehow pull emails from my forum and email everyone externally?

If you are comfortable running queries on your database then you can use phpmyadmin to select all user emails, then copy / paste the rows into a spreadsheet and build a comma list from that.
 
Top Bottom