Re: [Radiant] Comments Notification
Anna,
Good suggeston, but this time there was no stealth error message. I
wonder if I have a complete copy of this extension. I had one a long
time ago, before I started Women's Giving Tree, that worked on one of
my learning demos, but this Comments notifier does not work on any of
my current sites, even though mailer is correctly conigured and send
from other forms just fine. Here what the log says, there seems to be
no command for the mailer at all:
Processing CommentsController#create (for 69.111.133.33 at 2010-03-25
10:27:03) [POST]
Parameters: {"comment"=>{"spam_answer"=>"maps", "author"=>"Alexis
Masters", "content"=>"Testing the notifier",
"valid_spam_answer"=>"7e94476d62556cc8501e3df5b8d6470d",
"author_email"=>"[email protected]", "author_url"=>""},
"submit"=>"Save Comment", "url"=>["blog", "2010", "03", "22", "protect-
this-woman"], "action"=>"create", "controller"=>"comments"}
Redirected to
http://www.womensgivingtree.org/blog/2010/03/22/protect-this-woman/comments#comment-20
Completed in 274ms (DB: 15) | 302 Found
[http://www.womensgivingtree.org/blog/2010/03/22/protect-this-woman/comments
]
Processing CommentsController#index (for 69.111.133.33 at 2010-03-25
10:27:03) [GET]
Parameters: {"url"=>["blog", "2010", "03", "22", "protect-this-
woman"], "action"=>"index", "controller"=>"comments"}
Completed in 2137ms (View: 1, DB: 56) | 200 OK
[http://www.womensgivingtree.org/blog/2010/03/22/protect-this-woman/comments
]
~ Alexis
=
On Mar 25, 2010, at 10:09 AM, banane wrote:
> Check your development (or production) log and see if you find a
> connection error to your SMTP. That's doubtless what the issue is.
> Then, you can tweak the settings until you get it right.
>
> I have a post re: how to setup mailer here, with troubleshooting tips:
>
> http://www.banane.com/2009/10/27/radiant-mailer-extension-installation-basics/
>
> Check the bottom part for setting up your SMTP settings.
>
> Anna
>
> On Wed, Mar 24, 2010 at 4:57 PM, Jim Gay wrote:
>> It's working fine for me.
>>
>> These are my pertinent settings, and I have action_mailer loaded in
>> the environment.rb
>>
>> Notification from [email protected]
>> Notification site name www.site.com
>> Notification to [email protected]
>> Notify creator true
>> Notify unapproved true
>>
>>
>> On Mar 24, 2010, at 4:56 PM, Steven Southard wrote:
>>
>>> I've almost given up on this. It's crazy because I had it working
>>> once but after I updated or something for the life of me I can't
>>> make
>>> it send notifications. If someone has this worked out please
>>> chime in.
>>>
>>> Steven
>>>
>>>
>>>
>>> On Mar 23, 2010, at 5:01 PM, Alexis Masters wrote:
>>>
Hi again :-)
On the settings page, I see a number of settings under COMMENTS
that
indicate that the comments extension is supposed to send
notifications
whenever comments are submitted. I have always configured these
settings accordingly, but have never been able to get this aspect
of
the extension to work. Does anyone have comments notification
working?
If so, how did you make it happen?
~ Alexis
=
Alexis Masters, author
http://www.alexismasters.com
510 234-0027
>> ___
>> Radiant mailing list
>> Post: [email protected]
>> Search: http://radiantcms.org/mailing-list/search/
>> List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
>> Radiant: http://radiantcms.org
>> Extensions: http://ext.radiantcms.org
>>
> ___
> Radiant mailing list
> Post: [email protected]
> Search: http://radiantcms.org/mailing-list/search/
> List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
> Radiant: http://radiantcms.org
> Extensions: http://ext.radiantcms.org
___
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org
Re: [Radiant] Comments Notification
Check your development (or production) log and see if you find a connection error to your SMTP. That's doubtless what the issue is. Then, you can tweak the settings until you get it right. I have a post re: how to setup mailer here, with troubleshooting tips: http://www.banane.com/2009/10/27/radiant-mailer-extension-installation-basics/ Check the bottom part for setting up your SMTP settings. Anna On Wed, Mar 24, 2010 at 4:57 PM, Jim Gay wrote: > It's working fine for me. > > These are my pertinent settings, and I have action_mailer loaded in the > environment.rb > > Notification from [email protected] > Notification site name www.site.com > Notification to [email protected] > Notify creator true > Notify unapproved true > > > On Mar 24, 2010, at 4:56 PM, Steven Southard wrote: > >> I've almost given up on this. It's crazy because I had it working >> once but after I updated or something for the life of me I can't make >> it send notifications. If someone has this worked out please chime in. >> >> Steven >> >> >> >> On Mar 23, 2010, at 5:01 PM, Alexis Masters wrote: >> >>> Hi again :-) >>> On the settings page, I see a number of settings under COMMENTS that >>> indicate that the comments extension is supposed to send notifications >>> whenever comments are submitted. I have always configured these >>> settings accordingly, but have never been able to get this aspect of >>> the extension to work. Does anyone have comments notification working? >>> If so, how did you make it happen? >>> ~ Alexis >>> = >>> Alexis Masters, author >>> http://www.alexismasters.com >>> 510 234-0027 >>> > ___ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > List Site: http://lists.radiantcms.org/mailman/listinfo/radiant > Radiant: http://radiantcms.org > Extensions: http://ext.radiantcms.org > ___ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ List Site: http://lists.radiantcms.org/mailman/listinfo/radiant Radiant: http://radiantcms.org Extensions: http://ext.radiantcms.org
Re: [Radiant] Comments Notification
It's working fine for me. These are my pertinent settings, and I have action_mailer loaded in the environment.rb Notification from [email protected] Notification site name www.site.com Notification to [email protected] Notify creator true Notify unapproved true On Mar 24, 2010, at 4:56 PM, Steven Southard wrote: > I've almost given up on this. It's crazy because I had it working > once but after I updated or something for the life of me I can't make > it send notifications. If someone has this worked out please chime in. > > Steven > > > > On Mar 23, 2010, at 5:01 PM, Alexis Masters wrote: > >> Hi again :-) >> On the settings page, I see a number of settings under COMMENTS that >> indicate that the comments extension is supposed to send notifications >> whenever comments are submitted. I have always configured these >> settings accordingly, but have never been able to get this aspect of >> the extension to work. Does anyone have comments notification working? >> If so, how did you make it happen? >> ~ Alexis >> = >> Alexis Masters, author >> http://www.alexismasters.com >> 510 234-0027 >> ___ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ List Site: http://lists.radiantcms.org/mailman/listinfo/radiant Radiant: http://radiantcms.org Extensions: http://ext.radiantcms.org
Re: [Radiant] Comments Notification
I've almost given up on this. It's crazy because I had it working once but after I updated or something for the life of me I can't make it send notifications. If someone has this worked out please chime in. Steven On Mar 23, 2010, at 5:01 PM, Alexis Masters wrote: > Hi again :-) > On the settings page, I see a number of settings under COMMENTS that > indicate that the comments extension is supposed to send notifications > whenever comments are submitted. I have always configured these > settings accordingly, but have never been able to get this aspect of > the extension to work. Does anyone have comments notification working? > If so, how did you make it happen? > ~ Alexis > = > Alexis Masters, author > http://www.alexismasters.com > 510 234-0027 > > > > ___ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > List Site: http://lists.radiantcms.org/mailman/listinfo/radiant > Radiant: http://radiantcms.org > Extensions: http://ext.radiantcms.org ___ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ List Site: http://lists.radiantcms.org/mailman/listinfo/radiant Radiant: http://radiantcms.org Extensions: http://ext.radiantcms.org
