<attr id="126" name="zimbraPrefNewMailNotificationEnabled" type="boolean" cardinality="single" optionalIn="account" flags="domainAdminModifiable">
<desc>whether or not new mail notification is enabled</desc>
</attr>
<attr id="127" name="zimbraPrefNewMailNotificationAddress" type="email" max="256" cardinality="single" optionalIn="account" flags="domainAdminModifiable">
<desc>RFC822 email address for email notifications</desc>
</attr>
<attr id="150" name="zimbraNewMailNotificationFrom" type="string" max="1000" cardinality="single" optionalIn="account,cos" flags="accountInherited,domainAdminModifiable">
<defaultCOSValue>Postmaster <postmaster@${RECIPIENT_DOMAIN}></defaultCOSValue>
<desc>template used to construct the sender of an email notification message</desc>
</attr>
<attr id="151" name="zimbraNewMailNotificationSubject" type="string" max="1000" cardinality="single" optionalIn="account,cos" flags="accountInherited,domainAdminModifiable">
<defaultCOSValue>New message received at ${RECIPIENT_ADDRESS}</defaultCOSValue>
<desc>template used to construct the subject of an email notification message</desc>
</attr>
<attr id="152" name="zimbraNewMailNotificationBody" type="string" max="10000" cardinality="single" optionalIn="account,cos" flags="accountInherited,domainAdminModifiable">
<defaultCOSValue>
New message received at ${RECIPIENT_ADDRESS}.${NEWLINE}Sender: ${SENDER_ADDRESS}${NEWLINE}Subject: ${SUBJECT}
</defaultCOSValue>
<desc>template used to construct the body of an email notification message</desc>
</attr>