[DiscordArchive] If we have
[DiscordArchive] If we have
Archived author: Bogir • Posted: 2021-12-30T19:49:54.259000+00:00
Original source
If we have
https://github.com/azerothcore/azerothco....cpp#L6513
can we force the server to check highest guid of mail from `acore_characters.mail` table and update `_mailId` in memory before each `SendMailTo(...)` ? It could give us ability to send mail via php without any remote access (SOAP).
For now server operates with mail id only in memory.
What do you think?
Archived author: Nyeriah • Posted: 2021-12-30T20:32:16.885000+00:00
Original source
you can already send mails through SOAP with the .send mail command
Archived author: Nyeriah • Posted: 2021-12-30T20:33:06.502000+00:00
Original source
oh, you want to do it **without** soap, no, you can't do that