Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Arno Welzel Newsgroups: comp.lang.php Subject: Re: Receiving e-mail by PHP Date: Wed, 6 Apr 2022 18:43:03 +0200 Lines: 16 Message-ID: References: <1ppw3ob.xyc6q51hfgu9eN%liz@poppyrecords.invalid.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net qLnffoCTAqOBdfZRtcIt4Q2jPqWV45zRxRjtGsXlnBz8iLCjyD Cancel-Lock: sha1:P5LBWendsM/Km2NDriOaESqzig8= Content-Language: de-DE In-Reply-To: <1ppw3ob.xyc6q51hfgu9eN%liz@poppyrecords.invalid.invalid> Xref: csiph.com comp.lang.php:18919 Liz Tuddenham: > I appreciate that e-mails can be sent from a server by php, but Is there > any way of receiving them by php? Yes - implement your own mailserver. Seriously: No - you should not use PHP to receive e-mails. Use a server like Postfix to reveive the mail and PHP to read what Postfix stored. You may even combine Postfix and Dovecot and use IMAP to access the mail storage of Dovecot. -- Arno Welzel https://arnowelzel.de