Closed vmx closed 5 years ago
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.
Add the speaker name to the context. Though I can see that this might be tricky as the emails are submission based.
I'd like to be more personal and sound less auto-generated.
Duplicate of #412
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.