How to get newsletter subscribed user information

joyanta sen asked on May 17, 2018 06:21

Hello, I have following question. Please help me out to get the answers.

  1. How do I get the user information(user who belongs to cms.user table) who has subscribed the newsletter by using C# code?
  2. How do I setup the relationship between the newsletter recipient and the user, as I can see that I am able to add the recipient by adding Contact, though they are not part of the cms.user table? Is there any relationship between those two or they can be in the system independently?

Thanks.

Recent Answers


Brenden Kehren answered on May 18, 2018 07:20

A user is not related to a subscriber. A user logs into the website where a subscriber is a simple contact receiving email or marketing communication.

A contact can be a user if the contact is required to log into the site. Otherwise there will never be a user record related to a contact.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.