04-22-2009, 02:48 PM
Create account in floating toolbar -> Files, web -> Send email -> Accounts. (if you don't have it. If have, only enter smtp password there)
Use floating toolbar -> Files, web -> Send email. In the dialog, check Var. Then it will insert code that does not depend on your computer and can be used on any computer. It will be like
str s=
;smtp_...
...
...
SendMail ........
If something wrong, use flag 0x80000 with SendMail. It creates log file. Read more in SendMail help.
Use floating toolbar -> Files, web -> Send email. In the dialog, check Var. Then it will insert code that does not depend on your computer and can be used on any computer. It will be like
str s=
;smtp_...
...
...
SendMail ........
If something wrong, use flag 0x80000 with SendMail. It creates log file. Read more in SendMail help.