Search found 3 matches

by gnutix
Tue Apr 05, 2011 3:11 am
Forum: Swift Mailer
Topic: Allowed memory size of 134217728 bytes exhausted
Replies: 2
Views: 16608

How to send huge amount of emails without exceed PHP memory

Hello gtraxx, I was encountering the same problem with sendings of over 20'000 emails. Below is an extract of my code, that allowed me to send over 100'000 mails without crash. 1) I get all the contact's informations from the database in one single query, and at each row I save the information seria...
by gnutix
Thu Jun 03, 2010 3:01 am
Forum: Swift Mailer
Topic: Problem with my SendListener plugin
Replies: 0
Views: 3928

Problem with my SendListener plugin

Hello everybody, I have a little problem with a class I coded by myself as a plugin. Here is the code. class sendingPercents implements Swift_Events_SendListener { /**#@+ * @var int * @access private */ private $logsPercentsRatio = 10; private $logsPercents = 0; private $percents = 0; private $sende...
by gnutix
Fri May 28, 2010 5:31 am
Forum: Swift Mailer
Topic: Problems with non RFC emails Swift 4
Replies: 8
Views: 11213

Re: Problems with non RFC emails Swift 4

Hello, I use Swift-4.0.6. I need to send a huge amount of emails and I wanted to know if there is a way to desactivate this verification ? My application still check the emails format at client modification and import, so this dubbled check made the sending process slower for nuts. Another few thing...