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

SMTP error: invite email not being sent #138

Open
kiranRadhh opened this issue Sep 28, 2023 · 3 comments
Open

SMTP error: invite email not being sent #138

kiranRadhh opened this issue Sep 28, 2023 · 3 comments

Comments

@kiranRadhh
Copy link

Describe the bug
The invite email is not being sent using smtp. The smtp details have been added to the overlay file, but the values were not being fetched to the values.yaml file. So we explicitly added the smtp values in the values.yaml file.
The herald engine pod and container are up and running, but we are unable to find the log file.

Expected behavior
Invite email to be sent to the mailboxes of the user.

Screenshots
the herald service is running
Screenshot 2023-09-28 183406

log file missing
Screenshot 2023-09-28 183115

send mail service is running in the container
Screenshot 2023-09-28 182848

Additional context
SMTP details
smtp:
server: smtp.office365.com
email:
port: 587
password:

Could you please help us in resolving this issue. Thanks!

@kiranRadhh
Copy link
Author

Hi @maxb-hystax , @nk-hystax

Could you please help us in resolving this issue. Thanks!

@nexusriot
Copy link
Collaborator

nexusriot commented Oct 10, 2023

seems you're using incomplete config

  1. You can re-run cluster with smtp config in user template
# SMTP server and credentials used for sending emails
smtp:
  server: address
  email: email@gmail.com
  port: 465
  password: my-password
  1. or change smtp setting on running cluster
    on controller node
kubectl exec -it etcd-0 etcd-walker

then use etcd walker to complete set smtp settings (key /smtp)
smtp

@kiranRadhh
Copy link
Author

Yeah, we did this and the details are already existing inside the etcd-0 pod. Attaching the screenshot.
image

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

2 participants