Blynk.mail() Problem in 1.0.0-beta.3

Debug Output with 1.0.0-beta3 Library :

11:10:28.004 -> [8102] Connected to WiFi
11:10:28.052 -> [8102] IP: 192.168.1.109
11:10:28.052 -> [8102] 
11:10:28.097 ->     ___  __          __
11:10:28.097 ->    / _ )/ /_ _____  / /__
11:10:28.144 ->   / _  / / // / _ \/  '_/
11:10:28.144 ->  /____/_/\_, /_//_/_/\_\
11:10:28.191 ->         /___/ v1.0.0-beta.3 on NodeMCU
11:10:28.238 -> 
11:10:28.238 -> [8186] Connecting to blynk-cloud.com:80
11:10:28.285 -> [8282] <[1D|00|01|00] hgvoX43ndeRfQ6o-0-Lru4XoxF-b21gB
11:10:28.331 -> [8321] >[00|00|01|00|C8]
11:10:28.378 -> [8321] Ready (ping: 34ms).
11:10:28.378 -> [8344] Free RAM: 48472
11:10:28.425 -> [8388] <[11|00|02|00]Nver[00]1.0.0-beta.3[00]h-beat[00]45[00]buff-in[00]256[00]dev[00]NodeMCU[00]build[00]May  1 2021 11:09:15[00]
11:10:28.566 -> [8507] <@[00|03|00]$notify[00]DR Plant Monitoring is Active
11:10:28.613 -> [8604] >[00|00|02|00|C8]
11:11:13.494 -> [53571] <[06|00|04|00|00]
11:11:13.541 -> [53603] >[00|00|04|00|C8]

Being sent as a Notify , not an email perhaps ??

Debug Output with 0.6.1 Library (Same Code) :

11:03:06.682 -> [572] Connected to WiFi
11:03:06.729 -> [572] IP: 192.168.1.109
11:03:06.729 -> [572] 
11:03:06.729 ->     ___  __          __
11:03:06.776 ->    / _ )/ /_ _____  / /__
11:03:06.776 ->   / _  / / // / _ \/  '_/
11:03:06.823 ->  /____/_/\_, /_//_/_/\_\
11:03:06.870 ->         /___/ v0.6.1 on NodeMCU
11:03:06.870 -> 
11:03:06.870 -> [646] Connecting to blynk-cloud.com:80
11:03:06.917 -> [783] <[1D|00|01|00] hgvoX43ndeRfQ6o-0-Lru4XoxF-b21gB
11:03:06.964 -> [816] >[00|00|01|00|C8]
11:03:07.011 -> [816] Ready (ping: 32ms).
11:03:07.057 -> [816] Free RAM: 48456
11:03:07.057 -> [883] <[11|00|02|00]Gver[00]0.6.1[00]h-beat[00]10[00]buff-in[00]256[00]dev[00]NodeMCU[00]build[00]May  1 2021 11:00:17[00]
11:03:07.198 -> [987] >[00|00|02|00|C8]
11:03:07.245 -> [1020] <[0D|00|03|00]Wdesired.recipiant@gmail.com[00]WARNING - Dining Room Plant Water Low[00]DR Plant Monitoring is Active
11:03:08.672 -> [2551] >[00|00|03|00|C8]
11:03:17.204 -> [11102] <[06|00|04|00|00]

But goes to my default Blynk email address, not to “desired.recipiant@gmail.com

Joe Nelis