Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SendMail
#1
ok this is what i got for searching in the search box....and what do i put in display name?? i put different things and try to run and its says failed to connect can someone help me pleae
str s=
;smtp_server smtp.gmail.com
;smtp_port 465
;smtp_user xxxxxx@gmail.com
;smtp_password xxxxxxxxxxxxxxxxxxxx
;smtp_auth 2
;smtp_secure 1
;smtp_timeout 30
;smtp_email xxxxxx@gmail.com
;smtp_displayname "xxxxxxxxxxxxxxxxxxxxxx"
;smtp_replyto ""
SendMail "xxxxxx@xxxxxxxxxxxxx.com" "test" "test" 0 "" "" "" "" "" s
#2
Ill take a look bro.. ill do my best
#3
gmail apparetnly doesn't work to send email after i have searched on it some more....but do you think you could help me one with yahoo or hotmaill...please
#4
gmail works now.
#5
ok do you have a simple code you could show me to get me started off?
#6
ok if gmail works should the code i have above work now?
#7
The code is correct. Display name is not important. But you need the latest QM version. Older versions did not work with gmail.

Also try to replace 0 to 0x80000 (in SendMail line). Below insert
run "$my qm$\smtp_log.txt"

0x80000 tells SendMail to log to the file, and the next line opens the file. It may help you to find the reason why SendMail fails.
#8
would this work with my firewall and virus protection activated
#9
If your email program can send email, this code also should work.
#10
Avast wont let me use it. It says mail scanner error inside qm. I tried sending email from my account manualy and there was no problem. Also when i switched avast of everything worked fine.
#11
On my PC woks well. Vista 32-bit, Avast 4.8.
#12
I do not know too much about this, but a friend told me his firewall/antivirus has the ability to block certain ports and one specifically for smtp.
#13
how can you make it so it getstext on a dialog then emails to that email,
#14
im still haveing problems with this it is not sendind an email...can someone help me
#15
lXlXlXlXlXlXl Wrote:Avast wont let me use it. It says mail scanner error inside qm. I tried sending email from my account manualy and there was no problem. Also when i switched avast of everything worked fine.

is it this error?
Error (RT) in Macro853: SendMail: [Error: Connection failure] (0xB)
Server response: 500 TLS not supported by avast mail scanner

I get this error when smtp port is 25. With gmail it must be 465.
#16
yes that fixed it and yes i was using port 25 thx


Forum Jump:


Users browsing this thread: 1 Guest(s)