Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Email
#1
Why does this not work anymore?

Macro58 Macro
Code:
Copy      Help
_s=
;smtp_server smtp.gmail.com
;smtp_port 465
;smtp_user myemail
;smtp_password mypassword
;smtp_auth 2
;smtp_secure 1
;smtp_timeout 60
;smtp_email myemail@gmail.com
;smtp_displayname "Me"
;smtp_replyto myemail@gmail.com
SendMail "email@yahoo.com" "test" "test" 0x80000 "" "" "" "" "" _s
#2
Maybe smtp_password is not encrypted. When I test it with encrypted password, it works.
#3
Scratch that...got it to work!

thanks!
#4
How can SendMail work in an exe?
If the user does not have QM the classes are not registered correct?

Tried it on an old laptop and got error "some classes are not registered"

I attached it as a jpg the error i receive


Attached Files Image(s)
   
#5
QM email functions use MailBee COM component.

If your macro.exe uses a COM component:

1. The component file must be on that computer. In this case, take mailbee.dll from QM folder and place it beside your macro.exe on that computer.

2. The component must be registered on that computer. Use a setup program to register it. The setup program must run as administrator. If you create the setup program with QM, you can use function RegisterComComponent.
#6
Thank you Gint, perfect!


Forum Jump:


Users browsing this thread: 1 Guest(s)