Feature #1093
GeoDaten based E-Mail Target
| Status: | Resolved | Start date: | 2008-07-21 | ||
|---|---|---|---|---|---|
| Priority: | Should have | Due date: | |||
| Assignee: | Alex Kellner | % Done: | 90% |
||
| Category: | - | ||||
| Target version: | - | Estimated time: | 0.00 hour | ||
| Votes: | 0 |
Description
Hi,
if a visitors uses contect formular, formular currently send mail to a predefined target.
Can it be possible to define a target for each country, geoip can detect?
History
Updated by Alex Kellner almost 5 years ago
With a small workarround it's possible to use geoip for the email target.
1. Create one fe_users (tt_address, etc..) for every country
2. Choose a non-used field (e.g. address) for the geocode (like de, en, etc...)
3. E-Mail target with a select query like
SELECT email FROM fe_users WHERE address = "###POWERMAIL_GEO_COUNTRYCODE###" AND hidden = 0 AND deleted = 0
This is untested!
Alex
Updated by Alex Kellner over 4 years ago
- Status changed from New to Resolved
- Assignee set to Alex Kellner
- % Done changed from 0 to 90
Geobased target for powermail is available with the extension wt_dynamictarget (will be available tomorrow morning)
Greetings, Alex