Re: Email notification, posted by Stefan Ritt on Mon Feb 24 14:40:30 2003
|
This problem has been fixed as well (elog:233). |
Re: Email format flags, posted by Stefan Ritt on Thu Nov 24 08:27:01 2005
|
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. 
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. |
Re: Email format, posted by Stefan Ritt on Tue Oct 17 09:14:41 2006
|
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... |
Re: Email format, posted by Arckonit on Tue Oct 17 09:29:39 2006
|
Thanx for the quick answer
Email format = ?
Where can i find some help to use this feature ? |
Re: Email format, posted by Stefan Ritt on Tue Oct 17 09:32:21 2006
|
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 |
Re: Email format, posted by Arckonit on Tue Oct 17 09:35:01 2006
|
;)I've searched, i don't understand
but thanks !
"relis ton foutu manuel !"
excellent |
Re: Email boolean , posted by Finn Junker on Tue Oct 8 15:34:39 2019
|
> 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 |
Re: Email boolean , posted by Andreas Luedeke on Wed Oct 9 12:39:45 2019
|
> > 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. |
|