Forum OpenACS Development: Re: Problem with notifications from Bug-Tracker

Collapse
Posted by Richard Hamilton on
Now we have a data model problem. The acs-mail-log table has an integer field for sender_id and so is choking on the email address.

My first instinct is to simply look up sender id using the passed in email address rather than make a data model change.

Can anyone think of an occasion when the sender of an email through acs-mail-lite might not have an acs-object ID?

R.