Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1074: add applicant name to verification Mail #1079

Merged
merged 2 commits into from
Aug 17, 2023

Conversation

sarahsporck
Copy link
Contributor

As always, feel free to critique the format. Not my strong point ^^

@sarahsporck sarahsporck linked an issue Aug 16, 2023 that may be closed by this pull request
Copy link
Member

@michael-markl michael-markl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe, that some Landkreise / Städte will not like this change (ie. sending personal data via email)

@@ -148,7 +148,7 @@ object Mailer {
projectConfig.smtp,
projectConfig.administrationName,
applicationVerification.contactEmailAddress,
"Bestätigung notwendig: Antrag auf Bayerische Ehrenamtskarte",
"Bestätigung notwendig: Antrag auf Bayerische Ehrenamtskarte [${applicationVerification.contactName}]",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we don't want to send the contact name but the applicant name ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jep you're right. Once again a splendid review. Will change that.

@sarahsporck sarahsporck merged commit 0505ed0 into main Aug 17, 2023
@sarahsporck sarahsporck deleted the 1074-add-applicant-name-to-verification-mail branch August 17, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add applicant name to verification mail
3 participants