Re: pyramid_mailer - qp

2012-08-09 Thread Jonathan Vanasco
i went through all the code, this seems to be a documentation bug. the send_to_queue command appears to be transactional, although it's not stated as such in the docs pyramid_mailer.Mailer.send_to_queue() calls... repoze.sendmail.delivery.QueuedMailDelivery().send() calls... which subclasses th

Re: pyramid_mailer - qp

2012-08-08 Thread Robert Forkel
This is not what I'm seeing with pyramid-mailer==0.9 repoze.sendmail==3.2 Messages are placed in maildir/new and are picked up by qp ok. regards robert On Thu, Aug 9, 2012 at 2:06 AM, Jonathan Vanasco wrote: > after digging around code a lot, here's what i figured out: > > i call pyramid_mailer's

Re: pyramid_mailer - qp

2012-08-08 Thread Marco
Did yo try setting mail.queue_path in your .ini? On Wednesday, August 8, 2012 4:46:10 PM UTC-7, Jonathan Vanasco wrote: > > i'm trying to get pyramid_mailer working > > i've got messages going into a maildir fine > > the qp commant doesn't seem to do anything though > >`qp --debug-smtp /pa

Re: pyramid_mailer - qp

2012-08-08 Thread Jonathan Vanasco
after digging around code a lot, here's what i figured out: i call pyramid_mailer's send_to_queue , which seems to place the message in the maildir/tmp the repoze.sendmail.queue console routine ( which is wrapped by qp ) calls the repoze.sendmail.maildir routine to loop through messages -- which

pyramid_mailer - qp

2012-08-08 Thread Jonathan Vanasco
i'm trying to get pyramid_mailer working i've got messages going into a maildir fine the qp commant doesn't seem to do anything though `qp --debug-smtp /path/to/maildir` gives me nothing. nothing in the local mail.log either i've tried setting a username , pass, hostname, forcetls , etc on