Is it possible to have multiple sendmail backends

I have setup the sendmail.grid as outlined in other forum posts. It is working fine. But, the email address that it sends the message to is hard coded.

I have multiple pages/lightboxes that use the sendmail to notify a website administrator of the submission of a certain type of form, paypal payment, etc. etc.

Can I rename my email.jsw to: webmaster.jsw, then copy that and rename membership.jds, and copy that to storemanager.jsw

I would obviously modify the sending page to invode the appropriate one.

I think there are a couple of easier ways to do what you want.

Simplest: instead of creating additional web modules, you can just create additional functions in the same web module.

More complex: use a variable or parameter instead of the hardcoded email address.

Thank You, I just added additional function to web module. But I have problem that ONLY the first recipient in the list gets the mail? I logged another Forum Post for that:

Can you help with this?
Thanks
JD