eleith / emailjs

html emails and attachments to any smtp server with nodejs
MIT License
2.19k stars 230 forks source link

Is it possible to change destination email #293

Closed techinp closed 3 years ago

techinp commented 3 years ago

I would like to do dynamic destination email on this field by depend on template parameter

Screenshot 2564-06-30 at 15 29 08

Is it possible?

zackschuster commented 3 years ago

yes, but you would have to send the address over a network connection to a server running the library. emailjs cannot be used in the browser.

techinp commented 3 years ago

@zackschuster Thanks