custom alias not possible
Proposed
i'm not able to add an external alias to my familie account. there is also one image missing on the manual on how to do this.
if i try and add it the normal way the "add" button is not pushable. and a custom mail adress is not possible, help?
Access denied
No connection
Real-time notifications may not work
I have a similar problem. I'm trying to add a custom alias for an external domain and the button is greyed out. It never tells you why, which is poor UI design.
Is it a temporary bug? A browser support issue? My best guess is that maybe it's because I'm running in trial mode? But if that's true, that's the whole point of the trial I'm running! If it works and I can test out the reliability and speed for a couple of days, I'll be a lifelong customer.
I have a similar problem. I'm trying to add a custom alias for an external domain and the button is greyed out. It never tells you why, which is poor UI design.
Is it a temporary bug? A browser support issue? My best guess is that maybe it's because I'm running in trial mode? But if that's true, that's the whole point of the trial I'm running! If it works and I can test out the reliability and speed for a couple of days, I'll be a lifelong customer.
if you hav experience with debugging a bit.
There is one parameter inside the devtools (googel,firefox, ... etc)
<input disabled="" class="btn button-primary add-alias" id="submit-alias-ext" type="submit" value="Add">
just delete disabled ...
that works!
if you hav experience with debugging a bit.
There is one parameter inside the devtools (googel,firefox, ... etc)
<input disabled="" class="btn button-primary add-alias" id="submit-alias-ext" type="submit" value="Add">
just delete disabled ...
that works!
Replies have been locked on this page!