Im tring to make it so if user does not have an email address set it to their <a href="mailto:username@myemaildomain.com">username@myemaildomain.com</a><div><br></div><div>In <a href="http://users.pm">users.pm</a> i can set it so that $args{ ' EmailAddress ' } = $args{ 'Name' } unless ($args{ ' EmailAddress ' })</div>
<div><br></div><div>but I need it so its their username followed by @<a href="http://something.com">something.com</a> for all users if email is not defined.</div><div><br></div><div>Is this possible?</div><div>Thanks</div>