Subject Re: [firebird-support] SMTP emailing from within Firebird
Author unordained
Don't you sometimes wish you could rollback() emails?

On a more serious note, is there any facility in Firebird that would make it easier for a UDF to do
something only if the transaction commits, or make the transaction fail if the action can't go
through? (Basically, some way for UDF's to become a bridge between two transactional systems?)

-Philip


---------- Original Message -----------
> > >>Can someone provide sample SP code or clear steps to demonstrate
> > >>SMTP emailing from within Firebird the way one can within SQL server?
> > >
> > >Firebird doesn't provide the means for that AFAIK. You can build simple
> > >program to do it for you. What OS are you using?
> > >
> > Or make an UDF where you pass the sender, to, body, subject, etc as
> > parameters, and the function sends it.
>
> Better make it non-blocking though.
------- End of Original Message -------