Guest User

Untitled

a guest
Sep 8th, 2018
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <!-- EMAIL CONFIG -->
  2. <email_settings>
  3. <recipients to="point_to_field:subject" cc="" bcc="" />
  4. <smtp auth="yes" host="" username="" password="" secure_type="tls" port="587" />
  5. <subject>Someone is getting in touch with you!</subject>
  6. </email_settings>
  7.  
  8. <!-- FIELDS SETTINGS -->
  9. <fields>
  10. <new_radio_list name="subject" label="Subject: ">
  11. <options>
  12. <option email="general@mysite.com.br">General</option>
  13. <option email="sales@mysite.com.br">Sales</option>
  14. <option email="complain@mysite.com.br">Complain</option>
  15. </options>
  16. <validation>
  17. <required>Please, choose a subject.</required>
  18. </validation>
  19. </new_radio_list>
  20. </fields>
Add Comment
Please, Sign In to add comment