[Typo3] Direct Mail and sender "nobody"

Thorsten Kahler thorsten.kahler at dkd.de
Tue Aug 9 12:12:52 CEST 2005


Hi Thomas,

seems you mixed up direct_mail and direct_mail_subscription (like 95% do).

direct_mail_subscription uses fe_adminLib [1]. You can configure it via
"normal" TS.

In setup:
plugin.feadmin.dmailsubscription.email {
  from = abc at abc.com
  fromName = abc
}

or better in constants:
plugin.feadmin.dmailsubscription {
  email = abc at abc.com
  emailName = abc
}

Regards
Thorsten


[1]
http://typo3.org/documentation/document-library/doc_core_tsref/fe_adminLib_inc/

Thomas Brovold schrieb:
> Has anyone any clear idee for how to fix the sender adress in the 
> confirmation mail?
> It`s not using the data from the TSconfig on the "Direct mail module" 
> sysfolder
> ## CONFIGURATION of the direct mail module:
> 
> example.
> mod.web_modules.dmail {
> from_name = abc
> from_email= abc at abc.com
> ...
> }
> 
> Regards
> Thomas 
> 
> 



More information about the TYPO3-english mailing list