Home > Contents > Index >
ccuser:setemail
Sets the e-mail address for a user.
Syntax
<ccuser:setemail name="user name" value="e-mail address" />Parameters
name (required)
- Name of the user.
value (required)
- User's e-mail address.
Example
<!-- Set an email for the userobject --> <ccuser:setemail name="u" value="bob.user@yourdomain.com"/> <CCuser.GETEMAIL name="u" varname="emailOutput2"/> <BR/> CCuser.GETEMAIL <CSVAR name="Variables.emailOutput2"/><BR/><BR/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.