This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
E-mail issues #1240
Comments
converting the list to checkboxes for myself:
|
Merged
esoterik
pushed a commit
that referenced
this issue
Jun 21, 2015
Resolves #1240 - test emails for approved requests that start today - fixed issue with emails for approved requests that start today - delete extra space from user email subject - remove doubled salutations - changed admin mailer from address - fix default emails - rework of user email method
esoterik
pushed a commit
that referenced
this issue
Jun 22, 2015
Resolves #1240 - test emails for approved requests that start today - fixed issue with emails for approved requests that start today - delete extra space from user email subject - remove doubled salutations - changed admin mailer from address - fix default emails - rework of user email method
esoterik
pushed a commit
that referenced
this issue
Jun 22, 2015
Resolves #1240 - test emails for approved requests that start today - fixed issue with emails for approved requests that start today - delete extra space from user email subject - remove doubled salutations - changed admin mailer from address - fix default emails - rework of user email method
esoterik
pushed a commit
that referenced
this issue
Jun 23, 2015
Resolves #1240 - test emails for approved requests that start today - fixed issue with emails for approved requests that start today - delete extra space from user email subject - remove doubled salutations - changed admin mailer from address - fix default emails - rework of user email method
Closed
3 tasks
This was referenced Jan 15, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just testing some stuff out and came across the following:
\n
s that don't get processed by the mailerDear @user@
), but we've got one in the base template so it gets doubled. We should clarify this in our App Config instructions for the e-mail contents and adjust the defaults appropriatelyThat's it for now, we should resolve these in v5.3.0 so that everyone's e-mails are good.
Edit 2015/05/06
We also have the reply-to / from for our admin e-mails set to
[email protected]
... this seems a bit silly although at the same time the e-mail is coming from the application itself to the admin, so I don't know if there's a better option. At the very least sincereservations.app
will be a valid domain at some point in the near future, we should probably set this to something likeno-reply@DOMAIN
(e.g.[email protected]
) instead.The text was updated successfully, but these errors were encountered: