Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

add / delete subscription and tell it to email
Last Post 01/10/2014 12:13 PM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Doug Moore
New Member
New Member
Posts:3


--
01/10/2014 5:17 AM
I found the controller class to add or delete a subscription but it doesn't send out the email notifications.
is there something more that needs to be done for it to do the rest of the actions of notifications?

like if I go to the dmx master module > right click and subscribe or unsubscribe an email goes out. but if I just call the 1-liner subscriptionsController it doesn't email (but does add/delete a subscription)

Doug
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
01/10/2014 12:13 PM Accepted Answer
Hi Doug,

It should. If you're using this method:
Public Shared Sub Subscribe(PortalId As Integer, EntryId As Integer, User As UserInfo, Notify As Boolean)

Then an record is also added to the log (DMX_Log) with the subscribe action. That, in turn is picked up by the notifications service later and transformed into an email. This in accordance with the notifications grid, which, if you haven't changed anything, should send out the email to the person subscribing.

Best,

Peter
You are not authorized to post a reply.