SMTP: Difference between revisions

35 bytes added ,  23 February 2019
m
add syntax highlighting
m (add syntax highlighting)
m (add syntax highlighting)
 
Line 65: Line 65:
Inside the [[OnClick]] event in the ''Send'' button added above, add the following code:
Inside the [[OnClick]] event in the ''Send'' button added above, add the following code:


<source lang="dataflex">
   String sAttach sName
   String sAttach sName
   Integer iRC
   Integer iRC
Line 96: Line 97:
   // use this instead:
   // use this instead:
   Send ComLogonUser of oComMailSender "" "YourEmailLoginID" "YourEmailLoginPassword" 0
   Send ComLogonUser of oComMailSender "" "YourEmailLoginID" "YourEmailLoginPassword" 0
</source>


===SMTP Host===
===SMTP Host===