Sometimes the email account goes haywire on the spouses PC.
The issue is that to rectify reset accounts one has to be on the providers WAN (Wan2 - secondary).
Since often it is not an option to interrupt services to others (by simply turning wan1 off momentarily) I had to come up with another solution.
Thought process - create vlan50 called EastlinkDirect
Ensure Vlan50 is accessible on a number of ports in the house
Create IP ROUTE RULE and new Route.
/ip route
add distance=50 gateway=2x.yyy.bb.1 routing-mark=eastlink_direct
add check-gateway=ping distance=3 gateway=1.0.0.1
add check-gateway=ping distance=4 gateway=9.9.9.9
add comment=SecondaryWAN distance=10 gateway=2x.yyy.bb.1
add comment=PrimaryRecursive distance=3 dst-address=1.0.0.1/32 gateway=aaa.nn.pp.r scope=10
add comment=ScondaryRecursive distance=4 dst-address=9.9.9.9/32 gateway=aaa.nn.pp.r scope=10
add comment=Email_bypass distance=1 dst-address=2x.aaa.k.mm/32 gateway=2x.yyy.bb.1
/ip route rule
add action=lookup-only-in-table interface=EastlinkDirect src-address=192.168.50.0/24 table=eastlink_direct
Should this work so as to be able to access wan2 at any time directly via vlan50??