php - What are the PHPMailer requirement for sending mail and receiving mail in IIS 7 -
i'm running windows 2008r2 server php , iis 7.0 installed, , want add phpmailer iis 7, i'm not sure roles or features need installed
from understanding run phpmailer have unzip phpmailer folder , drop files in project file have website , edit commands.
but if have send email. need have smtp feature installed on iis 7? or php send without smtp installed? need other features installed make sure works?
i'm asking because havent been able install smtp successful or run phpmailer successfully, know requirements.
you have have form of mail server installed , preferably configured in php.ini. doesn't mean has run on windows server, has running somewhere , accessible said server. have linux box running sendmail , tell windows php use send mail through.
Comments
Post a Comment