PHPMailer mit Mercury

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

PHPMailer mit Mercury

Postby alexuschi » 12. March 2010 18:20

Arbeite mit Mercury Mailserver (xxamp).
Mit mail() klappt alles auch nach außen.
Möchte aber SMTP-Auth verwenden!
Probiere meine mailsscripte mit PHPMailer.
Beim versenden kommt die Meldung:
Code: Select all
"Could not execute: /var/qmail/bin/sendmail".


Ist klar denn in der class.phpmailer.php steht:
==========================
Code: Select all
* Sets Mailer to send message using the $Sendmail program.
* @return void
*/
public function IsSendmail() {
if (!stristr(ini_get('sendmail_path'), 'sendmail')) {
$this->Sendmail = '/var/qmail/bin/sendmail';
}
$this->Mailer = 'sendmail';
}


==========================
Das heißt ich müßte hier den Mercury-Mailserever (SMTP) einbinden.
Aber wie?
Im Mercury Ordner finde ich kein unterprog das "SENDMAIL" heißt!
__________________
Alex
GC
alexuschi
 
Posts: 16
Joined: 25. January 2007 10:10

Re: PHPMailer mit Mercury

Postby WilliL » 12. March 2010 20:48

suchst du c:/xampp/sendmai/sendmail.exe?
Willi
WilliL
 
Posts: 660
Joined: 08. January 2010 10:54
Operating System: Win7Home Prem 64 SP1

Re: PHPMailer mit Mercury

Postby alexuschi » 12. March 2010 22:43

Ich suche den Pfad den ich in die "class.phpmailer.php" eingeben muß so das das phpscript mein mailprogramm(Mercury) findet.
Im Moment kommt die Meldung:
Code: Select all
 
"Could not execute: /var/qmail/bin/sendmail".

Ich verwende aber nicht qmail sondern Mercury-Mailtransport!
Die Stelle wo der Pfad stehen soll ist:
Code: Select all
* Sets Mailer to send message using the $Sendmail program.
* @return void
*/
public function IsSendmail() {
if (!stristr(ini_get('sendmail_path'), 'sendmail')) {
$this->Sendmail = '/var/qmail/bin/sendmail';
}
$this->Mailer = 'sendmail';
}

Alex
GC
alexuschi
 
Posts: 16
Joined: 25. January 2007 10:10


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 53 guests