altering the text for the from email address in the event notification settings to remove
the comma separated value part. Can only have one email address in that field
<div class="glm-small-12 glm-medium-3 glm-columns email-notification-label email-address-label"> From / Reply To: Address </div>
<div class="glm-small-12 glm-medium-9 glm-columns email-notification-editor">
<input class="glm-form-text-input-medium-long" name="from_email" id="fromEmailAddress" type="text" value="{$email_settings.from_email}">
- <div class="email-notification-info">This email address is what recipient will receive from the accept/decline email message that is automatically sent once action has been taken on event record. You can add multiple email addresses, with commas separating each address. Example: info@domain.com,sales@domain.com,email@domain.com</div>
+ <div class="email-notification-info">This email address is what recipient will receive from the accept/decline email message that is automatically sent once action has been taken on event record.</div>
</div>
</div>
<div class="glm-row">