Project

General

Profile

How can I create another more URL in the email notification?

Added by Harry Yamamoto over 15 years ago

Hi,everyone
The url is now only one in the email notification.
I want another url just below the present url.like this.
http://localhost:3000(for intranet users)
https://outer.internet.domain(for internet users)

I don't know how to modify the source to make this.
can any body help me ?
Thanks very much !


Replies (2)

RE: How can I create another more URL in the email notification? - Added by Thomas Lecavelier over 15 years ago

Hi

app/views/mailer/layout.text.*.rhtml

Here you can hardcode it, or create a var similar to Setting.emails_footer to add a new email field (something like Setting.intra_emails_footer.

    (1-2/2)