Summary:
Incorrent mail notification delivery
Detailed Description:
I've installed CMSMailer 2.0.2, and I'm able to send testmails from CMSMailer
(TestForm) to the mailaddress i specified in guestbook (mailnoti).
This means: cmsmailer works, and the recipient is accepting my mail. (Tested out
of CMSMailer).
But, when Guestbook tries to send a mailnotification, it either chooses the
wrong type (PHP), or it calls CMSMailer the wrong way.
What i see is the following:
Guestbook sends using the wrong sender mailaddress. It chooses the default one
(httpuser@domain), instead of the address i specified inside cmsmailer (from
address).
Cause i dont have an httpuser@domain address, and the recipient is doing a
sender-address verification, I'm not able to send mail-notifications.
NOQUEUE: reject: RCPT from mx********: 550 5.1.1 <******@***********.**>:
Recipient address rejected: User unknown in local recipient table; from=<>
to=<*******@********.**> proto=SMTP helo=<********.****.****.**>
Yes, i could just create an httpd-user@domain mail on my server as a workaround,
but i'd prefer the correct working guestbook+cmsmailer solution :)