Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 531 of 808  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
ID Date Icon Author Author Email Category OS ELOG Version Subjectdown
  235   Mon Feb 24 14:40:30 2003 Reply Stefan Rittstefan.ritt@psi.chQuestion  Re: Email notification
This problem has been fixed as well (elog:233).
  1534   Thu Nov 24 08:27:01 2005 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux2.6.0-betaRe: Email format flags

Elaine Cristina Franchini dos Anjos wrote:
I've been tried to format our email notification messages
like this forum, but I couldn't.

Every email notification is sent in plain text although I've tried
all options listed in documentation about Email Format flags. Crying

What is the Email Format flag that I need to use ?
Is there something else that I have to configure ? ?)


The email notification is under revision right now, that's why 2.6.0 is still in beta. It will change again before the final release. I want to make a multipart/alternative encoding, where plain text and HTML are sent in the same email, and the user can select on the email client which part to view.

In the 2.6.0-beta5, you can select the eamil format with

Email encoding = 4

which then produces the same notifications as the forum.
  1996   Tue Oct 17 09:14:41 2006 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.6.2Re: Email format

Arckonit wrote:
I know the use "use email heading" and other, but i would like to configure the body of the mail, where there is the link, the name of the author, etc.


Following options can be used to format the email body:

  • Use Email heading = ...
  • Use Email Subject = ...
  • Email attributes = ...
  • Email encoding = ...
  • Email format = ...

Probably the last one is the one you are looking for...
  1997   Tue Oct 17 09:29:39 2006 Reply Arckonitcrashrunover@hotmail.comQuestionWindows2.6.2Re: Email format
Thanx for the quick answer
Email format = ?
Where can i find some help to use this feature ?
  1998   Tue Oct 17 09:32:21 2006 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.6.2Re: Email format

Arckonit wrote:
Thanx for the quick answer
Email format = ?
Where can i find some help to use this feature ?


RTFM!

http://midas.psi.ch/elog/config.html#flags search for Email format
  1999   Tue Oct 17 09:35:01 2006 Reply Arckonitcrashrunover@hotmail.comQuestionWindows2.6.2Re: Email format
;)I've searched, i don't understand
but thanks !
"relis ton foutu manuel !"
excellent
  69026   Tue Oct 8 15:34:39 2019 Reply Finn Junkerfj@tvis.netQuestionWindows3.1.4Re: Email boolean
> Hello Elog forum
> 
> Is it possible to email boolean statements, like if a checkbox is checked to email certain people?
> 
> My Configuration looks like this but dosn't work:
> 
> Attributes = Bruger, Station, Emne, Status, PM5
> Options PM5 = boolean
> Email PM5 = fj@tvis.net
> 
> Kind Regards
> 
> Finn

I still don't have a solution to the above, but this works:

Attributes = Bruger, Station, Emne, Status, PM5
ROptions PM5 = Ja
Email PM5 Ja = th@tvis.net, fj@tvis.net

Kind Regards

Finn
  69028   Wed Oct 9 12:39:45 2019 Warning Andreas Luedekeandreas.luedeke@psi.chQuestionAll3.1.4Re: Email boolean
> > Hello Elog forum
> > 
> > Is it possible to email boolean statements, like if a checkbox is checked to email certain people?
> > 
> > My Configuration looks like this but dosn't work:
> > 
> > Attributes = Bruger, Station, Emne, Status, PM5
> > Options PM5 = boolean
> > Email PM5 = fj@tvis.net
> > 
> > Kind Regards
> > 
> > Finn
> 
> I still don't have a solution to the above, but this works:
> 
> Attributes = Bruger, Station, Emne, Status, PM5
> ROptions PM5 = Ja
> Email PM5 Ja = th@tvis.net, fj@tvis.net
> 
> Kind Regards
> 
> Finn

You were so close: boolean has the two values "0" (unchecked) and "1" (checked).

 Attributes = Bruger, Station, Emne, Status, PM5
 Options PM5 = boolean
 Email PM5 1 = fj@tvis.net

That does work, I've tested it.
ELOG V3.1.5-3fb85fa6