Subject | RE: [firebird-support] UDF usage |
---|---|
Author | Alan McDonald |
Post date | 2003-09-23T09:00:34Z |
>If the application is discovering the "activities" then the application is
> I have an application in which under certain type of activities I need
> to send a few automated emails.
>
> I am facing 3 possibilities
> 1: do it from the front end
> 2: write a UDF that will create a text file to be emailed and have a
> separate program polling the directory to send the emails
> 3: write a UDF that will send itslf the emails
>
> I would favor option 3 but do not know what kind of limitations/issues
> I will face. any opinion/idea will be welcomed.
>
the best place to send the email from. personally I would not do this from a
UDF. I keep my UDF uses strictly internal to the database
Alan