|
Email Object SettingsThe Email Object tab allows you to select the email object type. Depending on your email server settings, you may need to choose the appropriate email object and specify the necessary settings. However, for most hosting providers, you can leave these settings blank to use the default settings, and your emails will send properly. Note: If you are unsure about the settings to enter here, and the default options did not send your email correctly, contact your hosting provider for the correct settings to use. ReferenceSMTP server:This is the name of the SMTP server used by the object to distribute the generated email.Valid entries for this include:
PortThis specifies the designated port on the computer which the email object will use to send email. The default is 25 and will work for most configurations.Return Path:Sets this header to contain definitive information about the email address and route back to the message's originator. Not required.OrganizationSets the value for the Organization header class of the email. Not required.X-MailerSets the header that describes the mailer program that was used to create this message. Not required.
PEAR Mail using SMTPThe following information is required for configuring your email application to use the PEAR mail object:AuthenticateDetermines whether to use authentication or not. Default if not given is false.Username and PasswordThese fields allow you to specify a username and password to access the SMTP server for use by the mail object. Restricting SMTP access provides security against outside sources sending mail through your server. Only enabled if Authenticate is selected.Path to PEAR:The installation location of PEAR within the context of your webserver.SMTP ServerThis is the name of the SMTP server used by the object to distribute the generated email.Valid entries for this include:
PortThis specifies the designated port on the computer which the email object will use to send email. The default is 25 and will work for most configurations.Return Path:Sets this header to contain definitive information about the email address and route back to the message's originator. Not required.OrganizationSets the value for the Organization header class of the email. Not required.X-MailerSets the header that describes the mailer program that was used to create this message. Not required.Note: For more information and support for the PEAR Mail object, please refer to: http://pear.php.net/package/Mail
|
|
||