Found 2 bookmarks
Newest
sj26/mailcatcher
sj26/mailcatcher

"Catches mail and serves it through a dream.

MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that's arrived so far."

sj26/mailcatcher
5 simple ways to troubleshoot using Strace
5 simple ways to troubleshoot using Strace

"It can filter based on the specific system call or groups of system calls It can profile the use of system calls by tallying up the number of times a specific system call is used, and the time taken, and the number of successes and errors. It traces signals sent to the process. It can attach to any running process by pid."

5 simple ways to troubleshoot using Strace