Hi - In front-end, if I send an email to a user, the following format is being sent (note, the "(...)" are the variable fields - this is not an error, I'm just omitting the actual values)
Code:
~~~
From: (name) @ (website)
To: (user)
Subject: (subject)
------- This is a message from (name) @ (website)(https://www.xxxxx) to you: -------
testing
------ NOTES: ------
This user did not see your email address. If you reply the recipient will have your email address.
(website) owners cannot accept any responsibility for the contents of the email and of user email addresses.
~~~
I would like to override it (notes,etc.) - where and how? can I html it? haven't yet checked if this is a launguage field - and I hope it is safe to override - please advise
thanks!
~~~~
Update:
Obviously this is in language file and with the language overrides I can modify to my liking. (on personal note, I think th is little clumsy, but hey, I can live with it
)
The another question has popped up when testing this type of email (peer to peer "Send message via email to (user)):
As a logged user in front-end, I'm sending email to another user: in mesage screen view, I see the note:
"Important: 1. Your email address on your profile is (my email address)..." etc. -
Now, in back-end Configuration > General > Emails Sent From: there are two options - User email address and admin email address with reply to: => I have this set to "User email address" as per default settings I believe.
HOWEVER, the email that the user receives from me has the website email address (which is specified in the Joomla Configuration) - am I missing something here?
If my intention is to send email with my email address so the user can reply directly to me - what should I do?
Thanks!