Hi Isomorphic,
I'm looking for some best practices regarding mails:
Thank you & Best regards,
Blama
I'm looking for some best practices regarding mails:
- I understood your "1 response row --> 1 mail" principle. If my mail is always the same and I want to BCC it to several addresses, I'll have to LISTAGG the addresses to one DSField in my SQL, right? Or is there another way using SmartGWT facilities?
- I really like the ease of setup and design possibilities for mails. Impressive. With it, I'm able to react to user action (e.g. "add entry").
Is it currently possible to use your mail system for daily automated mail (e.g. "send a list of all employees to manager every day at 8am.") when nobody is using the system ("a SmartGWT-mail cron-job")? Or do I have to use e.g. Oracle database jobs (and their mail system)? - My query generating the mail data is slow and will stay that way. The mails are generated on user action and the UI waits for the response to arrive. Is there some way commit, return the normal response (user can continue working) and have the mails generated asynchronously?
- If not, is it possible to display a progress indicator ("3/11 mails sent")?
- Do you have a syntax recommendation for mail addresses? Of course, the address has to be valid. But what about the real name to the address, like
- john.odoe@example.test
- 'John O Doe' <john.odoe@example.test>
- 'John O'Doe' <john.odoe@example.test>
- 'John O''Doe' <john.odoe@example.test>
- "John "The Unknown" O'Doe" <"john.odoe@example.test">
- ...
If there is some limitation, I'd like to regex-constraint the user names according to it.
Thank you & Best regards,
Blama
Comment