scientist-softserv / adventist_knapsack

Apache License 2.0
1 stars 0 forks source link

🦄 SPIKE: Verify contact to/from works #261

Closed ShanaLMoore closed 9 months ago

ShanaLMoore commented 9 months ago

While working on specs we noticed that the way Adventist was setting contact_emails has been deprecated.

Previously an admin user would set it in settings > Contact.

Image

And the value would get used on the back end of the contact form.

Image

Image

Hyku has since been updated to set this value in the settings > accounts section:

Image

This ticket is meant to verify that a user can still set contact_email appropriately.

ShanaLMoore commented 9 months ago

I can't submit this form in staging:

Image

will try locally to see what's going on

ShanaLMoore commented 9 months ago

After fixing the blank subject issue, I believe this is working as expected. Unfortunately staging's mail trap doesn't appear to be set up, and it doesn't look like we pay for it anymore. However locally I can see that an email gets sent from the contact emails I set up:

Image

ShanaLMoore commented 9 months ago

If we had an active email server this would work. Prod is the only env that actually sends out emails.

Staging:

Image

Image

Image