Click or drag to resize
EmailValidatorSmtpFromEmail Property
Gets or sets the email address passed to the SMTP server as MAIL FROM parameter.

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public string SmtpFromEmail { get; set; }

Property Value

Type: String
Remarks
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