Hello,

On 09/30/2002 04:01 PM, Konchim wrote:
> I can't use the mail function
> I know how to send attachments and get mail in php
> but i don't know how to set the function at windows and apache or php

The class that I mentioned has sub-classes that provide alternative 
methods to sending messages via  the mail() function, including sending 
via SMTP server which is more likely what you need to send messages in 
Windows. It can even send messages directly to recipients SMTP server 
which may be useful if you need to send urgent messages or if you do not 
have a SMTP server.

Regards,
Manuel Lemos


> "Manuel Lemos" <[EMAIL PROTECTED]>
> ???????:[EMAIL PROTECTED]
> 
>>Hello,
>>
>>On 09/29/2002 02:03 PM, Konchim wrote:
>>
>>>Anyone know how to set IMAP
>>>I use WinXP apache Php4.0
>>>where can i download a Dll for php IMAP?
>>
>>The IMAP extension comes with standard PHP distribution for Windows and
>>is in the extensions directory.
>>
>>
>>
>>>And How to set it use my SMTP Account?
>>>I didn't have Email server can i use PHP's Mail Function?
>>
>>I do not know if you can configure that.
>>
>>Anyway, if you are looking for composing and sending MIME formatted
>>messages with attachments, HTML with embedded images or text and HTML
>>versions in the same message, you may want to look into this class that
>>provides that with plenty of explanatory examples:
>>
>>http://www.phpclasses.org/mimemessage



-- 

Regards,
Manuel Lemos


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to