home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / FAQ / cgi-bin / discus4_00 / source / testmail.tmpl < prev    next >
Text File  |  2009-11-06  |  2KB  |  38 lines

  1. # FILE: notify.tmpl
  2. # DESCRIPTION: E-mail notification template
  3. # -------------------------------------------------------------------------------------------
  4.  
  5. <!--BEGIN-->
  6. <#if $general->{test} == 0#>
  7. --------------------------------------
  8. {|}
  9. This message is a test of e-mail notification.  If you receive this message, you know that e-mail notification is working correctly on your server with the settings you chose.  You must now save your settings in the e-mail notification popup configuration box.
  10. {|}
  11. --------------------------------------
  12. {|}
  13. <#if $GLOBAL_OPTIONS{reply_email} && $general->{reply_disabled} == 0#>
  14. You can test replying by e-mail by replying to this message.  You must do the following steps, in this order, to perform an accurate test:
  15. {|}
  16. 1. Save your e-mail notification settings.  The test message was properly received, so your e-mail sending settings should be saved.
  17. {|}
  18. 2. With your e-mail program, reply to this message, quoting the entire text of this message in your reply.  Send the message.
  19. {|}
  20. 3. Monitor your e-mail mailbox.  You should receive a confirmation of your successful test of e-mail reply.
  21. {|}
  22. --------------------------------------
  23. {|}
  24. <#endif#>
  25. <#if $GLOBAL_OPTIONS{reply_email} && $general->{reply_disabled} == 0#>
  26. /0/0/0/$general->{username}/$general->{pwstring}
  27. {|}
  28. <#endif#>
  29. <#endif#>
  30. <#if $general->{test} == 1#>
  31. --------------------------------------
  32. {|}
  33. Your test of reply by e-mail was successful.  You now know that your discussion board is properly set up to receive posts from those who reply to e-mail notification messages.
  34. {|}
  35. --------------------------------------
  36. <#endif#>
  37. <!--END-->
  38.