2017 © Pedro Peláez
 

yawik-module jobs-by-mail

This module enables subscription to latest jobs by email

image

yawik/jobs-by-mail

This module enables subscription to latest jobs by email

  • Tuesday, July 10, 2018
  • by cbleek
  • Repository
  • 4 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

JobsByMail

This module lets users subscribe to latest job postings by Email, (*1)

Build status:, (*2)

Build Status Coverage Status, (*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)

The Versions

10/07 2018

dev-develop

dev-develop

This module enables subscription to latest jobs by email

  Sources   Download

MIT

The Requires

 

by Carsten Bleek

yawik

21/09 2017

dev-feature/ZF3

dev-feature/ZF3

This module enables subscription to latest jobs by email

  Sources   Download

MIT

The Requires

 

by Carsten Bleek

yawik

25/04 2017

dev-master

9999999-dev

This module enables subscription to latest jobs by email

  Sources   Download

MIT

The Requires

 

by Carsten Bleek

yawik

25/04 2017

v0.1

0.1.0.0

This module enables subscription to latest jobs by email

  Sources   Download

MIT

The Requires

 

by Carsten Bleek

yawik

21/04 2017

v0.0.0

0.0.0.0

This module enables subscription to latest jobs by email

  Sources   Download

MIT

The Requires

 

by Carsten Bleek

yawik