Advanced
The Advanced tab has the following fields.
Field |
Global Var? |
Description |
Allow Non-Standard Email IDs |
No |
By default, email IDs specified in the to, from, cc, bcc, or replyTo input elements must conform to the RFC 822 standard for email addresses. Checking this box allows you to specify email IDs that do not conform to the RFC 822 standard. This is useful if you want to send mail to a server that has extensions for sending email to devices such as a fax machine. For more information about email address syntax, see http://www.faqs.org/rfcs/rfc822.html. Note: When this field is unchecked, not all of the RFC 822 syntax rules are enforced. For example, addresses composed of simple names (with no "@domain" part) are allowed. For more information on enforcing RFC 822, see the description of the
strict flag of the parse method of javax.mail.internet.InternetAddress at http://java.sun.com/products/javamail/javadocs/javax/mail/internet/InternetAddress.html. |