2. Fehler

Autor Nachricht
Verfasst am: 27.07.2007 [22:47]
ralfiklein

[Themenersteller]
dabei seit: 27.06.2007
Beiträge: 70

So,

ich habe jetzt seid gut 15h an dem Newsletter ein richten gesessen. Wieso, weil alles mögliche macht, nur nicht das was ich möchte.
Ich nutze dmail.
Er ist so ein gerichtet das man sich ein und aus tragen kann.
Aber, wenn ich nen neue Newsseite erstelle mit Inhalt, dann komme ich bis zu dem punkt wo ich die eMail generiere. Wenn ich drauf geklickt habe, dann kommt dieser Fahler.
"The plain text content does not contain any direct mail boundaries."
Ok, aber im Include ist es drin das boundaries. Also bitte was machte das Script von mir?
Klicke ich nun auf Template und klicke wider in den Direct Mail zurück und gehe erneut auf generieren, dann bekomme ich diese Fehlermeldung nicht. Das kann ja schon mal nicht normal sein.

Des weiteren. Ich habe in dem Odern Abonementen die Adressen drin.
Habe dann im WEB > Direct Mail eine Empfängerliste an gelegt. Statische gruppe, und auch von Seite habe ich aus probiert. Aber weder noch ein Erfolg.
Wenn ich beim Versand aber die Adressen einzeln ein gebe, dann versendet er zumindest an die erste Adresse.

Ich hoffe auf ne schnelle Antwort trotz Urlaubszeit.
Verfasst am: 29.07.2007 [11:32]
manfredo

dabei seit: 21.02.2003
Beiträge: 168

Hallo,

das scheint ein Bug von directMail zu sein, hatte auch damit zu kämpfen. Lösung den Zurück Button benutzen und dann FE_Cache löschen, danach geht es normal weiter oder noch besser nachdem der Newsletter erstellt ist, einfach Fe_cache leeren.
Verfasst am: 19.11.2007 [16:04]
Basti4k

dabei seit: 11.10.2007
Beiträge: 31

hallo hier wurde glaub ich der bug beschrieben:

http://www.sk-typo3.de/Einrichtung-eines-Newsletters-mit-D.149.0.html

doch in der neusten vesion ( 2.5.2 ) gibt es den ordner: MOD NICHT!

direct_mail/mod/class.web_mod_dmail.php

wo ist denn nun diese datei?

weil das kann ich ja unserem kunden nicht antun....

danke euch!


EDIT: habe die datei im MOD2 gefunden und bearbeitet, doch leider bekomme ich immer noch diese Fehlermeldung:

The plain text content does not contain any direct mail boundaries.
The HTML content does not contain any direct mail boundaries.

[Dieser Beitrag wurde 1 mal bearbeitet. Zuletzt am 20.11.2007 um 10:49]

Anleitung für Typo3 und Extension und viele Tips:
blog.ingeniumdesign.de
Verfasst am: 25.04.2008 [19:09]
schnickschnack7

dabei seit: 15.04.2008
Beiträge: 21

Hallo
ich fänge bei sk-typo3 dem Tutorial für die Einrichtung des Newsletters fest.
Bin auch Neu mit Typo3 unterwags und finde einfach die Lösung nicht.
Wegen der Sprachbarriere. Dänisch banghead.gif

Ich soll den das Dokument einrichten bzw. meiner email, name usw. Wer kann mir da weiter helfen? Wo trage ich was ein?

Hier nochmal das Tutorial
http://www.sk-typo3.de/Einrichtung-eines-Newsletters-mit-D.149.0.html

Gruß

