News submission email notify - does this work with admin users?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
oliverbaker
New Member
New Member
Posts: 3
Joined: Tue Aug 12, 2008 3:31 pm

News submission email notify - does this work with admin users?

Post by oliverbaker »

Hi

I want an email notification to be sent when a backend user submits/modifies a news article. I've entered an email address in the News Modules Option panel and I've been able to successfully send a test email to this address using the CMSMailer admin panel using 'Send Test Message'

However when a user logs into the backend and submits an article, no email is sent.

Any ideas what I may be doing wrong? Any help would be appreciated.

Thanks

Oliver

I'm running:

CMS Version 1.4
News 2.8.2
CMSMailer 1.73.14
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: News submission email notify - does this work with admin users?

Post by RonnyK »

IIRC, is there no mail send on backend submission, only on FrontEnd submission.

You could insert an event to send a mail on the event "NewsArticleAdded".

Ronny
oliverbaker
New Member
New Member
Posts: 3
Joined: Tue Aug 12, 2008 3:31 pm

Re: News submission email notify - does this work with admin users?

Post by oliverbaker »

RonnyK wrote: IIRC, is there no mail send on backend submission, only on FrontEnd submission.

You could insert an event to send a mail on the event "NewsArticleAdded".

Ronny
I'm a newbie to CMSMS, how would I do this? by creating a new event in the backend?
l1nda
Forum Members
Forum Members
Posts: 18
Joined: Mon Jul 28, 2008 5:49 am

Re: News submission email notify - does this work with admin users?

Post by l1nda »

Hi

I'm having the same issue. Would anyone be able to clarify the advice as I'm also unsure about what to do?

Thanks!
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: News submission email notify - does this work with admin users?

Post by RonnyK »

Check this logic.... It could be used to attach a similar block to the event "NewsArticleAdded".

Ronny
goodsamaritan
Forum Members
Forum Members
Posts: 21
Joined: Sat Feb 02, 2008 10:21 am

Re: News submission email notify - does this work with admin users?

Post by goodsamaritan »

I have been trying to solve this problem.

I made an event in the NewArticlePublished to point to the user defined tag below.

I make a User defined tag that notifies you by email.
But the user defined tag I made only sends an email, not the summary of the article, not the URL of the article.
I cannot figure out what to write in the user defined tag.
Help me on this.

I do not know how to use the help screen on the NewArticlePublished documentation.
Let's help one another and solve this:

Parameters

    * \"news_id\" - Id of the news article
    * \"category_id\" - Id of the category for this article
    * \"title\" - Title of the article
    * \"content\" - Content of the article
    * \"summary\" - Summary of the article
    * \"status\" - Status of the article ("draft" or "publish")
    * \"start_time\" - Date the article should start being displayed
    * \"end_time\" - Date the article should stop being displayed
    * \"useexp\" - Whether the expiration date should be ignored or not
Post Reply

Return to “Modules/Add-Ons”