Is it possible to ask to hMailServer for adding a message at the end of the mails sent from him like :
Post thanks to hMailServer
Analyse thanks to ClamWin, no virus found in this mail
?
And if it is possible, how to do it ?
Thank You
FAWTS
Add a common message at the bottom of the mails
I found a way via SquirrelMail.
Open the compose page compose.php in the src/ folder.
Go to line 366 (
But this is a solution only if everybody use SquirrelMail, not a mail software as Thunderbird
So if you have a better solution, I am waiting for it!
FAWTS
Open the compose page compose.php in the src/ folder.
Go to line 366 (
just before (but after the comment) add :$body = explode("\n", $body);
And it works!!!$body = $body . "\n\nyour text\n" ;
But this is a solution only if everybody use SquirrelMail, not a mail software as Thunderbird


FAWTS
This question is asked ofter before and it is also a feature request. It can in version 4.0 accomplished by vbscripting.
(http://www.hmailserver.com/forum/viewtopic.php?t=1413)
(http://www.hmailserver.com/forum/viewtopic.php?t=1413)
hmailserver 4.3 (242 Live)
hmailserver 5.0 (605 Test)
Windows 2003
MSSQL
ASSP 1.3.2
ClamAV (SOSDG)
http://www.realdesign.nl
hmailserver 5.0 (605 Test)
Windows 2003
MSSQL
ASSP 1.3.2
ClamAV (SOSDG)
http://www.realdesign.nl
I don't know the dates. Martin is the developer and he decides when a realease is done. 4.0 is in beta for a few months now, so it souldn't take long. The biggest bugs are solved and het download counter for the 4.0 version keeps getting higher.
(I read a post that it would take days now, but can't find the post anymore)
(I read a post that it would take days now, but can't find the post anymore)
hmailserver 4.3 (242 Live)
hmailserver 5.0 (605 Test)
Windows 2003
MSSQL
ASSP 1.3.2
ClamAV (SOSDG)
http://www.realdesign.nl
hmailserver 5.0 (605 Test)
Windows 2003
MSSQL
ASSP 1.3.2
ClamAV (SOSDG)
http://www.realdesign.nl
The issue isn't completely solved in v4 since the HTMLBody of a message is still read only.
This means that you can add a common message on the regular text body of a message, but messages that have html bodies could not have the message attached to the html email.
Here is where martin says "in a few days" as far as the hMailServer release.
This means that you can add a common message on the regular text body of a message, but messages that have html bodies could not have the message attached to the html email.
Here is where martin says "in a few days" as far as the hMailServer release.