breakfastcerealkillr / photohunt

Automatically exported from code.google.com/p/photohunt
0 stars 0 forks source link

Send Email Notifications #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Implement the ability to send email notifications when pictures are
received and/or when pictures are approved.  Sending notifications when
pictures are approved may be easier right now.

Original issue reported on code.google.com by keoki....@gmail.com on 27 Nov 2007 at 8:20

GoogleCodeExporter commented 8 years ago

Original comment by keoki....@gmail.com on 27 Nov 2007 at 8:20

GoogleCodeExporter commented 8 years ago
Started to implement using Gmailer plugin.

http://raa.ruby-lang.org/project/gmailer/

Original comment by keoki....@gmail.com on 29 Nov 2007 at 8:35

GoogleCodeExporter commented 8 years ago

Original comment by keoki....@gmail.com on 29 Nov 2007 at 8:35

GoogleCodeExporter commented 8 years ago
Gmailer doesn't work.  Trying to use Msmtp instead.

http://msmtp.sourceforge.net/

Original comment by keoki....@gmail.com on 8 Dec 2007 at 4:55

GoogleCodeExporter commented 8 years ago
Easier solution was to use tlsmail.  Make sure that tlsmail gem is installed by 
invoking:

gem install tlsmail

Email notification sent when picture is received.

Original comment by keoki....@gmail.com on 8 Dec 2007 at 5:29