Please I want to know how do i change the sender address at the mail that someone gets if someone else answer his topic. No the sender is the mail of my brother!!!! I do not know why (!!!??!!!):puzz :puzz
Thank you
I look in every XForum file for this funcktion but nothing! Please heeeeelp :)
hi humoristas,
we take a look at the prob if i remember right we've a little codesnip for fixing this prob
You have in the post.php on Lines (+/-) 705 2 Entrys:
mail("$user[email]", _EMAILNOTIFYSUBJECT." $threadname", _EMAILNOTIFYINTRO."$threadname"._EMAILNOTIFYINTRO2."\n\n$theurl\n\n"._EMAILNOTIFYEND, "From: Forum.microg@gmx.net\nX-Mailer: PHP/" . phpversion());
This Words after "EMAILNOTIFYEND", you renamed/ change an you have correctly Sender
I tried to make these change but nothing hapend.
Specific in this line i saw the code: mail("$user[email]", _EMAILNOTIFYSUBJECT." $threadname", _EMAILNOTIFYINTRO."$threadname"._EMAILNOTIFYINTRO2."\n\n$theurl\n\n"._emailnotifyend, _TEXTFROM." $adminemail");
I saw the lang file and i realized that:
_EMAILNOTIFYSUBJECT means the start mail test
$threadname: the subbject of the topic
EMAILNOTIFYINTRO2: text of the mail
_EMAILNOTIFYEND: end text of the mail
$theurl: link of the topic
$adminemail: i do not know what is this . I changed this but nothing happend!!!
From where this variable takes the value?
Thanks