[TYPO3] Sending mail from an extension

Oliver Klee typo3-german-01 at oliverklee.de
Sun Oct 22 17:36:03 CEST 2006


Hi Matthias,

Gutfeldt Matthias schrieb:
> Does anyone have a simple code
> example for sending mail from an extension?

This roughly is the code I use in my "seminars" extension:

t3lib_div::plainMailEncoded(
	$recipient,
	$subject,
	$content,
	'From: '.$sender,
	'8bit'
);


Regards,


Oliver



More information about the TYPO3-english mailing list