01-06-2017, 09:12 AM
Gintaras Wrote:When creating macro, in dialog "Send email message" select the account (not <Default>) and check Variable. The dialog will transfer account settings from registry to the macro.
When I check the variable it takes the double commas from the email accout
SendMail "[email protected]" "teste" "<b>teste</b>" 1 "" "" "" "" "" af
And then I get this error
Error in <open ":1: /75">Macro1: unknown identifier.
How should I declare the variable af?