send random meal idea on set days
Select meals of type main-dish, get all ids, them randomly select one of the ids
Email the selected recipe with its instructions to recipients
A selected meal should not be selected again until all other meals have been selected once.
For that, all selected meals should be placed in a new table, once all the meals have been selected, the table gets pruned.
send random meal idea on set days Select meals of type main-dish, get all ids, them randomly select one of the ids Email the selected recipe with its instructions to recipients
A selected meal should not be selected again until all other meals have been selected once. For that, all selected meals should be placed in a new table, once all the meals have been selected, the table gets pruned.