-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: CMD-112 custom confirmation e-mail via setting #448
base: main
Are you sure you want to change the base?
Conversation
@jarosenb reviewed privately. Results are: |
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.
Tweaks
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.
Not ready to merge. Introduces regression bug.
if form.name == 'rt-ticket-form': | ||
submit_ticket(cleaned_data) | ||
elif ('email' in cleaned_data): | ||
send_confirmation_email(form.name, cleaned_data) |
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.
Caution
REGRESSION BUG: Yes, Core-CMS will send_confirmation_email
instead. But TACC should not send_confirmation_email
if ticket is an rt-ticket-form
. Core-CMS does not know this, so TACC will send_confirmation_email
for rt-ticket-form
.
Overview
Status
rt-ticket-form
.Related
Changes
Testing
Remote
[email protected]…
that saysno-reply@tacc…
with message body:no-reply@tacc…
with message body:Local
/about/help
) with an e-mail field (display name is "Email" or "email")./apps/tup-cms/src/taccsite_cms/settings_local.py
, setDEFAULT_FROM_EMAIL
to an e-mail address.UI
Remote @ 2024-06
…
Local @ 2024-04
Docker log (for sending email to user)
Docker log (for sending email to TACC)