We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4950c7 commit bd1fae0Copy full SHA for bd1fae0
1 file changed
code/common/email.q
@@ -47,7 +47,7 @@ senddefault:{
47
if[not enabled; .lg.e[`email;e:"email sending is not enabled"]; 'e];
48
.lg.o[`email;"sending email"];
49
if[not connected; connectdefault[]];
50
- if[not connected; .lg.e[`email; "cannot send email as no connection to mail server available"]];
+ if[not connected; :.lg.e[`email; "cannot send email as no connection to mail server available"]];
51
x[`body]:x[`body],defaultfooter[];
52
res:send x,`image`debug!(img;debug);
53
$[res>0;.lg.o[`email;"Email sent. size was ",(string res)," bytes"]; .lg.e[`email;"failed to send email"]];
0 commit comments