Category:
Addressing
Description:
The -tofriendly parameter adds personalization to your email. Instead of the recipient's email address appearing in the "To:" field of the email message header, a friendly name appears. For example "To:" would show "John Doe" instead of "jd76@somecompany.com".
The "To:" field in an email client can display the email address (e.g. abc34@somecompany.com), an equivalent "friendly" name (e.g. "Bob Smith"), or both. Client behavior varies as to what exactly is displayed. Many clients display e.g.:
To: "<friendly>" <email address>
In others, if the "Friendly" address is present, the "normal" email address is not displayed.
Optional?
Yes.
Overrides:
None.
Overridden By:
None.
Other Parameters Required:
See Also:
Usage:
-tofriendly "<friendly recipient name>"
Example (cut-and-paste right into your batch file):
NetMailBot -tofriendly "John Doe" -to email@domain.com -from email@domain.com -server mail.domain.com -subject "test"
Comments:
None.