I'm using notifications to send email to an administrator everytime a new document is sent to approval.
There is at least 3 issues:
1. incorrect links in e-mails:
The link has the follwing form: yourDomain/umbraco/umbraco/publish.aspx?id=xxxx (where xxxx i the node Id)
It shoud be yourDomain/umbraco/actions/publish.aspx?id=xxxx (this way it works).
2. language is incorrect
Even if administrator language is set to other than english in the User section, the text in the email is provided in English (despite a translation is provided in it.xml)
3. email formating is incorrect - Here is what it look like:
<table style="width: 100%;"> <tr> <th style='text-align: left; vertical-align: top; width: 25%;'>Autore</th> <tr is missing here style='text-align: left; vertical-align: top;'>Donald Duck</td> </tr> <tr> <td colspan="2" style="border-bottom: 1px solid #CCC; font-size: 2px;"> </td> </tr> <tr><th style='text-align: left; vertical-align: top; width: 25%;'>E-mail</th> <tr is missing here style='text-align: left; vertical-align: top;'>[email protected]</td> </tr> <tr><td colspan="2" style="border-bottom: 1px solid #CCC; font-size: 2px;"> </td></tr><tr><th style='text-align: left; vertical-align: top; width: 25%;'>Commento</th> <tr is missing here style='text-align: left; vertical-align: top;'>I am unhappy with email notification. It is not provided in my language and overview ot content does not appear in the table. Grr...</td> </tr> <tr><td colspan="2" style="border-bottom: 1px solid #CCC; font-size: 2px;"> </td></tr> </table>
This HTML errors causes content disappearing (properties values are not displayed).
"This is an automated mail to inform you that the task 'Invia la pubblicazione' has been performed on the page '100311-Donald Duck' by the user 'Administrator' "
Administrator is not the username
Administrator is not an administrator but a Writer !
email notifications - many problems
Hi there,
I'm using notifications to send email to an administrator everytime a new document is sent to approval.
There is at least 3 issues:
1. incorrect links in e-mails:
The link has the follwing form: yourDomain/umbraco/umbraco/publish.aspx?id=xxxx (where xxxx i the node Id)
It shoud be yourDomain/umbraco/actions/publish.aspx?id=xxxx (this way it works).
2. language is incorrect
Even if administrator language is set to other than english in the User section, the text in the email is provided in English (despite a translation is provided in it.xml)
3. email formating is incorrect - Here is what it look like:
<table style="width: 100%;">
<tr>
<th style='text-align: left; vertical-align: top; width: 25%;'>Autore</th>
<tr is missing here style='text-align: left; vertical-align: top;'>Donald Duck</td>
</tr>
<tr>
<td colspan="2" style="border-bottom: 1px solid #CCC; font-size: 2px;"> </td>
</tr>
<tr><th style='text-align: left; vertical-align: top; width: 25%;'>E-mail</th>
<tr is missing here style='text-align: left; vertical-align: top;'>[email protected]</td>
</tr>
<tr><td colspan="2" style="border-bottom: 1px solid #CCC; font-size: 2px;"> </td></tr><tr><th style='text-align: left; vertical-align: top; width: 25%;'>Commento</th>
<tr is missing here style='text-align: left; vertical-align: top;'>I am unhappy with email notification. It is not provided in my language and overview ot content does not appear in the table.
Grr...</td>
</tr>
<tr><td colspan="2" style="border-bottom: 1px solid #CCC; font-size: 2px;"> </td></tr>
</table>
This HTML errors causes content disappearing (properties values are not displayed).
Cheers,
Eric
4th issue:
"This is an automated mail to inform you that the task 'Invia la pubblicazione' has been performed on the page '100311-Donald Duck' by the user 'Administrator' "
Administrator is not the username
Administrator is not an administrator but a Writer !
Hope to see this fixed in next releases.
Cheers,
Eric
Moved to this category (it wasn't really a our.umb question)
Cheers,
/Dirk
is working on a reply...