Re: PHP SMTP Configuration (Lotus Domino)

From: Jochen Daum (jochen.daum_at_cans.co.nz)
Date: 03/02/04


Date: Wed, 03 Mar 2004 09:43:57 +1300

Hi Christian!

On 1 Mar 2004 23:26:39 -0800, schnul01@gmx.at (Christian Patterer)
wrote:

>Hi Jochen,
>
>> How do you access you SMTP server from a normal email client?
>I am using Lotus Notes. I think the handling from Lotus Notes might be
>a little bit different than with Outlook or any other "normal" SMTP
>client.

I would be pretty sure that it uses SMTP. Does it use authentication?
POP after SMTP? SSL?

If it uses any of them, use a PHP class.

HTH, Jochen

-- 
Jochen Daum - Cabletalk Group Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/


Relevant Pages

  • Re: Setting PHP to use SMTP
    ... In an effort to make emails that I send through PHP scripts not be ... Right now, if I check my PHP generated emails with Spamassassin, it says: ... message was not relayed via SMTP ... mailwill use whatever sendmail ...
    (php.general)
  • Re: PHP SMTP Configuration (Lotus Domino)
    ... Delivering via SMTP only works on Windows. ... Sending messages does not require a local SMTP server to relay them. ... PHP Classes - Free ready to use OOP components written in PHP ...
    (alt.php)
  • Re: PHP SMTP Configuration (Lotus Domino)
    ... Delivering via SMTP only works on Windows. ... Sending messages does not require a local SMTP server to relay them. ... PHP Classes - Free ready to use OOP components written in PHP ...
    (comp.lang.php)
  • PHP mail() w/ postfix problem in FC3
    ... There were a number of PHP scripts that I had configured to send out ... I have no problem sending email via SMTP (one of the apps ... Whenever I try to send mail with mail, apache logs ... Postfix logs nothing. ...
    (Fedora)
  • Setting PHP to use SMTP
    ... In an effort to make emails that I send through PHP scripts not be mistaken for spam, it seems that one thing I need to do is make sure that the emails are sent via SMTP. ... SMTP localhost localhost ...
    (php.general)