pretalx / pretalx

Conference planning tool: CfP, scheduling, speaker management
https://pretalx.com
Apache License 2.0
739 stars 206 forks source link

Allow speaker name in email templates #654

Closed vmx closed 5 years ago

vmx commented 5 years ago

Problem you are facing

If I read https://github.com/pretalx/pretalx/blob/78d9fcb634fd72fe13ff4d808daaf511ba13f13a/src/pretalx/mail/context.py correctly, then there's currently no way to start emails with "Dear {speaker_name}". It would be great if you could send personlised emails to people.

Possible Solution

Add the speaker name to the context. Though I can see that this might be tricky as the emails are submission based.

Context

I'd like to be more personal and sound less auto-generated.

rixx commented 5 years ago

Duplicate of #412