Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UCommWebforms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UCommWebforms
Commits
249b6ef1
Commit
249b6ef1
authored
14 years ago
by
Eric Rasmussen
Browse files
Options
Downloads
Patches
Plain Diff
Add url to bottom of email
parent
fe42b5a1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
config-landscape-outdoorevents.sample.php
+2
-0
2 additions, 0 deletions
config-landscape-outdoorevents.sample.php
www/landscape/outdoorevents/index.php
+1
-0
1 addition, 0 deletions
www/landscape/outdoorevents/index.php
with
3 additions
and
0 deletions
config-landscape-outdoorevents.sample.php
+
2
−
0
View file @
249b6ef1
...
...
@@ -18,6 +18,8 @@ function myautoload($class)
require_once
$file
;
}
$url
=
"http://localhost/workspace/ucomm_webforms/landscape/outdoorevents/"
;
$sendToEmail
=
"jdoe1@unl.edu"
;
//Contact person who is collecting data
$sendToEmailBackup
=
"sdoe2@unl.edu"
;
//Backup contact, set to NULL if not wanted
$sendToEmailDev
=
"appdev1@unl.edu"
;
//Application developer as a backup
...
...
This diff is collapsed.
Click to expand it.
www/landscape/outdoorevents/index.php
+
1
−
0
View file @
249b6ef1
...
...
@@ -39,6 +39,7 @@ if (!empty($_POST)) {
$body
.
=
"<h3>Other Information</h3>"
;
$body
.
=
"<strong>Bad Weather Contingency:</strong> "
.
$_POST
[
'weather'
]
.
"<br/>"
;
$body
.
=
"<strong>Additional Comments:</strong> "
.
$_POST
[
'comments'
]
.
"<br/>"
;
$body
.
=
"<p>This email was sent from:"
.
$url
.
"</p>"
;
$note
=
"<p>Note: This request does not confirm/reserve access to the space. We will contact you as to availability.</p>"
;
$mailer
->
html_body
=
$note
.
$body
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment