JobsByMail
This module lets users subscribe to latest job postings by Email, (*1)
Build status:, (*2)
, (*3)
Requirements
running YAWIK, (*4)
Installation
recommended, (*5)
git clone https://github.com/yawik/JobsByMail.git
cd JobsByMail
composer install
composwe serv
this will install all required yawik modules in the verdor dir and starts a development server which lets you
access your yawik via http://localhost:8000, (*6)
If you have a running YAWIK installation, you can add the module by, (*7)
composer require yawik/jobs-by-mail
Configuration
Enable the module by creating an the bin/console tool offers, (*8)
--------------------------------------------------------------------------------------------------------
JobsByMail
--------------------------------------------------------------------------------------------------------
Send jobs by mail emails
console jobsbymail send [--limit] [--server-url] Sends emails with relevant jobs to search profiles
console jobsbymail cleanup Purges stale inactive search profiles
--limit=INT Number of search profile to check per run. Default 30. 0 means no limit
--server-url=STRING Server url including scheme. E.g.: https://domain.tld
So create a cronjob for sending mails and for cleanup unconfirmed subscriptions., (*9)
Example:, (*10)
5 * * * * root /var/www/YAWIK/bin/console jobsbymail send --limit=100 --server-url=https://domain.tld
10 1 * * * root /var/www/YAWIK/bin/console jobsbymail send cleanup
Documentation
http://yawik.readthedocs.io/en/latest/modules/jobs-by-mail/index.html, (*11)
Licence
MIT, (*12)