Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SendMail account info from text file?
#2
When you create code with 'Send email message' dialog, and check Var, it creates code like this:
Macro Macro1528
Code:
Copy      Help
_s=
;smtp_server ...
;...
SendMail "a@b.c" "s" "b" 0 "" "" "" "" "" _s

Uncomment the account settings and place in a text file. Let the macro load the file.
Macro Macro1528
Code:
Copy      Help
_s.getfile("$qm$\email account settings.txt")
SendMail "a@b.c" "s" "b" 0 "" "" "" "" "" _s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)