Florent Galland

Results 29 comments of Florent Galland

I added this option to debug a leak when receiving huge attachments, but I never notice that it was increasing every second or so. Something must have changed. Thanks for...

It cannot forward emails, this is a long running feature request. Your best bet is to wrap the [node-mailer](https://github.com/nodemailer/nodemailer) module in a small express server so that it route and...

No there is no event that will allow you do to that. Might be interesting though.

That is strange @yawetse. Travis-ci runs mailin tests on node 4.2.4. Which version of mailin are you running?

@tomforster provided a fix by allowing the host configuration to be set from the command line. It is published as [email protected].

Are you using the `validateSender`event? There might be a bug here.

Awesome work! Indeed we moved to smtp-server to be able to use recent node versions, but while it solves problems on the smtp side, it introduced a lot of instability....

Hey @hellsan631, I like how you extracted all these actions inside MailinReport. It is much more maintainable and testable like this. Mailin really needs a hardening phase since version 3.0.0...

@aashidham what is your node and mailin versions please?

Ok. We have to double check that there is not a similar issue in https://github.com/andris9/smtp-server. I must admit I have a lot to do with my day to day work...