Re: [TYPO3-english] Send email X hours after FE-user sign up? (or delayed emails)

2013-01-17 Thread Morten Kjems
Directmail looks interesting. The receiver list can be dynamically built using a SQL query. I have never used SQL queries but it should be possible to do something like this: SELECT email FROM fe_users WHERE usergroup = 3 AND (crdate >= GETDATE-1day) This part (crdate >= GETDATE-1day) is wro

Re: [TYPO3-english] Send email X hours after FE-user sign up? (or delayed emails)

2013-01-17 Thread Morten Kjems
Thanks have a look at directmail and tt_news... I will have a closer look at directmail. But why tt_news? ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Send email X hours after FE-user sign up? (or delayed emails)

2013-01-16 Thread Olivier Dobberkau
Am 16.01.13 23:35, schrieb Morten Kjems: > Does any of the existing newsletter extensions support this? > > Or is there another way. have a look at directmail and tt_news... there might be a way to create such a workflow. olivier ___ TYPO3-english ma

[TYPO3-english] Send email X hours after FE-user sign up? (or delayed emails)

2013-01-16 Thread Morten Kjems
Hi. I am looking for a solution to time emails sent to a user after they have signed up as FE-users. There are several scenarios e.g.: 1. The user sign up for a course and should receive a new lesson every day or week. 2. The user sign up at your site but never completes the payment that