Hi, bit of a php newb here 
I'm running a multi-site config and want to allow site admins to [only] be able to create email addresses at their current domain. How can I set the $email_domain variable to the current domain? Shouldn't it be something like
$email_domain = $base_url; ??
I'm quite sure I'm way off. Thanks for your help
I'm running a multi-site config and want to allow site admins to [only] be able to create email addresses at their current domain. How can I set the $email_domain variable to the current domain? Shouldn't it be something like
$email_domain = $base_url; ??
I'm quite sure I'm way off. Thanks for your help