EmailValidatorSmtpFromEmail Property |
Gets or sets the email address passed to the SMTP server as MAIL FROM parameter.
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public string SmtpFromEmail { get; set; }
Public Property SmtpFromEmail As String
Get
Set
public:
property String^ SmtpFromEmail {
String^ get ();
void set (String^ value);
}
member SmtpFromEmail : string with get, set
Property Value
Type:
StringRemarks
This is an important preference to set and great care should be taken when entering it. Technically,
you can set the 'MAIL FROM' field to any properly formatted email address you like, but for the most
accurate results, we recommend you use your computer's real authentic hostname.
The reason for this is that some SMTP servers will perform a reverse DNS check to match your
computers host IP to the hostname in the 'MAIL FROM' address. If they do not match, the remote mail server
will not allow you to proceed.
See Also