email_queue.rst 959 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ########
  2. Email Queue
  3. ########
  4. Manage sending emails in a queue. Also works with the transcription of audio files with IBM Watson, Azure, or Google.
  5. Install Instructions
  6. ^^^^^^^^^^^^^^^^^^^^
  7. - Make sure to upgrade to the latest FusionPBX version
  8. - Update the database structure
  9. - Advanced -> Upgrade -> Schema
  10. - Update App Defaults
  11. - Advanced -> Upgrade -> App Defaults
  12. * Run the following commands to install as a service
  13. ::
  14. cp /var/www/fusionpbx/app/email_queue/resources/service/debian.service /etc/systemd/system/email_queue.service
  15. systemctl enable email_queue
  16. systemctl start email_queue
  17. systemctl daemon-reload
  18. - or as a cron job
  19. ::
  20. crontab -e
  21. * * * * * cd /var/www/fusionpbx && /usr/bin/php /var/www/fusionpbx/app/email_queue/resources/service/email_queue.php
  22. Default Settings
  23. ^^^^^^^^^^^^^^^^
  24. Be sure all **Email** category settings are configured properly within Default Settings, or emails will fail to send properly.