Typo3 Mailarchive typo3_english typo3_dev


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[TYPO3] Mailform Plus output format


  • From: spam_this at pandora.be (Rob De Vries)
  • Date: Fri, 10 Feb 2006 08:51:47 +0100

Hey Nate,

somewere in the mail template or in the php code of the ext. itself, 
you need to set that mailformplus has to send the mail in html, not in 
plain text.

I hope it is of some information.

rob


> Hi-
> 
> I have a mailform plus form that I collect a lot of information from the
> user (it is an online application form).  It works great, however, I would
> like to format the email that is sent to me (all the collected information)
> .  Does any one have any ideas how I might do this?  Just putting it in HTML
> tags does not work for it then writes out the entire tag in the email.
> Here is a sample of how I have it now.  Is there anyway to do this more
> elegantly?
> 
> Name: ###app_firstname### ###app_lastname###
> Email: ###email###
> 
> Thanks in advance,
> Nate