yawik/jobs-by-mail

This module enables subscription to latest jobs by email

Installs: 3 479

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 1

Type:yawik-module

v0.3.3 2020-06-03 17:54 UTC

This package is auto-updated.

Last update: 2024-04-04 16:15:17 UTC


README

This module lets users subscribe to latest job postings by Email

Build status:

Build Status Coverage Status

Requirements

running YAWIK

Installation

recommended

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

If you have a running YAWIK installation, you can add the module by

composer require yawik/jobs-by-mail

Configuration

Enable the module by creating an the bin/console tool offers

--------------------------------------------------------------------------------------------------------
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.

Example:

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

Licence

MIT