``` this.property('to', 'string', { required: true, message: "The to field is required to send an email." }); ```