SendMail(from, recipient.Email, subject, message);
Print("from: " + from);
Print("recipient: " + recipient.Email);
Print("subject: " + subject);
Print("message: " + message);
from: [email protected]
recipient: [email protected]
subject: Alert
message: This is a test
Now, I did test the connection via the Options-Misc tab and it's sending me test messages just fine. Also, again - the same code works in several strategies.
I'm stumped...
Molecool

Comment