Grant <emailgr...@gmail.com> writes: [...]
> > So I need a relay somewhere along with ssmtp to get a message to an > email address? Yes, and I know of at least one that will work for you. If you have a newsguy mail account, newsguy's smtp servers will allow you to connect regardless of your laptops' outward IP. (unless it is a blackballed Domain or something) Don't now if its worth it to you to pay for a newsguy mail account but I think that would work. It has for me in the past. I recommend using sendmail not ssmtp. Sendmail is better documented than any of the others... well at least ones I have fiddled with. I suppose ssmtp is all you need but why not use the real McCoy? Its easy enough to setup. And in fact setting up sendmail to `masquerade' your IP as the domain of your mail account is easy enough, and that alone may get what you want to work. So you would setup sendmail to use your mail accounts smtp server as what is called the `SMART_HOST', and to masquerade your domain as well as the all important `Envelope' (The real sender of mail info) The gotcha here is that any of the methods offered will almost certainly require a username and passwd to connect to the smtp server. In the case of sendmail it would be in a root owned file in /etc/mail that I believe can be set chmod 600. I'll try it and let you know if you are interested.