Und hier der Quellcode zu newsletter_subscription.html:
Typoscript:Zeilennummerierung:  An / Aus

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2.  
  3. <html>
  4. <head>
  5.         <TITLE>Direct Mail subscription Template</TITLE>
  6. </head>
  7. <body>
  8.  
  9. <br>
  10. <br>
  11. <br>
  12. <H1>DIRECT MAIL SUBSCRIPTION/ADMINISTRATION TEMPLATES</H1>
  13. <h2>EXAMPLE</h2>
  14.  
  15. <BR><BR><BR><BR><HR><BR><BR><BR>
  16. <em>    Form for creation of a new newsletter recipient:</em>
  17. <br>
  18. <br>
  19.  
  20. <!-- ###TEMPLATE_CREATE### begin
  21.         Form for creation of a new newsletter recipient
  22. -->
  23. <FORM name="tt_address_form" method="post" action="###FORM_URL###">
  24. ###GW1B###Tilmeld dig nyhedsbrevet###GW1E###<br>
  25. <br>
  26. ###GW2B###
  27.  
  28.  
  29. <b>Dit navn:</b><BR>
  30. <!--###SUB_REQUIRED_FIELD_name### begin
  31.         This is shown only if the form is submitted and the field is configured to be "required" and at the same time not filled in.
  32.         The syntax is of the comment 'name' is:         SUB_REQUIRED_FIELD_[enter-the-field-name-here]
  33. -->
  34.         <font color=red><strong>Du skal udfylde dette felt!</strong></font><BR>
  35. <!--###SUB_REQUIRED_FIELD_name### end -->
  36. <input type="text" name="FE[tt_address][name]">
  37. <BR>
  38.  
  39.  
  40. <br>
  41. <b>admin@wissensdatenbank.de:</b><BR>
  42. <!--###SUB_REQUIRED_FIELD_email### begin
  43.         Same as above...
  44.         EVAL_ERROR_FIELD_email is in addition an error message defined in TypoScript in case an email address does not verify to be of correct syntax.
  45. -->
  46.         <font color=red><strong>Du skal udfylde dette felt!</strong></font><BR>
  47.         ###EVAL_ERROR_FIELD_email###<BR>
  48. <!--###SUB_REQUIRED_FIELD_email### end-->
  49. <input type="text" name="FE[tt_address][email]">
  50. <BR>
  51.  
  52. <b>Vælg kategorier:</b><BR>
  53. ###CE_CATLIST###
  54.  
  55. <BR>
  56. <b>Modtag HTML emails?</b><BR>
  57. <input type="checkbox" name="FE[tt_address][module_sys_dmail_html]" value=1>
  58. <BR>
  59.  
  60. <input type="submit" name="admin" value="Tilmeld dig">
  61. <input type="submit" name="whatever" value="Annuller" onClick="document.forms[0].action='###BACK_URL###';">
  62. ###HIDDENFIELDS###
  63. </FORM>
  64. <BR>
  65. Er du allerede tilmeldt og ønsker at <a href="###FORM_URL###&cmd=infomail&backURL=###FORM_URL_ENC###">ændre din profil, så klik her.</a>
  66. <BR>  ###GW2E###
  67. <!-- ###TEMPLATE_CREATE### end-->
  68.  
  69.  
  70. <BR><BR><BR><BR><HR><BR><BR><BR>
  71. <em>    This is the code shown when a new newsletter recipient is created:</em>
  72. <br>
  73. <br>
  74.  
  75.  
  76. <!-- ###TEMPLATE_CREATE_SAVED### begin
  77.         This is the code shown when a new newsletter recipient is created.
  78.  
  79.         You can use the newly created record as markers on the format ###FIELD_[fieldname]###
  80. -->
  81. ###GW1B###Tilmelding modtaget###GW1E###<br>
  82. <br>
  83. ###GW2B###
  84. Du er nu tilmeldt nyhedsbrevet. Der er blevet sendt en email til din email adresse, ###FIELD_email###, med et link til administrationssiden for din tilmelding.<br>
  85. Vær opmærksom på, at din tilmelding ikke er aktiv før du har klikket på linket i denne email!
  86. ###GW2E###
  87. <!-- ###TEMPLATE_CREATE_SAVED### end-->
  88.  
  89.  
  90. <BR><BR><BR><BR><HR><BR><BR><BR>
  91. <em>    This is the form used to edit the existing users.</em>
  92. <br>
  93. <br>
  94.  
  95.  
  96. <!-- ###TEMPLATE_EDIT### begin
  97.         This is the form used to edit the existing users.
  98.  
  99.         The form works with non-logged in users based on email-verification
  100. -->
  101. <FORM name="tt_address_form" method="post" action="###FORM_URL###">
  102. ###GW1B###Rediger profil###GW1E###<br>
  103. <br>
  104. ###GW2B###
  105.  
  106.  
  107. <!-- ###SUB_REQUIRED_FIELDS_WARNING### begin
  108.         This is a general warning about incorrectly filled in fields.
  109. -->
  110. <B>Nogle krævede felter er ikke udfyldt korrekt!</B><br>
  111. <br>
  112. <!-- ###SUB_REQUIRED_FIELDS_WARNING### end -->
  113.  
  114.  
  115. <b>Dit navn:</b><BR>
  116. <!--###SUB_REQUIRED_FIELD_name### begin
  117.         This is shown only if the form is submitted and the field is configured to be "required" and at the same time not filled in.
  118.         The syntax is of the comment 'name' is:         SUB_REQUIRED_FIELD_[enter-the-field-name-here]
  119. -->
  120.         <font color=red><strong>Du skal udfylde dette felt!</strong></font><BR>
  121. <!--###SUB_REQUIRED_FIELD_name### end -->
  122. <input type="text" name="FE[tt_address][name]">
  123. <BR>
  124.  
  125.  
  126. <br>
  127. <b>Email address:</b><BR>
  128. <!--###SUB_REQUIRED_FIELD_email### begin
  129.         Same as above...
  130.         EVAL_ERROR_FIELD_email is in addition an error message defined in TypoScript in case an email address does not verify to be of correct syntax.
  131. -->
  132.         <font color=red><strong>Du skal udfylde dette felt!</strong></font><BR>
  133.         ###EVAL_ERROR_FIELD_email###<BR>
  134. <!--###SUB_REQUIRED_FIELD_email### end-->
  135. <input type="text" name="FE[tt_address][email]">
  136. <BR>
  137.  
  138. <b>Vælg kategorier:</b><BR>
  139. ###CE_CATLIST###
  140.  
  141.  
  142.      ###HIDDENFIELDS###
  143.         <input type="Submit" name="whatever" value="Opdater profil">
  144. </FORM>
  145. <br>
  146. Klik her for at <a href="###FORM_URL###&rU=###REC_UID###&aC=###AUTH_CODE###&cmd=delete"><strong>slette (!)</strong></a> din tilmelding!
  147. ###GW2E###
  148. <br>
  149. <!-- ###TEMPLATE_EDIT### end-->
  150.  
  151.  
  152. <BR><BR><BR><BR><HR><BR><BR><BR>
  153. <em>    This is displayed when a user has updated his profile:</em>
  154. <br>
  155. <br>
  156.  
  157.  
  158. <!-- ###TEMPLATE_EDIT_SAVED### begin
  159.         This is displayed when a user has updated his profile:
  160.  
  161.         You can use the newly updated record as markers on the format ###FIELD_[fieldname]###
  162. -->
  163.  
  164. ###GW1B###Profil ændret###GW1E###<br>
  165. <br>
  166. ###GW2B###
  167.  
  168. Du har opdateret din profil. <BR>
  169. <BR>
  170. Den nye information er:<BR>
  171. Navn: ###FIELD_name###<BR>
  172. Email: ###FIELD_email###<BR>
  173. <BR>
  174.  
  175. <a href="###FORM_URL###&cmd=edit&rU=###FIELD_uid###&aC=###AUTH_CODE###">Gå tilbage til rediger.</a>
  176. ###GW2E###
  177. <!-- ###TEMPLATE_EDIT_SAVED### end-->
  178.  
  179.  
  180. <BR><BR><BR><BR><HR><BR><BR><BR>
  181. <em>        This form is used to send the infomails.</em>
  182. <br>
  183. <br>
  184.  
  185. <!-- ###TEMPLATE_INFOMAIL### begin
  186.         This form is used to send the infomails.
  187.         You could also use this as a "did you forget your password?" service form.
  188. -->
  189. ###GW1B###Ønsker du at redigere din profil?###GW1E###<br>
  190. <br>
  191. ###GW2B###
  192. Skriv den email adresse <em>som du er registreret med</em> her. Så sender vi et link til administrationssiden til din email adresse:<br>
  193.  
  194. <FORM name="tt_address_form" method="post" action="###FORM_URL###">
  195. <input type="text" name="fetch"><br>
  196. <input type="submit" name="whatever" value="Send email">
  197.         ###HIDDENFIELDS###
  198. </FORM>
  199. ###GW2E###
  200. <!-- ###TEMPLATE_INFOMAIL### end-->
  201.  
  202.  
  203. <BR><BR><BR><BR><HR><BR><BR><BR>
  204. <em>        This template is the response page when a users has requested his password send to his email.</em>
  205. <br>
  206. <br>
  207.  
  208. <!-- ###TEMPLATE_INFOMAIL_SENT### begin
  209.         This template is the response page when a users has requested his password send to his email.
  210. -->
  211. ###GW1B###Der er nu sendt en email til din email adresse med den ønskede information.###GW1E###<br>
  212. <br>
  213. ###GW2B###
  214.  
  215. <a href="###BACK_URL###"><strong>Gå tilbage...</strong></a><BR>
  216. ###GW2E###
  217.  
  218. <!-- ###TEMPLATE_INFOMAIL_SENT### end-->
  219.  
  220. <BR><BR><BR><BR><HR><BR><BR><BR>
  221. <em>        This template is the response page when a users has delete his subscription.</em>
  222. <br>
  223. <br>
  224.  
  225. <!-- ###TEMPLATE_DELETE_SAVED### begin
  226.         This is the message displayed if you have just deleted your subscription
  227. -->
  228. ###GW1B###Du er nu afmeldt!###GW1E###<br>
  229. <br>
  230. ###GW2B###
  231.  
  232. Navn: ###FIELD_name###<BR>
  233. Email: ###FIELD_email###<BR>
  234.  
  235. ###GW2E###
  236. <!-- ###TEMPLATE_DELETE_SAVED### end-->
  237.  
  238.  
  239. <br>
  240. <br>
  241. <h2>'Setfixed' templates:</h2>
  242.  
  243.  
  244. <BR><BR><BR><BR><HR><BR><BR><BR>
  245. <em>This template is the response page when a users has clicked a setfixed link.</em>
  246. <br>
  247. <br>
  248. <!-- ###TEMPLATE_SETFIXED_OK### begin
  249.         This is the message displayed if you have just deleted your subscription
  250. -->
  251. ###GW1B###Din tilmelding er godkendt###GW1E###<br>
  252. <br>
  253. ###GW2B###
  254.  
  255. Navn: ###FIELD_name###<br>
  256. Email: ###FIELD_email###
  257.  
  258. ###GW2E###
  259. <!-- ###TEMPLATE_SETFIXED_OK### end-->
  260.  
  261.  
  262. <BR><BR><BR><BR><HR><BR><BR><BR>
  263. <em>This template is the response page when a users has clicked a setfixed link.</em>
  264. <br>
  265. <br>
  266. <!-- ###TEMPLATE_SETFIXED_OK_DELETE### begin
  267.         This is the message displayed if you have just deleted your subscription
  268. -->
  269. ###GW1B###Din tilmelding er slettet!###GW1E###<br>
  270. <br>
  271. ###GW2B###
  272. Navn: ###FIELD_name###<br>
  273. Email: ###FIELD_email###
  274. ###GW2E###
  275. <!-- ###TEMPLATE_SETFIXED_OK_DELETE### end-->
  276.  
  277. <BR><BR><BR><BR><HR><BR><BR><BR>
  278. <em>This template is the response page when a users has clicked a setfixed link.</em>
  279. <br>
  280. <br>
  281. <!-- ###TEMPLATE_SETFIXED_FAILED### begin
  282.         This is the message displayed if you have just deleted your subscription
  283. -->
  284.  
  285. ###GW1B###Beklager, men forsøget på at ændre din profil mislykkedes!###GW1E###<br>
  286. <br>
  287. ###GW2B###
  288. Dette kan hænde at ske, hvis du har klikket linket før eller hvis de er gået nogen tid siden du modtog linket i en email.
  289. ###GW2E###
  290. <!-- ###TEMPLATE_SETFIXED_FAILED### end-->
  291.  
  292. <BR><BR><BR><BR><HR><BR><BR><BR>
  293. <em>    Authentication failed message.</em>
  294. <br>
  295. <br>
  296.  
  297. <!-- ###TEMPLATE_AUTH### begin
  298.         Authentication failed message
  299. -->
  300. ###GW1B###Identifikation fejlede###GW1E###<br>
  301. <br>
  302. ###GW2B###
  303. Af en eller anden grund kunne vi ikke identificere dig.
  304. ###GW2E###
  305. <!-- ###TEMPLATE_AUTH### end-->
  306.  
  307.  
  308. <br>
  309. <br>
  310. <br>
  311. <br>
  312. <br>
  313. <br>
  314. <br>
  315. <br>
  316. <H1>EMAIL TEMPLATES:</H1>
  317. In these plain text email templates the first line with content is used as subject in the mails.<br>
  318.  
  319. <BR><BR><BR><BR><HR><BR><BR><BR>
  320. <em>This template is used to notify a person by email that he is subscribed to the newsletter.<br>
  321. You can use the newly created record as markers on the format ###FIELD_[fieldname]###
  322. </em>
  323. <br>
  324. <br>
  325.  
  326.  
  327. <pre>
  328. <!-- ###EMAIL_TEMPLATE_CREATE_SAVED### begin
  329.         This template is used to notify a person by email that he is subscribed to the newsletter.
  330.         You can use the newly created record as markers on the format ###FIELD_[fieldname]###
  331. -->
  332. <!--###SUB_RECORD###-->
  333. Typo3 Direct Mailer
  334.  
  335. Kære ###FIELD_name###
  336.  
  337. Du er nu tilmeldt Typo3 Testsite nyhedsbrev.
  338.  
  339. VIGTIGT:
  340.  
  341. Før din tilmelding er fuldstændig aktiveret, så skal du klikke dette link:
  342. ###THIS_URL######FORM_URL######SYS_SETFIXED_approve###
  343.  
  344. Hvis du ikke kan godkende din tilmelding (fx. hvis nogle andre har tilmeldt dig!), så klik blot dette link og du er slettet fra databasen:
  345. ###THIS_URL######FORM_URL######SYS_SETFIXED_DELETE###
  346.  
  347. Hvis du ønsker at ændre dine personlige data, så klik dette link:
  348. ###THIS_URL######FORM_URL###&cmd=edit&aC=###SYS_AUTHCODE###&rU=###FIELD_uid###
  349.  
  350. <!--###SUB_RECORD###-->
  351. <!-- ###EMAIL_TEMPLATE_CREATE_SAVED### end-->
  352. </pre>
  353.  
  354.  
  355. <BR><BR><BR><BR><HR><BR><BR><BR>
  356. <em>This is the template used for the administrator notifycation email upon a new subscription.<br>
  357. You can use the newly created record as markers on the format ###FIELD_[fieldname]###
  358. </em>
  359. <br>
  360. <br>
  361.  
  362.  
  363. <pre>
  364. <!-- ###EMAIL_TEMPLATE_CREATE_SAVED-ADMIN### begin
  365.         This is the template used for the administrator notifycation email upon a new subscription.
  366.         You can use the newly created record as markers on the format ###FIELD_[fieldname]###
  367. -->
  368. <!--###SUB_RECORD###-->
  369. Admin: Ny tilmelding
  370.  
  371. Navn: ###FIELD_name###
  372. Email: ###FIELD_email###
  373. <!--###SUB_RECORD###-->
  374. <!-- ###EMAIL_TEMPLATE_CREATE_SAVED-ADMIN### end-->
  375. </pre>
  376.  
  377.  
  378. <BR><BR><BR><BR><HR><BR><BR><BR>
  379. <em>The template for forgotten passwords (infomail 'FORGOTPASSWORD' template!)</em>
  380. <br>
  381. <br>
  382. <pre>
  383. <!-- ###EMAIL_TEMPLATE_FORGOTPASSWORD### begin
  384.         The template for forgotten passwords (infomail 'FORGOTPASSWORD' template!)
  385. -->
  386. <!--###SUB_RECORD###-->
  387. Typo3 Testsite Nyhedsbrev, Admin link
  388.  
  389. Kære ###FIELD_name###
  390.  
  391. Klik her for at ændre din profil:
  392. ###THIS_URL######FORM_URL###&cmd=edit&aC=###SYS_AUTHCODE###&rU=###FIELD_uid###
  393.  
  394. Klik her for at slette(!) din tilmelding
  395. ###THIS_URL######FORM_URL###&cmd=delete&aC=###SYS_AUTHCODE###&rU=###FIELD_uid###
  396. <!--###SUB_RECORD###-->
  397. <!-- ###EMAIL_TEMPLATE_FORGOTPASSWORD### end-->
  398. </pre>
  399.  
  400.  
  401. <BR><BR><BR><BR><HR><BR><BR><BR>
  402. <em>Template used if the infomail was empty!</em>
  403. <br>
  404. <br>
  405. <pre>
  406. <!-- ###EMAIL_TEMPLATE_NORECORD### begin
  407.         Template used if the infomail was empty!
  408. -->
  409. Tilmelding ikke fundet
  410.  
  411. Du har bedt om information om tilmelding, men der var ikke registreret nogen tilmelding til denne email adresse.
  412.  
  413. Beklager.
  414.  
  415. <!-- ###EMAIL_TEMPLATE_NORECORD### end-->
  416. </pre>
  417.  
  418.  
  419. </body>
  420. </html>


[Dieser Beitrag wurde 1 mal bearbeitet. Zuletzt am 25.04.2008 um 19:19]




 
TYPO3 Version 4.2.0 testen

TYPO3 Ver. 4.2.0 testen

Testen Sie die neue TYPO3 Version 4.2.0 kostenlos für einen Monat

TYPO3 Bücher

TYPO3 Workshops


TYPO3 Einführungsschulung
in Berlin:
Montag, 07.07.
in Espelkamp:
Montag, 04.08.

TYPO3 Intensivschulung
in Espelkamp:
Mi., 06.08. - Fr., 08.08.
in Würzburg:
Mo., 18.08. - Mi., 20.08.
in Köln:
Mo., 01.09. - Mi., 03.09.
in Berlin:
Mi., 24.09. - Fr., 26.09.

TYPO3 Extensionschulung
in Berlin:
Mo., 14.07. - Mi., 16.07.
in Espelkamp:
Mo., 11.08. - Mi., 13.08.