Typo Blog eMail Notification

Hello guys,
I’d like to setup typo blog to send mail notification whenever an user
posts a comment.

I guess there’s something unclear around this topic since I can’t find
an official documentation explaining how really does work email
notification.

However, the things are:

  • Can Typo send a notification to me (the blog-maintainer) when an user
    posts a comment?
  • Can Typo send a notification to every user that had commented some
    blog-post when another user (or me) reply to the same post?
  • Does typo allow users to subscribe to comments or new articles?
  • Can I set typo to use my gmail account to send emails?

I’m sorry if there’s a page that explain this but I can’t find it.

Thank you

On Sat, Apr 10, 2010 at 12:36 PM, Fabiano Francesconi
[email protected] wrote:

  • Can Typo send a notification to me (the blog-maintainer) when an user
    posts a comment?

Another solution is to subscribe to your comments feed in Google Reader.
At least in older versions of Typo you could find it at
http://yoursite.com/xml/rss20/comments/feed.xml

Le 15 avr. 2010 à 13:42, Jonas Elfström a écrit :

On Sat, Apr 10, 2010 at 12:36 PM, Fabiano Francesconi
[email protected] wrote:

  • Can Typo send a notification to me (the blog-maintainer) when an user
    posts a comment?

Another solution is to subscribe to your comments feed in Google Reader.
At least in older versions of Typo you could find it at
http://yoursite.com/xml/rss20/comments/feed.xml

Hello,

Didn’t see that thread sorry.
Just go into the admin, edit your profile, chose to be notified when
someone is posting a comment, save.

And you’re done.

In the future, I’ll make this mandatory for every admin and publisher
user.

Regards,
Frédéric


Frédéric de Villamil
“What’s mine is mine. What’s yours is still unsetteled” – Go player
proverb
[email protected] tel: +33 (0)6 62 19 1337
http://t37.net Typo : http://typosphere.org

Le 15 avr. 2010 à 15:07, Fabiano Francesconi a écrit :

At least in older versions of Typo you could find it at
In the future, I’ll make this mandatory for every admin and publisher user.


My email address is set into User’s settings section; into Settings →
Completed in 1534ms (View: 50, DB: 60) | 200 OK

There’s my LAN IP (and that’s ok); the second lines shows an incomplete
line (for how I see it). Seems like my email address isn’t read from the
db.

Please, can you tell me if your Typo is running in production or
development mode?
And if your server can actually send emails ?
And does your user have an email ?


Frédéric de Villamil
“What’s mine is mine. What’s yours is still unsetteled” – Go player
proverb
[email protected] tel: +33 (0)6 62 19 1337
http://t37.net Typo : http://typosphere.org

On Thu, Apr 15, 2010 at 02:39:17PM +0200, de Villamil Frédéric wrote:

http://yoursite.com/xml/rss20/comments/feed.xml

Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Kind of blind, here. eheh.
Thanks for pointing that out.

I’ve marked two checkboxes: “Send notification messages via email” and
“Send notification messages when comments are posted”.

My email address is set into User’s settings section; into Settings →
Feedback → Source Email there’s my mailbox (the same that’s into User’s
settings page).

Still cannot receive emails.

I tried to take a look at the logs and the only line that makes me
suspicious is the following one:

[SP] Scanning IP 192.168.0.254
Sent mail to
Completed in 1534ms (View: 50, DB: 60) | 200 OK

There’s my LAN IP (and that’s ok); the second lines shows an incomplete
line (for how I see it). Seems like my email address isn’t read from the
db.

On Thu, Apr 15, 2010 at 4:32 PM, Fabiano Francesconi
[email protected] wrote:

Shouldn’t be enough?

Only if it supports TLS or SSL.

On Thu, Apr 15, 2010 at 07:03:42PM +0200, Jonas Elfström wrote:

:user_name: mygmailusername
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

I sincerely don’t know it

On Thu, Apr 15, 2010 at 03:41:54PM +0200, de Villamil Frédéric wrote:

posts a comment?

[email protected] tel: +33 (0)6 62 19 1337
I’ve marked two checkboxes: “Send notification messages via email” and

Please, can you tell me if your Typo is running in production or development mode?


Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

By running Typo in development mode I can see the whole message.
To: and From: mail addresses are correct .

The mail isn’t dispatched.

How can I test if server can send emails?

I’ll write here my mail configuration:

method: :smtp
settings:
:address: mygmailusernameatgmaildotcom
:port: 587
:domain: smtp.gmail.com
:authentication: :login
:user_name: mygmailusername
:password: mygmailpassword

Shouldn’t be enough?

Le 15 avr. 2010 à 19:11, Fabiano Francesconi a écrit :

:authentication: :login
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

I sincerely don’t know it

Hello,

By default, Rails (and Typo) are not powered to send emails using a TLS
enabled SMTP.

I’ve writen a small tutorial on how to do it at
blog.typosphere.org/having-typo-sending-emails-using-gmail-or-any-other-tls-enabled-smtp.html

Cheers,
Frédéric / neuro`


Frédéric de Villamil
“What’s mine is mine. What’s yours is still unsetteled” – Go player
proverb
[email protected] tel: +33 (0)6 62 19 1337
http://t37.net Typo : http://typosphere.org

On Fri, Apr 16, 2010 at 08:50:05PM +0200, de Villamil Frédéric wrote:

:address: mygmailusernameatgmaildotcom

Frédéric de Villamil
“What’s mine is mine. What’s yours is still unsetteled” – Go player proverb
[email protected] tel: +33 (0)6 62 19 1337
http://t37.net Typo : http://typosphere.org


Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

I’d like to add that git is necessary to install the plugin you mention
in your blogpost.

After installing git everything started running fine.

Anyway I’d really enjoy a furthermore option to send plain-text emails
instead of HTML.

Keep going on. I really enjoy Typo and I really enjoy the work you are
doing. I mean it.

Thank you again.

On Fri, Apr 16, 2010 at 08:50:05PM +0200, de Villamil Frédéric wrote:

:address: mygmailusernameatgmaildotcom

Frédéric de Villamil
“What’s mine is mine. What’s yours is still unsetteled” – Go player proverb
[email protected] tel: +33 (0)6 62 19 1337
http://t37.net Typo : http://typosphere.org


Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

A little “errata corrige”.
I didn’t mean to say that git is mandatory to “install” the plugin, of
course. Git is mandatory to fetch the plugin, indeed.