-
Notifications
You must be signed in to change notification settings - Fork 57
AdminMailer broken [v5.5] #1426
Comments
This was likely also due to e-mails being disabled this morning (via the |
Similar to #1428, this isn't turning out to be so straightforward. The |
Thanks to @dgoerger we've figured this out - when we updated the no-reply address for AdminMailer e-mails in #1240 we broke things since it's including the relative root (so |
The relevant line is here. |
Resolves #1426 - correctly set default_url_options with relative root
Turns out we were incorrectly incorporating the relative root into the |
Deploying to DEV to test; will ask @dgoerger to enable e-mails for the SDMP instance tomorrow so we can see if it works. |
Resolves #1426 - correctly set default_url_options with relative root Conflicts: CHANGELOG.md
Resolves #1426 - correctly set default_url_options with relative root
PR's issued for release-v5.5 and master, waiting for testing on DEV tomorrow before merging. |
@orenyk I've enabled emails for dev /sdmp and restarted the app. Can you test it and let me know? |
Bingo, worked almost perfectly 😌. The site I found that introduced me to the appropriate setting incorrectly added a leading slash to the relative root so I'll update that later today and then we can merge this in. Thanks! |
Note that I verified the |
Great! If you need to do more deploys to dev /sdmp, let me know and I'll change the installer script to enable emails at point of install, rather than me subsequently editing the conf and restarting the app? (then disable emails in dev /sdmp again once testing is complete) |
Resolves #1426 - correctly set default_url_options with relative root
Resolves #1426 - correctly set default_url_options with relative root
@dgoerger we'll probably want to test again |
@orenyk ok done! Emails are enabled in /sdmp dev per the installer, so we can test and not have to edit the |
Worked perfectly, thanks! |
2016-01-15
This has been identified as an issue with the way AdminMailer sets the from address in e-mails on deployments with a relative root. See below.
Original
Reported by BMEC, notes are being entered during checkin but the reservation is not being included in the hourly notes e-mail. Pretty critical!
The text was updated successfully, but these errors were encountered: