swindonmakers / AccessSystem

Swindon Makerspace access system
2 stars 3 forks source link

Move generate_email to Emailer (deal with consequences) #66

Closed castaway closed 7 months ago

castaway commented 7 months ago

send_communications script still needed config to generate the email, so moved it to Emailer where we already had config data

theorbtwo commented 7 months ago

Should probably pass the member object to templates?

castaway commented 7 months ago

Should probably pass the member object to templates?

this one doesnt make templates, just emails (and it gets the member object from $comms->person)