Hello,
I'm having a problem with sending emails while registering accounts on my website. Everything works fine but, when I register an account it automatically sends an email to that account with some contents in that email.
And I would like to know how to change that content, where is the file? I have tried includes/mailtemplates and almost all of the files in includes folder but it's not there.
Thanks,
Rawaz
Send E-Mail
Re: Send E-Mail
Rawaz,
The email that gets send automatically on registration is in the mailtemplates folder and called "welcome.html"
The one the members get to activate his account is "activate.html"
The above would be for Interakt, I assume the same would be true for ADDT.
You can always search the code site-wide for a specific string that is in the email
The email that gets send automatically on registration is in the mailtemplates folder and called "welcome.html"
The one the members get to activate his account is "activate.html"
The above would be for Interakt, I assume the same would be true for ADDT.
You can always search the code site-wide for a specific string that is in the email
Re: Send E-Mail
Hello Fred,
Yes, I know that. I checked the welcome.html but the content wasn't same as the email.
I found where was it, it was somewhere in the php codes. And it wasn't connected to welcome.html.
Thanks,
Rawaz
Yes, I know that. I checked the welcome.html but the content wasn't same as the email.
I found where was it, it was somewhere in the php codes. And it wasn't connected to welcome.html.
Thanks,
Rawaz
Re: Send E-Mail
Could you tell us what content it was and where you found it?
My emails and content matches exactly.
My emails and content matches exactly.