> > > > > procedure TForm1.btnSendClick(Sender: TObject); > > > > > begin > > > > > nmsmtp1.Host:= 'mail.ITech.com.au'; // My Office mail server > > > > > nmsmtp1.Connect; > > > > > if nmsmtp1.Connected then > > > > > begin > > > > > case RadioGroup1.ItemIndex of > > > > > 0: nmsmtp1.EncodeType:= uuMime; > > > > > 1: nmsmtp1.EncodeType:= uuCode; > > > > > end; > > > > > nmsmtp1.PostMessage.FromAddress:= editSender.Text; > > > > > nmsmtp1.PostMessage.ToAddress.Text:= editReceiver.Text; > > > > > nmsmtp1.PostMessage.Body.Text:= Memo1.Text; > > > > > nmsmtp1.PostMessage.Attachments.Text:= ListBox1.Items.Text; > > > > > nmsmtp1.PostMessage.Subject:= editSubj.Text; > > > > > nmsmtp1.SendMail; > > > > > end > > > > > end; > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------- > > > > > Discover Yahoo! > > > > > Stay in touch with email, IM, photo sharing & more. Check it out! > > > > > > > > > > [Non-text portions of this message have been removed] > > > > > > > > > > > > > > > > > > > > ----------------------------------------------------- > > > > > Home page: http://groups.yahoo.com/group/delphi-en/ > > > > > To unsubscribe: [EMAIL PROTECTED] > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----------------------------------------------------- > > > > Home page: http://groups.yahoo.com/group/delphi-en/ > > > > To unsubscribe: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > SPONSORED LINKS > > > > C programming language Computer programming languages The c > programming > > > language C programming language List of programming languages Delphi > > > programmer > > > > > > > > --------------------------------- > > > > YAHOO! GROUPS LINKS > > > > > > > > > > > > Visit your group "delphi-en" on the web. > > > > > > > > To unsubscribe from this group, send an email to: > > > > [EMAIL PROTECTED] > > > > > > > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service. > > > > > > > > > > > > --------------------------------- > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Tired of spam? Yahoo! Mail has the best spam protection around > > > > http://mail.yahoo.com > > > > > > > > [Non-text portions of this message have been removed] > > > > > > > > > > > > > > > > ----------------------------------------------------- > > > > Home page: http://groups.yahoo.com/group/delphi-en/ > > > > To unsubscribe: [EMAIL PROTECTED] > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----------------------------------------------------- > > > Home page: http://groups.yahoo.com/group/delphi-en/ > > > To unsubscribe: [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------- > > > YAHOO! GROUPS LINKS > > > > > > > > > Visit your group "delphi-en" on the web. > > > > > > To unsubscribe from this group, send an email to: > > > [EMAIL PROTECTED] > > > > > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > > > > > > > --------------------------------- > > > > > > > > > > > > > > > --------------------------------- > > > Sell on Yahoo! Auctions - No fees. Bid on great items. > > > > > > [Non-text portions of this message have been removed] > > > > > > > > > > > > ----------------------------------------------------- > > > Home page: http://groups.yahoo.com/group/delphi-en/ > > > To unsubscribe: [EMAIL PROTECTED] > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----------------------------------------------------- > > Home page: http://groups.yahoo.com/group/delphi-en/ > > To unsubscribe: [EMAIL PROTECTED] > > > > > > > > --------------------------------- > > YAHOO! GROUPS LINKS > > > > > > Visit your group "delphi-en" on the web. > > > > To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] > > > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > > > > --------------------------------- > > > > > > > > > > --------------------------------- > > Sell on Yahoo! Auctions - No fees. Bid on great items. > > > > [Non-text portions of this message have been removed] > > > > > > > > ----------------------------------------------------- > > Home page: http://groups.yahoo.com/group/delphi-en/ > > To unsubscribe: [EMAIL PROTECTED] > > > > > > > > -------------------------------------------------------------------------- > -- > > ---- > > YAHOO! GROUPS LINKS > > > > a.. Visit your group "delphi-en" on the web. > > > > b.. To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] > > > > c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service. > > > > > > -------------------------------------------------------------------------- > -- > > ---- > > > > > > > > > > [Non-text portions of this message have been removed] > > > > > > > > ----------------------------------------------------- > > Home page: http://groups.yahoo.com/group/delphi-en/ > > To unsubscribe: [EMAIL PROTECTED] > > Yahoo! Groups Links > > > > > > > > > > > > > > > > try thi link
http://www.delphifaq.com/fq/q2225.shtml ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

