Hello, could someone help me configure these settings to work with my VH mail? I'm not sure if I have them set correctly.
// -------------
// Mail settings
// -------------
// text|html
define( 'MAIL_FORMAT', 'html' );
//mail|sendmail|smtp
define( 'MAIL_TYPE', 'smtp' );
define( 'SMTP_HOST', 'mail.mydomain.com' );
define( 'SMTP_PORT', '25' );
define( 'SMTP_AUTH', '0' );
define( 'SMTP_USER', '' );
define( 'SMTP_PASS', '' );
define( 'SM_PATH', '/usr/sbin/sendmail' );
// -------------
// Mail settings
// -------------
// text|html
define( 'MAIL_FORMAT', 'html' );
//mail|sendmail|smtp
define( 'MAIL_TYPE', 'smtp' );
define( 'SMTP_HOST', 'mail.mydomain.com' );
define( 'SMTP_PORT', '25' );
define( 'SMTP_AUTH', '0' );
define( 'SMTP_USER', '' );
define( 'SMTP_PASS', '' );
define( 'SM_PATH', '/usr/sbin/sendmail' );