Ticket #15 (feature)

Opened 3 years ago

Last modified 3 years ago

Persistent SMTP connection with TLS mode?

Status: closed (fixed)

Reported by: miyagawa Assigned to: miyagawa
Priority: major Milestone: Release 0.5
Component: Plagger Version:
Keywords: Cc:

Now Gmail's TLS mode disconnects connection for every mail. It's better keep the connection persistent and sends mass mails on it. We need a patch on MIME::Lite or use another Email modules to do that though.

Change History

02/07/06 18:27:55: Modified by sekimura

  • status changed from new to closed.
  • resolution set to fixed.

(In [42]) support Persistent SMTP connection with TLS mode. Fixes #15

02/07/06 18:28:28: Modified by miyagawa

  • milestone set to Relase 0.5.

02/07/06 18:43:00: Modified by miyagawa

(In [43]) hack more TLS connection persistency. Refs #15