Skip to content

Commit

Permalink
note about smtp configuration added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Nov 15, 2012
1 parent 538c0ee commit 8cde0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/contact-form/resource-v2.xml
Expand Up @@ -17,9 +17,9 @@ Contact form for sending email
<!-- Optional properties -->
<property name="subject"/>
<property name="mime-type"/>
<property name="from"/> <!-- INFO: If not configured then the email address specified of the form is used as from address -->
<property name="from"/> <!-- INFO: If not configured, then the email address specified of the form is used as from address -->
<property name="email-validation-regex"/>
<!-- NOTE: Please note that one needs to reload/restart Yanel in order to activate changes of host and port! -->
<!-- NOTE: If not configured, then the global configuration from 'yanel.xml' will be used. Please note that one needs to reload/restart Yanel in order to activate changes of host and port! -->
<property name="smtpHost"/>
<property name="smtpPort"/>
</rtd>
Expand Down

0 comments on commit 8cde0ed

Please sign in to comment.