Flashmob
Flashmob
#### Problem The current 'backend' processes the emails by buffering the entire message in memory, then applying each Processor using the decorator pattern. This approach works OK - most emails...
Logger adapter system is taking shape, as per #98 and #94
Keeping this open as a general issue for improving existing unit tests. PRs welcome. Also relevant, feedback in issue #96
@jordanschalm has started working on Analytics package https://github.com/flashmob/go-guerrilla/tree/dashboard We have agreed that we will drop the TLS & password protection requirement, since we do not have Lets Encrypt automation yet,...
SMTP has STARTTLS extension example from https://bugs.php.net/bug.php?id=36445 (Note, for non-blocking, it may return 0. keep on calling until a result is true or false) # !/usr/bin/php5