Hi,
Is it possible for an event to have an alert by email rather than by post? If not, could this be a new feature?
Regards,
Hi,
sorry but it is completely wrong idea. The client is "running" only if your browser window/tab is open and you are logged in. So in general it cannot send you e-mail notifications.
Even if you keep your browser always open (and you will be logged in) it is extremely problematic to send e-mail directly from JavaScript. It requires web sockets and also a complete JavaScript SMTP client implementation (extreme amount of work).
In short: server is the correct place to generate notifications (because it is always running).
Cheers,
JM
On 25 Mar 2016, at 10:32 PM, mab974 mab974@gmail.com wrote:
Hi,
Is it possible for an event to have an alert by email rather than by post? If not, could this be a new feature?
Regards,
Hi,
Thank you for your quick response. I'll look for another solution.
Mab
Selon Ján Máté jan.mate@inf-it.com :
Hi,
sorry but it is completely wrong idea. The client is "running" only if your browser window/tab is open and you are logged in. So in general it cannot send you e-mail notifications.
Even if you keep your browser always open (and you will be logged in) it is extremely problematic to send e-mail directly from JavaScript. It requires web sockets and also a complete JavaScript SMTP client implementation (extreme amount of work).
In short: server is the correct place to generate notifications (because it is always running).
Cheers,
JM
On 25 Mar 2016, at 10:32 PM, mab974 mab974@gmail.com wrote:
Hi,
Is it possible for an event to have an alert by email rather than by post? If not, could this be a new feature?
Regards,
-*- mab974mab974@gmail.com