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

Fix mail-sink Kamelet #1181

Merged
merged 1 commit into from Nov 25, 2022
Merged

Conversation

christophd
Copy link
Contributor

  • In fact mail-sink only supports smtp protocol. Others like pop3 and imap do not make sense for sending mails
  • SMTPS protocol is also not supported because SSL context is missing
  • to:{{protocol}} stopped working with latest versions so remove protocol property and always use "smtp"
  • Also fix YAKS test

- In fact mail-sink only supports smtp protocol. Others like pop3 and imap do not make sense for sending mails
- SMTPS protocol is also not supported because SSL context is missing
- to:{{protocol}} stopped working with latest versions so remove protocol property and always use "smtp"
- Also fix YAKS test
@oscerd
Copy link
Contributor

oscerd commented Nov 24, 2022

Good to backport on 0.9.x. Thanks

@christophd
Copy link
Contributor Author

@oscerd thanks! could you please merge? I need this for another PR

@oscerd oscerd merged commit 76ca555 into apache:main Nov 25, 2022
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.

None yet

2 participants