Modify Smtp Authication


  • The script now support sending of emails through SMTP server in both non authenticated and authenticated way. You can specify whether to send emails through SMTP or the traditional PHP inbuilt mail function.

    SMTP Sending with no authentication – here the server may allow to relay emails through itself without authentication first. This may be allowed on some hosts for emails originating on the server itself.

    SMTP Sending with authentication – Here the emails can be sent through the SMTP server only after authenticating to it with a login. Valid login credentials needed for this to work. Contact your HOST to know if the SMTP server supports this.
  • * Marked fields are mandatory.
  • Please note that once SMTP Authentication is set to Yes, then all mails from the system will go through the SMTP route to your SMTP server.
  • Please note to test the connection first save your connection setting then click on "Test Connection" button.

    SMTP Enable:*__SMTP_ENABLE__
    SMTP Authentication Required*__SMTP_AUTHENTICATION__
    SMTP Host or IP address:*
    SMTP Username:*
    SMTP Password:*
    SMTP Port:*