Forum Moderators: coopster
So whats the problem, ive setup php.ini like so:
SMTP = fic
smtp_port = 245
where smtp = fic - because i get errors in my script saying it cant access smtp server
smtp server setup for port 245, connections working, mail going to smtp server then going to badmail folder (example):
Files:
002524527052111200500000003.BAD
002524527052111200500000003.BDP
002524527052111200500000003.BDR
002524527052111200500000004.BAD
002524527052111200500000004.BDP
002524527052111200500000004.BDR
Error from .bad file:
Final-Recipient: rfc822;psworx@gmail.com
Action: failed
Status: 5.0.0
Error from . file:
Unable to deliver this message because the follow error was encountered: "This message is a delivery status notification that cannot be delivered.".
The specific error code was 0xC00402C7.
The message sender was <>.
The message was intended for the following recipients.
psworx@gmail.com
psworx@gmail.com
Has anyone any idea why this is happening, it seems only to be because of the versions of the apps im using (php, smtp?) as ive had it working with older versions of this stuff...
Any help would be greatly appreciated
TIA