Page 1 of 1

changing email to push notification

Posted: Thu Jun 09, 2022 10:23 am
by Tradehunter
Is there any relatively easy way to switch email alerts to push notifications?
I have been trying to no avail. Could I just add push? If I could replace that would be good enough.
I tried fxblues alert forwarder but i keep getting cannot resync timelines
any help would be appreciated

Code: Select all

[code if(alert_method == AM_PopUp || alert_method == AM_PopUpEmail){
      Alert(output_str);
   }
   if(alert_method == AM_Email || alert_method == AM_PopUpEmail){
      SendMail(output_str,output_str);]
[/code]