Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Email Connection Failure
#1
So I wrote a macro that emailed some documents. I had this working beautifully, then my computer crashed and I had to reinstall a bunch of programs. QM was one of those I had to reinstall. I also had to re-input my default email information into QM, but I keep getting the message "Error: Connection Failure" when I run the macro.

I made sure that QM is allowed through the firewall.

What else am I missing?
#2
To see more information about successful and unsuccessful SendMail:

1. Call SendMail with flag 0x80000. Example:
Macro Macro1708
Code:
Copy      Help
SendMail "a@b.com" "test" "xxxx" 0x80000

2. Then run macro:
Macro Macro1709
Code:
Copy      Help
run "$my qm$\smtp_log.txt"


Forum Jump:


Users browsing this thread: 1 Guest(s)