options['smtp_hostname'] ) || empty( $this->options['smtp_hostname'] ) ) ? 'localhost' : $this->options['smtp_hostname']; if ( isset( $this->options['newmem_admin_mail'] ) && 1 == $this->options['newmem_admin_mail'] ) { $newmem_admin_mail_0 = ''; $newmem_admin_mail_1 = ' checked="checked"'; } else { $newmem_admin_mail_0 = ' checked="checked"'; $newmem_admin_mail_1 = ''; } if ( isset( $this->options['updmem_admin_mail'] ) && 1 == $this->options['updmem_admin_mail'] ) { $updmem_admin_mail_0 = ''; $updmem_admin_mail_1 = ' checked="checked"'; } else { $updmem_admin_mail_0 = ' checked="checked"'; $updmem_admin_mail_1 = ''; } if ( isset( $this->options['updmem_customer_mail'] ) && 1 == $this->options['updmem_customer_mail'] ) { $updmem_customer_mail_0 = ''; $updmem_customer_mail_1 = ' checked="checked"'; } else { $updmem_customer_mail_0 = ' checked="checked"'; $updmem_customer_mail_1 = ''; } if ( isset( $this->options['delmem_admin_mail'] ) && 1 == $this->options['delmem_admin_mail'] ) { $delmem_admin_mail_0 = ''; $delmem_admin_mail_1 = ' checked="checked"'; } else { $delmem_admin_mail_0 = ' checked="checked"'; $delmem_admin_mail_1 = ''; } if ( isset( $this->options['delmem_customer_mail'] ) && 1 == $this->options['delmem_customer_mail'] ) { $delmem_customer_mail_0 = ''; $delmem_customer_mail_1 = ' checked="checked"'; } else { $delmem_customer_mail_0 = ' checked="checked"'; $delmem_customer_mail_1 = ''; } if ( isset( $this->options['put_customer_name'] ) && 1 == $this->options['put_customer_name'] ) { $put_customer_name_0 = ''; $put_customer_name_1 = ' checked="checked"'; } else { $put_customer_name_0 = ' checked="checked"'; $put_customer_name_1 = ''; } if ( isset( $this->options['email_attach_feature'] ) && 1 == $this->options['email_attach_feature'] ) { $email_attach_feature_0 = ''; $email_attach_feature_1 = ' checked="checked"'; } else { $email_attach_feature_0 = ' checked="checked"'; $email_attach_feature_1 = ''; } if ( isset( $this->options['add_html_email_option'] ) && 1 == $this->options['add_html_email_option'] ) { $add_html_email_option_0 = ''; $add_html_email_option_1 = ' checked="checked"'; $add_html_email_option = true; } else { $add_html_email_option_0 = ' checked="checked"'; $add_html_email_option_1 = ''; $add_html_email_option = false; } $put_email_attach_file_extension = ( ! isset( $this->options['email_attach_file_extension'] ) || empty( $this->options['email_attach_file_extension'] ) ) ? 'jpg,png,pdf' : $this->options['email_attach_file_extension']; $put_email_attach_file_size = ( ! isset( $this->options['email_attach_file_size'] ) || empty( $this->options['email_attach_file_size'] ) ) ? 3 : $this->options['email_attach_file_size']; ?>