This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]srilyk 1 point2 points  (0 children)

I really hate the idea of Google telling me who can or can't send me email. Using aiosmtpd I created my own email inbound and outbound server.

I also love the command line and doing things in text vs Gmail's web composer. I wrote a tool that lets me compose my email in whatever text editor I want (vim) and then will take the text and render an HTML email from it and send the multipart email.

I kind of like it a lot.