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 |