Re: Emails need to be resend

2013-03-01 Thread Maxim Solodovnik
OK this seems to be implemented and commited. On Sun, Feb 17, 2013 at 4:04 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > The last time I did that I just replaced the class "MailHandler" > All emails are processed by it. > > If added a table "mail_queue" with the fields: > subject,

Re: Emails need to be resend

2013-02-16 Thread seba.wag...@gmail.com
The last time I did that I just replaced the class "MailHandler" All emails are processed by it. If added a table "mail_queue" with the fields: subject, body, status, receipients, status, error (all string, receipients can be a comma separated list of emails) And then the MailHandler just adds en

Re: Emails need to be resend

2013-02-15 Thread seba.wag...@gmail.com
Yeah sure just go ahead Am 16.02.2013 17:01 schrieb "Maxim Solodovnik" : > Hello All, > > I'm going to implement MailQ to be able to resend emails in case of any > error is occurred. > > Currently we have following list of emails: > >1. Meeting reminder (sent by schedule, periodically) >2.

Emails need to be resend

2013-02-15 Thread Maxim Solodovnik
Hello All, I'm going to implement MailQ to be able to resend emails in case of any error is occurred. Currently we have following list of emails: 1. Meeting reminder (sent by schedule, periodically) 2. Invitation to the room 3. Appointment creation/modification/cancellation 4. User c