Posts: 82
Threads: 29
Joined: Jun 2008
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
[email protected]
;smtp_password xxxxxxxxxxxxxxxxxxxx
;smtp_auth 2
;smtp_secure 1
;smtp_timeout 30
;smtp_email
[email protected]
;smtp_displayname "xxxxxxxxxxxxxxxxxxxxxx"
;smtp_replyto ""
SendMail "
[email protected]" "test" "test" 0 "" "" "" "" "" s
Posts: 57
Threads: 17
Joined: Dec 2008
Ill take a look bro.. ill do my best
Posts: 82
Threads: 29
Joined: Jun 2008
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
Posts: 576
Threads: 97
Joined: Aug 2007
Posts: 82
Threads: 29
Joined: Jun 2008
ok do you have a simple code you could show me to get me started off?
Posts: 82
Threads: 29
Joined: Jun 2008
ok if gmail works should the code i have above work now?
Posts: 12,072
Threads: 140
Joined: Dec 2002
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.
Posts: 160
Threads: 43
Joined: Sep 2007
would this work with my firewall and virus protection activated
Posts: 12,072
Threads: 140
Joined: Dec 2002
If your email program can send email, this code also should work.
Posts: 160
Threads: 43
Joined: Sep 2007
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.
Posts: 12,072
Threads: 140
Joined: Dec 2002
On my PC woks well. Vista 32-bit, Avast 4.8.
Posts: 58
Threads: 19
Joined: Mar 2005
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.
Posts: 82
Threads: 29
Joined: Jun 2008
how can you make it so it getstext on a dialog then emails to that email,
Posts: 82
Threads: 29
Joined: Jun 2008
im still haveing problems with this it is not sendind an email...can someone help me
Posts: 12,072
Threads: 140
Joined: Dec 2002
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.
Posts: 160
Threads: 43
Joined: Sep 2007
yes that fixed it and yes i was using port 25 thx