SMTP: Difference between revisions

231 bytes added ,  6 March 2010
(Changing How To/Cookbook -> Tutorials)
Line 85: Line 85:
              
              
   Get ComSend of oComMailSender "" to iRC
   Get ComSend of oComMailSender "" to iRC
   If (not(iRC)) send stop_Box "Email failed."  
   If (not(iRC)) send stop_Box "Email failed."
 
  // Alternative login - if using the free non-pro version
  // the ComUserName and ComPassword properties will not work
  // use this instead:
  Send ComLogonUser of oComMailSender "" "YourEmailLoginID" "YourEmailLoginPassword" 0


===SMTP Host===
===SMTP Host===
40

edits