Added by Harry Yamamoto almost 16 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 !
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.
Thank you very much.I made it :)