TSmtpCli.HdrFrom

From Overbyte
Revision as of 08:58, 13 September 2009 by Markus.humm (talk | contribs) (new entry)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS component reference -> TSmtpCli -> HdrFrom

Definition

property HdrFrom:String;

Description

Defines the sender's e-mail address.

Example

nothing yet

Best practices

Set this property to a valid e-mail address located at the server's domain. Otherwise some providers will reject the e-mail with a "550 invalid header" error.

How to

nothing yet