You can use the newsletter archive to let your website visitors take a look of your old newsletters.
Requirements
Request script as HTML variant
If you call the script without parameters it will show the start page of newsletter archive. You should use this variant to link it with your own website.
Calling script as RSS feed
Add parameter ?showRSS to http(s):// URL to show the newsletters of current year as RSS feed. By adding &showAll additionally all newsletters in newsletter archive will be shown as RSS feed.
Setup of newsletter archive
On menu Project you must select "Newsletter archive" to configure the script.
Urgent hints
Tab informations
Option | Hints |
Enable newsletter archive | Enable this option to use newsletter archive. SuperMailer
will upload the files and scripts to your website before email sending
process will start.
|
Folder with template file na_start.htm (blank = program folder) | To use more than one project with an own newsletter
archive you can use different newsletter archive template files. Should
you use only one project than you can leave the filed blank. In this
case SuperMailer will use the template file from program folder.
If you use more than one project file you should copy the template file na_start.htm in own folders and change the layout of these files. This folder you must specify as templates folder.
|
Username/Password | Specify username and password to protect newsletter
archive. This data will be used by removing entries
from newsletter archive.
|
Tab Upload
Option | Hints | ||||||||||||||
Domain incl. directory | Enter the complete URL with http(s):// and directory. The
directory must be corresponded with the FTP directory or the upload
directory in the script upload.php .
Hint: |
||||||||||||||
Filename of script | Enter the name of PHP script. The script must have the file extension .php otherwise it will not be executed. In the filename of the script you should only use the letters A-Z (a-z), the numbers 0..9 and underline or hyphen. | ||||||||||||||
Select the transfer mode which SuperMailer should use to upload the
files and the script. In firms it is often not possible to set up a direct FTP connection, in this case you should select the transmission with help of the upload script by HTTP. See also: setting up the upload script FTP upload
HTTP Upload
|
Tab Appearance
Hint: For translation service Google Translator will be used.
Color scheme | Select color scheme, click on "Sample preview" to
see a sample.
|
Language of newsletter content | Select language of newsletter content this information will
be send to Google Translator as source language.
|
Links to be displayed | You can change the visible identifiers and URLs. Activate a
link to display it in newsletter archive bar.
|
Tab Default texts
The default texts can be change as you like. Please do not specify to long texts this can be cause problems on website.
Tab Imprint
Should the script show on each webpage your imprint than activate the option "Show imprint" and type in (or copy in) your imprint.
Tab Replacements
In personalized emails you can use placeholders for the name or title this placeholder must be replaced with neutral texts. You can now specify default texts for the placeholders.
Tab Header
This values will be written in the invisible header of the HTML page. The values can improve the search engine position.
See also
Remove entries from newsletter archive
You can use our upload script upload.php as substitute for FTP transfers. This script can be found in your SuperMailer directory. You have to upload this script once via FTP to your web space, after that you can upload files without FTP. This script should be reconfigured before uploading it, so that your upload files are copied into the right directory.
hint
You should change the filename of this script, because that not everyone can
put files on your web space.
You can also use this script for file upload, tracking or the newsletter archive.
changing the script configuration
# Upload directory with / at the end of path
# the upload directory is the complete directory from the root directory
# the directory can be differ from ftp upload directory
# under linux you should chmod the directory with rights 777
$UPLOADDIR="/home/www/tracking/";
If you don't know the correct directory, then ask your web space provider