Tagged Questions
1
vote
2answers
197 views
What is the proper way to send an email *directly* using the SMTP protocol? (bypass MTA on my end)
I need to send emails DIRECLTY to the recipient's mail-server, bypassing any MTA's on my end. I know there are some great reasons to use MTAs like sendmail, etc, so I don't need advice in that ...
0
votes
11answers
3k views
What's a simple method to dump pipe input to a file? (Linux)
I'm looking for a little shell script that will take anything piped into it, and dump it to a file.. for email debugging purposes. Any ideas?