Hi All,
I would like to write my own mail function.
That already exists for my other parts in the website, and it works like this.
All mails that are being send are first stored in a database, and avery 5 minutes all mails are send (mutch quicker on an hi loaded website).
Now I want to implement this function also in here (also better for layout and stuff) but I don't want to change everywhere mail to mail2.
So in php you can replace that function (overrule it).
But I ened to know which file is used everythime when sending a mail, where I can past my function. Anybody know?
i'll past my function and stuff when I get it to work.
Thanks