
Tom@Pton (Customer) asked a question.
Text entry for mail addfess
I found a video on using text entry to change or add an email address without a program update.
Can someone point me to that video again?
Thank you.

Tom@Pton (Customer) asked a question.
I found a video on using text entry to change or add an email address without a program update.
Can someone point me to that video again?
Thank you.
Copyright © 1999-2023 AutomationDirect. ALL RIGHTS RESERVED
Are you using a C-more panel?
Are you wanting to change email address in address book or in a plc?
I did not find the referenced video before I got called away.
Yes, C-More. I watched a help video but I need to go back and watch it more closely. IDR where I found it.
I am unsure of the video, but is it this one?
C-More EA9 HMI Series Panel Sending Email
https://www.youtube.com/watch?v=0Pbmlo9pGYQ
This is the website post for the video:
https://accautomation.ca/c-more-ea9-hmi-series-panel-sending-email/
Regards,
Garry
https://accautomation.ca/series/c-more-hmi-series-panel/
You just need to make the email a tag, not static and then use that tag in a text entry.
You cannot add an email that way though, just change it. There is no native way that I am aware of to create a new email. What I do is create 20 upfront (they're an array in PLC). I do a lot of wrangling in the PLC to determine which users get the emails and what those emails contain, then move their emails into the email address array for HMI and trigger the email event. I do it this way as I already have the user part in PLC for passwords and permissions to avoid using C-More's built in system. You could just as easily do the email part in the HMI itself though, just create 20 addresses and a text entry for each and make sure to select every one of them for every email event. C-More won't have a problem with the extra empty emails when it goes to send the email.
Create a new e-mail is what I was after.
Thanks.