Send the same email to two different address at same time

Hello! I want to know if i can send the same email to two different address at same time. Is it possible? I want to send the same alarms to different users at same time. I’m using this code:

Blynk.email("example@gmail.com", “Alarma MODULO 1”, “Presión BAJA en MODULO 1”);

Should be no problem, but you will need to utilise a timer (not delay) to separate them by 15 seconds, due to the Cloud Server limitations.

http://docs.blynk.cc/#widgets-notifications-email

Thanks a lot! I’m going to try it.

Hello. Or you can do forwarding based on email header to another email.

Maybe it can be better, in this case i save 15 very important seconds, in that time could be present another alarm and don’t be sended. Thanks a lot!