Elxis CMS Forum

Support => Technical support => Topic started by: jupe on June 03, 2007, 10:11:38

Title: problem with email
Post by: jupe on June 03, 2007, 10:11:38
Greetings,

i have the following issue when using mass email to mail registered users.
when people get email from elxis, it says: "This is an email from mosConfig_sitename"
instead of web site name. How can i change that?

Thanks in advance.
Title: Re: problem with email
Post by: Farhad Sakhaei on September 20, 2007, 18:12:05
hi , this is a small problem in massmail component ...
simply edit the file : \administrator\components\com_massmail\admin.massmail.php

goto line : 92

replace  this :
Code: [Select]
$message_header = $adminLanguage->A_CMP_MM_MFROM.' '.mosConfig_sitename._LEND._LEND;
with this :
Code: [Select]
$message_header = $adminLanguage->A_CMP_MM_MFROM.' '.$mosConfig_sitename._LEND._LEND;
save you file , now you emails send as : This is an email from jupe site
it was an example ...  ;)