--- 農庚圃水產資訊網 <[EMAIL PROTECTED]> wrote: > Dear all , > > I got a problem to send a confirmation mail from my Website to auto > reply > every new registrator . Due to the ISP mail server resist any Web > Mail > function but personal mailing permitted only through Outlook . > > Since I used floating IP and asked another dynamic DNS server to > point to > my domain . Meanwhile , I'd like to have the Mail server of ISP for > mailing > . > > Hence , I'd like to have a PEAR module to call Outlook for mailing > . Is it > possible ? What should I do ? Is there any resource which like as I > mentioned ? > > Your any input will be highly appreciated and thanks in advance !
There are only two ways that I know of for your ISP to know if you are using Outlook to send email. One is that they are using Exchange as their mail server, and Outlook is connecting in corporate mode (or whatever the terminology is). If this is hte case, run fast and far. Exchange is fine if you're a coporation, but an ISP should not being using it that way. The other way is if they are checking mail headers. If that's the case, you should be able to forge the appropriate headers to make it look as if the mail were generated by Outlook. Though I can't imagine why they would have this kind of requirement. You might also want to look at a mail class, rather than using the built in mail() function. > > cchiang > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > ===== Mark Weinstock [EMAIL PROTECTED] *************************************** You can't demand something as a "right" unless you are willing to fight to death to defend everyone else's right to the same thing. *************************************** __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php