-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting up postfix so you can email via gmail from terminal (**not directly related to class work so feel free to ignore) #61
Comments
This addon for openFrameworks that I wrote works really well for that ... :) |
unbelievable! if only I had asked you first :) Thanks for this! Will |
It's not an ideal command line solution, but ... you could just use open frameworks :) What are you trying to do (big picture)? |
Also, you probably figured it out, but you can clone the addon into your addons folder and then you should be able to run the example. |
Just ran across this: http://msmtp.sourceforge.net/index.html An easy way to install it would be install homebrew (from http://brew.sh/)
Then
Then you'll need to make a configuration file but you should be able to use msmtp form the command line. |
Awesome - thanks!! Will explore further this weekend and keep you posted. From what I can glean, this is an alternative to your oF addon. I guess the Time to go home and go to bed now :) |
Is this resolved? |
No, because I haven't had any time to deal with it. It's not urgent - why Abraham Avnisan http://www.facebook.com/l.php?u=http%3A%2F%2Fabrahamavnisan.com%2F&h=FAQF6JJ_0&s=1 find me on Facebook http://facebook.com/abraham.avnisan find me on Google+ https://plus.google.com/100878825292158943884 follow me on Twitter http://twitter.com/AbrahamAvnisan follow me on Instagram http://instagram.com/abrahamavnisan On Mon, Sep 30, 2013 at 7:32 PM, Christopher Baker <[email protected]
|
Hey guys,
This is not directly related to what we've been working on in class, but I thought I'd post my issue here anyway as people might find this useful for projects down the line.
I became interested tonight in writing some bash scripts that could send email - particularly email through a gmail account. You can send email over terminal using the mail command, but as it turns out, it's pretty complicated.
I spent quite a few hours on it tonight and finally had to give up. I was using this tutorial along with a few others, but couldn't get past this error message (which you can access with
tail -f /var/log/mail.log
in terminal):If anybody has any ideas, let me know. If not, don't worry about it. If you want to set this up on your system in the future and I ever get it working, ask me for help!
Happy Friday.
The text was updated successfully, but these errors were encountered: