@@ -48,7 +48,7 @@ routes:
4848 Daily System Report
4949 Generated: {{timestamp}}
5050 Status: System operational
51- to : " email ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{ADMIN_EMAIL}}"
51+ to : " smtp ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{ADMIN_EMAIL}}"
5252
5353env_vars :
5454 - SMTP_SERVER
@@ -166,7 +166,7 @@ routes:
166166 condition : " {{risk_score}} > 0.7"
167167
168168 to :
169- - " email ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{SECURITY_TEAM}}"
169+ - " smtp ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{SECURITY_TEAM}}"
170170 - " http://{{SECURITY_API}}/alerts/critical"
171171
172172 # Parking lot camera - medium security
@@ -317,7 +317,7 @@ routes:
317317 {{/recommendations}}
318318
319319 to :
320- - " email ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{FACILITY_MANAGER}}"
320+ - " smtp ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{FACILITY_MANAGER}}"
321321 - " http://{{BUILDING_MANAGEMENT_API}}/environmental/alerts"
322322
323323env_vars :
@@ -369,7 +369,7 @@ routes:
369369
370370 to :
371371 - " http://{{MAINTENANCE_API}}/work-orders"
372- - " email ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{MAINTENANCE_TEAM}}"
372+ - " smtp ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{MAINTENANCE_TEAM}}"
373373
374374env_vars :
375375 - MQTT_BROKER
@@ -492,7 +492,7 @@ routes:
492492 monitoring : true
493493
494494 to :
495- - " email ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{ML_TEAM}}"
495+ - " smtp ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{ML_TEAM}}"
496496 - " http://{{MODEL_REGISTRY}}/models/register"
497497
498498env_vars :
@@ -553,7 +553,7 @@ routes:
553553 tracking_enabled : true
554554
555555 to :
556- - " email ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{customer_email}}"
556+ - " smtp ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{customer_email}}"
557557 - " http://{{CRM_API}}/orders/update"
558558 - " mqtt://{{MQTT_BROKER}}:1883/orders/fulfilled"
559559
@@ -612,7 +612,7 @@ routes:
612612
613613 to :
614614 - " http://{{WORKFLOW_API}}/documents/route"
615- - " email ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{approver_email}}"
615+ - " smtp ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{approver_email}}"
616616
617617env_vars :
618618 - EXTRACTION_RULES
@@ -954,7 +954,7 @@ routes:
954954
955955 to :
956956 - " file:///reports/analytics_{{timestamp}}.html"
957- - " email ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{ANALYTICS_TEAM}}"
957+ - " smtp ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{ANALYTICS_TEAM}}"
958958
959959env_vars :
960960 - MQTT_BROKER
@@ -1162,7 +1162,7 @@ routes:
11621162 condition : " {{test_status}} == 'failed' or {{coverage}} < 80"
11631163
11641164 to :
1165- - " email ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{DEV_TEAM}}"
1165+ - " smtp ://{{SMTP_SERVER}}:{{SMTP_PORT}}?user={{SMTP_USER}}&password={{SMTP_PASS}}&to={{DEV_TEAM}}"
11661166 - " http://{{TEST_REPORTING_API}}/results"
11671167
11681168env_vars :
0 commit comments