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

No email is sent after "Bewerbung einreichen" is pressed #50

Open
climber03 opened this issue Jun 14, 2022 · 0 comments
Open

No email is sent after "Bewerbung einreichen" is pressed #50

climber03 opened this issue Jun 14, 2022 · 0 comments

Comments

@climber03
Copy link

The issue occurs because the sender of the email is the email entered by the user and the mail server only accepts emails from a specific WordPress email address. When I take a look at the email log in WordPress, I see that the plugin is trying to send an email with the following meta-data:

Von: Das ist ein Test [email protected]
An: [email protected]
Antwort an: Das ist ein Test [email protected]
Datum: 2022-06-14 16:19:55
Betreff: Neuer Eintrag (m/w)
Auslieferungs-URI: smtp:tls:login://mail.company.org:587

Note that "Von" and "An" are invented addresses.

Is it possible to define the "Von" field of the email in the settings? The "Antwort an" field should be the email that the user entered.

Thanks for your help!

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

No branches or pull requests

1 participant