Where do I find the email templates that are sent out so I can change the wording in them?

Comments

vm’s picture

I don't have a 4.7.x site any longer but somewhere you should have a user settings link.

in drupal 5.x the path is admin/user/settings

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

dadofgage’s picture

***double post***

dadofgage’s picture

Hmm.

I am specifically looking for the contact form - not sure if it is a module.

I have a place on my site where someone can send a contact request to another user via email.

Is this email template going to be stored in the database?

I have tried searching the files for the site but am coming up empty....

Here is the message - maybe this will help find where this thing is at:

mb,

mb (http://mysite.com/users/mb) has sent you a message via your contact form
(http://mysite.com/user/6/contact) at MySite.

If you don't want to receive such e-mails, you can change your settings at http://mysite.com/users/mb.

Message:

testing

vm’s picture

the user contact form comes from the contact.module which is part of core.

There may be themeable functions that you can pull out and place in template.php to change the layout. You'll have to dig through the documentation area to pull come information that may be left over with using custom.tpl.php files to theme it.

I don't know how widely used 4.7.x is at this point as it's been sunset in favor of Drupal 5.x

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )