Feature #32918
Use default bounce account
| Status: | Closed | Start date: | 2012-01-02 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Adrien Crivelli | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 1.2.1 | |||
| Votes: | 0 |
Description
Until now bounce account is to be selected every time we send a newsletter unless the page being sent was already sent (re-use of previous parameters). This behavior is not really obvious and may be confusing.
To simplify the process the bounce account can be defined as "default" and thus will be selected automatically (if no previous parameter is available). That way everything is mostly automatic but still can be overridden for specific needs.
History
Updated by Adrien Crivelli over 1 year ago
- Status changed from New to Accepted
- Assignee set to Adrien Crivelli
Updated by Adrien Crivelli over 1 year ago
- Status changed from Accepted to Closed
- % Done changed from 0 to 100
We actually use an even simpler method. The first BounceAccount found in database is automatically selected. This avoid setting a flag on the record and thus make it more straightforward for new users. (the user can still deselect it when planning newsletter).
We could, in the future, provide a way to override the behavior via TypoScript for advanced user. But this would be part of a bigger change to allow any "default settings" to be defined via TypoScript.