Search found 15 matches: bconnecting

Return to advanced search

Re: smtpserver

... cIP := GetHostByName( "smtphm.sympatico.ca",25,.t.,"wilsonrw@sympatico.ca", "xxxxxxxx" ) ) * MsgInfo( cIP ) oOutMail:bConnecting = { || oDlg:SetMsg( "Connecting to mail.lpsi.qc.ca" ) } oOutMail:bConnected = { || oDlg:SetMsg( "Connected" ) } oOutMail:bDone ...
by richard wilson
Wed Oct 05, 2016 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: smtpserver
Replies: 5
Views: 1365

smtpserver

... "mail.lpsi.qc.ca" ) ) oOutMail := TSmtp():New( cIP := GetHostByName( "mail.lpsi.qc.ca" ) ) * MsgInfo( cIP ) oOutMail:bConnecting = { || oDlg:SetMsg( "Connecting to mail.lpsi.qc.ca" ) } oOutMail:bConnected = { || oDlg:SetMsg( "Connected" ) } oOutMail:bDone ...
by richard wilson
Wed Sep 28, 2016 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: smtpserver
Replies: 5
Views: 1365

Re: How to send email from app ?

... cIP := GetHostByName( "smtp.ulg.ac.be" ) ) * oMail := TSmtp():New( cIP := GetHostByName( "smtp.ulg.ac.be" ) ) * oMail:bConnecting = { || oWnd:SetMsg( "Connecting to smtp ..." ) } oMail:bConnected = { || oWnd:SetMsg( "Connected" ) } * oMail:bDone ...
by Jack
Sun Mar 06, 2011 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from app ?
Replies: 3
Views: 1895

