|
|
This article describes two ways of sending content of a custom table by e-mail. The Custom tables module allows users to create their own tables in the system database and manage data in them via the Kentico CMS user interface, without the need to use e.g. Microsoft SQL Server Management. This may come in handy in many scenarios, typically when you need to store a large number of structured data items, for which standard Kentico CMS documents are not efficient. Sometimes, you may want to send its content out of the system by e-mail, or even to do so periodically. Let’s see how to do it.
|
Created on
3/30/2012 6:58:40 AM in
Newsletters and E-mail
|
|
A short example of how to process bounced emails and unsubscribe invalid subscriber from all newsletters.
|
Created on
3/22/2011 1:15:33 PM in
Newsletters and E-mail
|
|
This article describes how to allow newsletter subscription for existing users only, instead of for anyone who visits your site.
|
Created on
1/3/2011 3:57:25 AM in
Newsletters and E-mail
|
|
This article describes how to show newsletter(s) to subscribe in dependence on user´s role.
Let say you have two kinds of newsletter issues (business and non-business) and two roles, for business partners and for others. Current newsletter subscription web part shows all of them. If you want to show business issues for business role and non-business for other role, you can use following approach.
|
Created on
12/1/2009 7:53:37 AM in
Newsletters and E-mail
|
|
This article describes how to subscribe user to newsletter using API. You can use it e.g. for subscribing user to newsletter automatically after her registration (in this case you should create copy of RegistrationForm web part and use the code in its btnOK_Click method after UserInfo object for user is created and set into DB).
|
Created on
9/21/2009 2:48:21 PM in
Newsletters and E-mail
|
|
Dynamic newsletter doesn’t support the unsubscribe link directly. In spite of this fact you may need to use this functionality.
|
Created on
3/16/2009 11:01:35 AM in
Newsletters and E-mail
|
|
The multi-lingual newsletters are not supported by default. If you use the localization macros it resolves them according the actual culture of CMSDesk.
|
Created on
12/3/2008 6:33:09 AM in
Newsletters and E-mail
|
|
This article will provide you with short example of sending e-mails using the code.
|
Created on
11/24/2008 6:52:55 AM in
Newsletters and E-mail