Has anyone else noticed that the last person's email address in an email distribution on a multi state alarm (perhaps others) is not included in the "To" header of the email, but they get the email?
cheers
bruce
Good catch! I fixed this issue and it will be in RTMC v3.2. The good news is that SMTP servers don't actually use any of the header information for sending emails. So basically it is just meta information used by the email client. Each email recipient is sent to the SMTP server using individual "RCPT TO:" commands and those are all being registered properly. That is why you were seeing the last recipient in your email list getting the email even though they didn't show up in the header "To:" section.
Thanks!