|
|
It is quite often that editors want to change the default “Unsubscribe” text in their customized Newsletters; the following article will show how to achieve this.
|
Created on
4/5/2013 1:03:41 PM in
Newsletters and E-mail
|
|
If you are using Gmail as your e-mail and you don’t have your own SMTP server, you can take advantage of using Gmail as your SMTP server in Kentico.
|
Created on
4/4/2013 2:18:23 PM in
Newsletters and E-mail
|
|
This article describes how to dynamically update SMTP test server settings in the Site Manager / Administration / System / E-mail section, based on SMTP server settings for individual web sites, as defined in Settings / System / E-mails section.
|
Created on
2/4/2013 8:17:11 PM in
Newsletters and E-mail
|
|
If you have enabled the Email queue, and changed the Archive e-mails (days) settings in Site Manager --> Settings --> System --> E-mails, you will probably have some records in the CMS_Email table in your database. This article explains what records the table contains.
|
Created on
10/31/2012 8:05:19 AM in
Newsletters and E-mail
|
|
Subscriber macros like for example {%FirstName%} are not properly resolved in content of your pages when sent as a dynamic newsletter. This behavior is by design in Kentico up to version 6.0 (included) which makes it impossible to personalize the dynamic newsletter per subscriber. This article describes how to workaround this implementation.
|
Created on
8/16/2012 4:53:04 AM in
Newsletters and E-mail
|
|
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