Am Donnerstag, den 04.08.2005, 01:35 -0700 schrieb CSN: > > --- Tino Wildenhain <tino@xxxxxxxxxxxxx> wrote: > > > > > (The function uses mail(), so IIRC that > > > > necessitates > > > > > using plphpu). > > > > > > > > Sending mail from a database function (or doing > > > > anything else that > > > > involves external side-effects) is generally A > > Bad > > > > Idea, for reasons > > > > that have been covered many times in the list > > > > archives. > > > > > > Why, exactly? In this situation I just set up a > > > trigger that sends a welcome email to newly > > inserted > > > members. Very convenient. > > > > Why cant your application handle this? > > Otoh, why dont you provide a function to send mail, > > which takes some parameters and just let your users > > use them? No need for everybody to write her own > > mail function. > > Convenience! I want the email sent whether the member > is added via the web interface, directly in the > database, from the command line, etc. I don't see any Well, I also do such things with a small script which basically LISTENs to notify from database, spools the mails and go sleep again. > downside. It's only one user that'll be using this > function. If so - why bother if the user can/cannot use untrusted language? You write the function one time as superuser and ready you are. This isnt different if many users are going to use this function. But they dont have to write or change it to use it. > -- Tino Wildenhain <tino@xxxxxxxxxxxxx> ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your message can get through to the mailing list cleanly