-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Documentation update for version 4.0
- Loading branch information
1 parent
f20bdbe
commit 1bc6959
Showing
8 changed files
with
44 additions
and
20 deletions.
There are no files selected for viewing
Binary file added
BIN
+25.5 KB
Documentation/Images/documentation_installation_senderconfiguration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.57 KB
(92%)
Documentation/Images/documentation_installation_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+27.3 KB
Documentation/Images/documentation_installation_siteconfiguration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+585 Bytes
(100%)
Documentation/Images/documentation_newnewsletter_step2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
<img align="left" src="../../Resources/Public/Icons/lux.svg" width="50" /> | ||
|
||
# Luxletter - Email marketing in TYPO3. Send newsletters the easy way. | ||
# Luxletter - Email marketing in TYPO3 | ||
|
||
Send newsletters the easy way | ||
|
||
## Installation | ||
|
||
|
@@ -11,27 +13,46 @@ composer require "in2code/luxletter" | |
``` | ||
|
||
Note: Installation without composer could work but is not supported. | ||
TYPO3 9.5 is required. The free extension lux can be also installed for more analysis but is not | ||
TYPO3 10.4 is required. The free extension lux can be also installed for more analysis but is not | ||
neccessary. | ||
|
||
|
||
### Basic settings in extension configuration | ||
|
||
| Field | Default value | Description | | ||
| ----------------------------- | ----------------------------- | --------------------------------------------------------------------------------------- | | ||
| Webserver domain | https://www.domain.org | Domain for the rendering of the newsletter in frontend. Normally your current domain. | | ||
| Unsubscribe PID | 6 | Where is your unsubscribe plugin located on your website? | | ||
| Rewrite links in newsletter | 1 | Do you want to track if a receiver opens a link? Then you have to check this option. | | ||
| Add typenum | 1562349004 | Default typenum if content of your website should be rendered in an email view. | | ||
| Show receiver action | 1 | Disable the link to the receiver action if you don't need it. | | ||
| Sender email address | [email protected] | Define a sender email address for your newsletters. | | ||
| Sender name | Sender name | Define a sender name for your newsletters. | | ||
| Reply email address | [email protected] | Real email address of a person that should receive answers to this newsletter email. | | ||
| Sender name | Sender name | Name of the sender for your newsletter (mostly the same as fromName). | | ||
| Field | Default value | Description | | ||
| ----------------------------- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| Rewrite links in newsletter | 1 | Rewrite links in newsletter: Absolute links in your newsletters can be rewritten automatically, to track all link clicks. If you disable this feature, clicks are not tracked. | | ||
| Add typenum | 1562349004 | Add typenum: Everytime you parse a html for a new newsletter, this type will be added (can be used in fluidStyledMailContent). This will work only for PID in origin, not for absolute URL. | | ||
| Show receiver action | 1 | Show receiver action: Show link to receiver view in newsletter module. This view is maybe disturbing if you don't use extension lux in addition. | | ||
|
||
<img src="../Images/documentation_installation_settings.png" width="800" alt="extension settings" /> | ||
|
||
|
||
### Site configuration | ||
|
||
You can define one unsubscribe pid per site configuration. This is only relevant if you are using the unsubscribe | ||
plugin of luxletter. | ||
|
||
**Attention** Be aware to use a full domain name in base (Entry point) settings of your site configuration. Good: `https://www.domain.org/` - Bad: `/` | ||
|
||
<img src="../Images/documentation_installation_siteconfiguration.png" width="800" alt="Site configuration" /> | ||
|
||
|
||
### Sender configuration | ||
|
||
| Field | Description | | ||
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| Title | Your internal title for this sender configuration | | ||
| Sender email | Sender email address for newsletter email | | ||
| Sender name | Sender name for newsletter email | | ||
| Reply to email | Email address when a receiver wants to send an answer to the newsletter | | ||
| Reply to name | Name when a receiver wants to send an answer to the newsletter | | ||
| Site | This defines your domain/site and is needed for the unsubscribe plugin and for building absolute URI | | ||
|
||
<img src="../Images/documentation_installation_senderconfiguration.png" width="800" alt="Sender configuration" /> | ||
|
||
|
||
|
||
### TypoScript | ||
|
||
Basicly there are two different TypoScripts that should be included in static templates in your root template | ||
|
@@ -74,7 +95,7 @@ Don't forget to add the page identifier to the main extension settings (see abov | |
* In addition you can add a message that should appear if a user just unsubscribed. | ||
|
||
**Note** Unsubscribing is only possible if a hash is added to the link call. | ||
See `{luxletter:mail.getUnsubscribeUrl(newsletter:newsletter,user:user)}` in the newsletter layout | ||
See `{luxletter:mail.getUnsubscribeUrl(newsletter:newsletter,user:user,site:site)}` in the newsletter layout | ||
on EXT:lux/Resources/Private/Templates/Mail/NewsletterContainer.html | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters