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

Commits on Nov 24, 2022

  1. Fix mail-sink Kamelet

    - 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
    christophd committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    20ef968 View commit details
    Browse the repository at this point in the history