Allrighty, it\'s the first time I ask a question here. My problem is as awkward as it is difficult to get to the bottom of.
i\'m using PEAR Mail_Queue, everything works great, except when i\'m trying to send emails to \"bad\" recipients (bad syntax like \"òla@test.com\",\"uuu@test,com\" , \"test@test.com.com\")
I\'m getting the following error when trying to use the PHP Mail_Queue PEAR library: Declaration of Mail_Queue::isError() should be compatible with that 开发者_StackOverflow中文版of PEAR::isError()
I am trying to implement a system where emails to large (or small) groups of people ar开发者_如何学Goe scheduled to be delivered by a cron job (instead of in a loop, while the user is waiting for them