Author |
|
NelEU Newbie
Joined: 07 August 2013
Online Status: Offline Posts: 7
|
Posted: 10 August 2013 at 1:16pm | IP Logged
|
|
|
Where would I have to look at if I wanted to add a short text to each outgoing message?
Note, I do not want to add it to the signature, but below the signature, so people cannot just remove it. I basically want to add something like "powered by domain.com"
Your help would be greatly appreciated.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 11 August 2013 at 11:38pm | IP Logged
|
|
|
This kind of functionality was available as a plugin in previous version 6, but it could only work in a reliable way when the messages are composed in plain text. In version 7, only HTML format is used when composing mail, so there's no straightforward way to achieve that anymore, and now this is about tweaking HTML document structure. Still, this may become available in subsequent releases.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
NelEU Newbie
Joined: 07 August 2013
Online Status: Offline Posts: 7
|
Posted: 12 August 2013 at 3:46am | IP Logged
|
|
|
Hello,
could you possibly point me to the exact php file which handles the sending of the email. I am an experienced PHP developer and I would just "hack" it into the code. My main issue is that there are 1000's of files and learning where to find what is my main issue. If I knew where the compose mail is "sent" to for processing, I could just hack an additional line into the body.
Thanks for your reply :)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 12 August 2013 at 4:38am | IP Logged
|
|
|
Well, that makes sense to me
The code responsible for sending mails out is found in libraries/ProjectSeven/Actions.php file, check AjaxMessageSend method.
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
NelEU Newbie
Joined: 07 August 2013
Online Status: Offline Posts: 7
|
Posted: 12 August 2013 at 7:29am | IP Logged
|
|
|
Thank you, found it and it works perfectly :)
|
Back to Top |
|
|