class BaseUrl
No description
<p>Generate a valid e-mail address for this base URL's domain.</p>
static BaseUrl fromString(string $baseUrl)
static BaseUrl fromUri(UriInterface $baseUrl)
string __toString()
string toEmail(string $mailbox)
<p>This uses the given mailbox name and our already normalized host name to construct an email address.</p>