• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[WEBSITE] Help With Emails

helflin

New Member
Joined
Sep 8, 2011
Messages
9
Reaction score
0
Location
Rio de Janeiro
Hi guys,

When someone creates an account, the server sends an email to the account created, containing the following data:

Your account name and password!
You or someone else registred on server XXXX ZZZZ withthis e-mail.

Account name: xxxxxxxPassword: zzzzzzz

After login you can:
Create new charactersChange your current passwordChange your current e-mail


I would like to change this message, write data on the server, but I can not find this file to change this message, I can not even figure out how this message is made, because I think it has something on request.

Can anyone help me with this?
 
If you have set up email server, then you can use function mail in PHP ( http://php.net/manual/en/function.mail.php ).
Or you can use SMTP to send email from another server ( https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol ).

But remember your email server should have MX record and SPF record in domain name configuration (DNS).

PS: Simple tutorial for create mail server (but in my opinion too complex for your usage, maybe try configure exim or sendmail).
https://workaround.org/
Did you read the question? he's asking about changing the content of the message, not about how to send it.

I dont know what AAC are you using, but you should try to "find in files" in whole project as it have to be there somewhere.

Just try to Find in Folder (or find in project, or something like that) with a text like " Your account name and password!"
 
Back
Top