On 15 May 2008, at 10:04,
alexBoSm...@googlemail.com wrote:
>
> But i get this mail also if the entry field is nil.
>
> I also wrote a EntryObserver which implements the following method
>
> def after_save(entry)
> Mail.deliver_entry(entry) if !entry.field.nil?
> end
>
> can anybody tell me, why this doesn't work for me?