TSmtpCli.HdrFrom
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