Page 1 of 1

Sending mails from templates or template based mailings

Posted: Sun Apr 01, 2007 7:47 pm
by schleup
I'm having a big problem with generating mails out of templates or template based mailings.

In both cases no mails to admins, test users or recipients are generated. The status screen shows "0 von insgesamt 0 E-Mails wurden produziert" (0 of totally 0 mails were generated).

If I create a mailing from the scratch - without using a template - everythings works fine.

Any idea what I did wrong? one test user, one admin user and one regular recipient are present in each of my two mailing lists.

N/B I'm using OpenEMM 5.0.2 on a Debian (Etch) system. Sendmail configuration was painful but seems to work now... What I learnt when configuring sendmail is:

- dnl means comments - I took hours to learn that :-(
- Remove Sendmail from /etc/init.d
->both mistakes produced a lot of errors which didn't make sense for me...


Cheers,

Florian

Posted: Mon Jul 09, 2007 10:24 am
by droeper
Hi,

I am running openEMM 5.1, and encountered the same problem when I started with template based mailings.

After trying to narrow down possible errors, I figured that openEMM does not send out emails if you follow the examples in chapter 7.3 ("Using text modules") since the spelling of the AGNITAS tag "agntitle" used there and in the appendix seems to be incorrect.

Template based emails work fine on my system when you use the "agntitle" tag as follows:

Code: Select all

[agnTITLE type="1"]
I hope that helps,

Cheers,

Daniel