-
Notifications
You must be signed in to change notification settings - Fork 8
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
Enable SMTP only with public ipv4 #2681
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be implemented in Owncloud also.
tfgrid-sdk-ts/packages/playground/src/weblets/tf_owncloud.vue
Lines 109 to 113 in b600e08
<template #smtp> | |
<SmtpServer v-model="smtp" tls ssl email> | |
Configure these settings only If you have an smtp service and you know what you’re doing. | |
</SmtpServer> | |
</template> |
<v-alert variant="tonal" type="warning" class="mt-3"> | ||
SMTP server requires IPv4. Please ensure that your network configuration supports IPv4. | ||
</v-alert> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we ensure that IPV4 is enabled if the SMTP is chosen, can we change the phrasing of the alert?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job ya Amira
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job ya Alaa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SMTP toggle now has some issues. It doesn't get enabled on first click. It gets enabled on the third. Also, switching the SMTP toggle to off would not switch off the IPV4 toggle.
SMTP.webm
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job, Alaa! ❤️
Description
The SMTP ports are blocked on the private network. so to have it working, the solution should have a public IP.
Changes
Related Issues
Documentation PR
Screencast.from.05-12-2024.03.18.03.PM.webm
For UI changes, Please provide the Documetation PR on info_grid
Checklist