This function stores the name, email box name, and email domain in nntpr.private for use by posttext in constructing the NNTP message headers. Calling posttext before using this to set the names will return an error condition.
1 | set_post_names(from_name, email_name, email_domain)
|
from_name |
sender name displayed in the NNTP From header |
email_name |
sender email box name (before the @) for the NNTP From header |
email_domain |
sender email address domain (after the @) for the NNTP From and Message-ID headers |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.