[TYPO3-german] thmailformplus Email mit Attachment

Thomas Hirt info at thomas-hirt.at
Wed Apr 28 19:42:19 CEST 2010


Hi!
Habe versucht alles nach der Doku zu machen, schaffe es aber nicht ein Emailattachment für thmailformplus einzurichten.
Das File wird auf den Server geladen aber nicht in des Email eingefügt.
Hat das jemand unter euch geschafft oder kann mir einen Hinweis geben?

Danke im Voraus,
Thomas

----------------------------

TYPO3 4.3.3
th_mailformplus 4.0.15

# TEMPLATE
<div class="orga-logo">
             <div class="orga-logo-label">Logo der Organisation (JPG, GIF, PNG)</div>
             <input type="file" name="logo" id="logo" size="20" 
maxlength="50000"accept="*.jpg,*.jpeg,*.gif,*.giff,*.png" tabindex="10" class="orga-form-input-file"/>
</div>

<!-- ###ISSET_logo### -->
Logo der Organisation:
http://www.dmaine.at/uploads/tx_thmailformplus/###logo###
<!-- ###ISSET_logo### -->


# SETUP
plugin.tx_thmailformplus_pi1 {

   default {
     email_htmltemplate = {$path}templates_ext/template.html
     email_attachment = logo
   }

   fieldConf {
     logo {
       numberOfAllowedFiles = 1
       fileTypes = jpg,jpeg,gif,giff,png
       fileSize = 500000
       fileUpload = uploads/tx_thmailformplus/
     }
   }
}


More information about the TYPO3-german mailing list