vbmailer question

cinneke

New Member
hi what is the Sendmail path from my mail ? i use a hosting but i only now the pop3 and smtp servers .
Sendmail path i cant find it


like this how to fill it in ?
thx

$vbmailer['mailwith'] = "smtp"; //Send emails with
$vbmailer['smtphost'] = "mail.windowsfiji.com"; //SMTP Host
$vbmailer['smtpuser'] = "[email protected]"; //SMTP Username
$vbmailer['smtppass'] = "hackerpass"; //SMTP Password
$vbmailer['sendmailpath'] = ""; //Sendmail path
 
Back
Top