... Rick oWndMdi:SetMsg( "Sending Project ADD noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting := { || oWndMdi:SetMsg( "Connecting to "+cHOST ) } oOutMail:bConnected := { || oWndMdi:SetMsg( "Connected" ) } oOutMail:bDone := { || oWndMdi:SetMsg( ...
by Rick Lipkin
Mon Dec 08, 2008 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsmtp ( again )
Replies: 3
Views: 1415

Tsmtp ( again )

... code oWndMdi:SetMsg( "Sending Project ADD noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting := { || oWndMdi:SetMsg( "Connecting to "+cHOST ) } oOutMail:bConnected := { || oWndMdi:SetMsg( "Connected" ) } oOutMail:bDone := { || oWndMdi:SetMsg( ...
by Rick Lipkin
Mon Dec 08, 2008 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsmtp ( again )
Replies: 3
Views: 1415

Genetating an array of cc addresses to Pass thru Tsmtp

... Class : oWndMdi:SetMsg( "Sending Reporting noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting = { || oWndMdi:SetMsg( "Connecting to "+cHOST ) } oOutMail:bConnected = { || oWndMdi:SetMsg( "Connected" ) } oOutMail:bDone = { || oWndMdi:SetMsg( ...
by Rick Lipkin
Sun Aug 17, 2008 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Genetating an array of cc addresses to Pass thru Tsmtp
Replies: 2
Views: 709

Tsntp ( attachments )

... oWndMdi:SetMsg( "Sending Project ADD noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting = { || oWndMdi:SetMsg( "Connecting to "+cHOST ) } oOutMail:bConnected = { || oWndMdi:SetMsg( "Connected" ) } oOutMail:bDone = { || oWndMdi:SetMsg( ...
by Rick Lipkin
Thu Jul 31, 2008 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsntp ( attachments )
Replies: 14
Views: 3087

TestSmtp

... "Welcome New Project Manager" cMESSAGE := "Test" WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) * MsgInfo( cIP ) * oOutMail:bConnecting = { || MsgInfo( "Connecting to "+cHOST ) } * oOutMail:bConnected = { || MsgInfo( "Connected" ) } * oOutMail:bDone = { || MsgInfo( "Message ...
by Rick Lipkin
Tue Jul 08, 2008 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestSmtp
Replies: 6
Views: 1611

testsmtp

... cIP oWnd:SetMsg( "Sending Internet email..." ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( "hot.pl" ) ) MsgInfo( cIP ) oOutMail:bConnecting = { || oWnd:SetMsg( "Connecting to hot.pl..." ) } oOutMail:bConnected = { || oWnd:SetMsg( "Connected" ) } oOutMail:bDone = { || oWnd:SetMsg( ...
by kajot
Sun May 18, 2008 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: testsmtp
Replies: 0
Views: 518

TESTSMTP - Enviar imagem???

... "Sending Internet email..." ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( "smtp.fivetechsoft.com" ) ) MsgInfo( cIP ) oOutMail:bConnecting = { || oWnd:SetMsg( "Connecting to smtp.fivetechsoft.com..." ) } oOutMail:bConnected = { || oWnd:SetMsg( "Connected" ) } oOutMail:bDone ...
by MGA
Thu Mar 27, 2008 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TESTSMTP - Enviar imagem???
Replies: 0
Views: 512

No puedo conestar para enviar un E-Mail

... as inline as opposed to attachement oMail:oSocket:lDebug := .T. // uncomment to create log file oMail:oSocket:cLogFile := "c:\smtp.log" oMail:bConnecting := {|| oVentPrinc:SetMsg( "Connecting to " + cHost + " (" + oMail:cIPServer + ") and waiting for response..." ) } oMail:bConnected := {|| ...
by colthop
Fri Feb 22, 2008 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo conestar para enviar un E-Mail
Replies: 5
Views: 1410

TSMTP de Luis Krause / Tamaño 0 en ficheros adjuntos

... files as inline as opposed to attachement oMail:oSocket:lDebug := .T. // uncomment to create log file oMail:oSocket:cLogFile := "smtp.log" * oMail:bConnecting := {|| oWnd:SetMsg( "Connecting to " + cHost + " (" + oMail:cIPServer + ") and waiting for response..." ) } * oMail:bConnected := {|| oWnd:SetMsg( ...
by RPATON
Sun Aug 05, 2007 7:05 pm
 
Forum: FiveWin para CA-Clipper
Topic: TSMTP de Luis Krause / Tamaño 0 en ficheros adjuntos
Replies: 2
Views: 1052

Problems with sending emails - some questions

... oDummy := TSmtp():New(GetHostByName(PAR->POUTLIP)) oOutMail := TSmtp():New(GetHostByName(PAR->POUTLIP)) oOutMail:bConnecting = {|| cStat1:= "Connecting",Em2Dlg:Update() } oOutMail:bConnected = {|| cStat2:= "Connected",Em2Dlg:Update() } oOutMail:bDone = {|| EmSend ...
by driessen
Sun Feb 18, 2007 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with sending emails - some questions
Replies: 15
Views: 6976

My sendmail is work well.

... files as inline as opposed to attachement oMail:oSocket:lDebug := .T. // uncomment to create log file oMail:oSocket:cLogFile := "smtp.log" oMail:bConnecting := {|| oDlg:SetMsg( "Connecting to " + cHost + " (" + oMail:cIPServer + ") and waiting for response..." ) } oMail:bConnected := {|| oDlg:SetMsg( ...
by dutch
Wed Jul 19, 2006 7:14 am
 
Forum: FiveWin for CA-Clipper
Topic: Send Email
Replies: 8
Views: 4587

... SendMail() local oOutMail, cIP oWnd:SetMsg( "Sending Internet email..." ) WSAStartup() oOutMail := TSmtp():New( "smtp.midominio.com" ) oOutMail:bConnecting = {||oWnd:SetMsg( "Connecting ..." ) } oOutMail:bConnected = {||oWnd:SetMsg( "Connected" ) } oOutMail:bDone = { || msginfo("Mensaje enviado ...
by tsales
Mon Dec 12, 2005 8:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comportamiento extraño con tSmtp.
Replies: 3
Views: 1060

Return to advanced search