Re: Support for Account Manager
Posted: Wed Sep 16, 2009 3:44 pm
how i can make 3 accounts with same email cos i have more players complaining for each account they need a new email adres it is possible ?
There are an option which allow to have same email for different account :Gheazu wrote:how i can make 3 accounts with same email cos i have more players complaining for each account they need a new email adres it is possible ?
Code: Select all
CONFIG::g()->cb('core_same_email', true);
You will found all your needs on class/smtp.class.php. There are some options like ContentType and ISO formatlabman wrote:When ACM send E-Mail , Could I send it by UTF-8 or BIG-5 code?
THanks You!
momo61 wrote:I just put the ACM in my HTTP folder, and it automatically sends emails o.O
is that normal ?
Code: Select all
$this->send_email(LANG::i18n('_email_title_verif'), LANG::i18n('_email_message_verif'));
Code: Select all
Parse error: syntax error, unexpected '(' in x:\...\ACM\classes\email.class.php on line 93
Yes Daedalus.daedalus wrote:momo61 wrote:I just put the ACM in my HTTP folder, and it automatically sends emails o.O
is that normal ?
Could you explain a little more ?
No it's not the good correction. You have 2 ways :labman wrote:Thanks Your answer. but...is correction i18n? I change to utf-8 become like belowCode: Select all
$this->send_email(LANG::i18n('_email_title_verif'), LANG::i18n('_email_message_verif'));
Please help me!Code: Select all
Parse error: syntax error, unexpected '(' in x:\...\ACM\classes\email.class.php on line 93
That's the setting for change the from input when server send an email. It's an option you can add before sending the email likes "to" and "title".momo61 wrote:Yes Daedalus.
I am using a hosted domain service with webspace. And in the main http folder there, i put in the account manager folder.
I changed "CONFIG::g()->ce('email_from', 'support@host.com');" into "CONFIG::g()->ce('email_from', 'GameMaster@PrivateServer.com');
And when someone registers an account, he recieves an email from "GameMaster@PrivateServer.com".
I wonder, how is that possible ? I didnt add any settings for emails ... O_o
I know, but thats not my question. Im wondering how it's possible for the script to send out emails o.Odaedalus wrote:That's the setting for change the from input when server send an email. It's an option you can add before sending the email likes "to" and "title".momo61 wrote:Yes Daedalus.
I am using a hosted domain service with webspace. And in the main http folder there, i put in the account manager folder.
I changed "CONFIG::g()->ce('email_from', 'support@host.com');" into "CONFIG::g()->ce('email_from', 'GameMaster@PrivateServer.com');
And when someone registers an account, he recieves an email from "GameMaster@PrivateServer.com".
I wonder, how is that possible ? I didnt add any settings for emails ... O_o
Parse error: syntax error, unexpected T_STRING in X:\...\...\classes\world.class.php on line 79