Re: Difference between wodSmtp1.SendMessage and w - WeOnlyDo Discussion board

Re: Difference between wodSmtp1.SendMessage and w (General questions)

by nightwalker83, Thursday, August 05, 2010, 12:25 (5223 days ago) @ woddrazen

Hi,


What happens if you try this code
[code]frmMain.wodSmtp1.MailFrom = spehr( point )aaron( at )gmail( point )com
frmMain.wodSmtp1.Message.To = frmCompose.txtTo.Text
frmMain.wodSmtp1.Message.Subject = frmCompose.txtSubject.Text
frmMain.wodSmtp1.Message.Text = frmCompose.txtBody.Text
frmMain.wodSmtp1.Blocking = True
frmMain.wodSmtp1.SendMessage[/code]
Drazen

Tried setting

frmMain.wodSmtp1.Blocking = True

and

frmMain.wodSmtp1.Blocking = False

but receive Runtime error '30013'

Destination SMTP server rejected the sender.

and it still highlights:

frmMain.wodSmtp1.SendMessage


Complete thread: