Question: Email

Discussion in 'Installation' started by ramonwilliamson, Oct 8, 2006.

  1. ramonwilliamson

    ramonwilliamson New Member

    Joined:
    Sep 14, 2006
    Messages:
    1
    Does anyone know if the script authenticates before sending via SMTP?

    I can't get the script to send email, and looking at the server log SMTP is responding by with no authentication it is producing an error.

    Anyone else having trouble sending email through the script?
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    It is possible to authenticate.
    Specify SMTP server in aMember Cp -> Setup -> E-Mail as
    PHP:
    username:password@smtp.srver.address.com
  3. gizmofl

    gizmofl New Member

    Joined:
    Jul 15, 2009
    Messages:
    3
    E-Mailing Issue, too

    I have tried using the Internal PHP; SendMail path and SMTP. I would like to use SMTP, except it does not work. I am using xxx@domain.com:wordpass@mail.domain.com. Are there any other configurations that I need or am I doing something wrong trying to get a test e-mail sent. Any help would be greatly apperciated.
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    who is your mail provider? some mail providers use SSL/TLS which require an alternate port (465/587) which I do not believe is currently supported by aMember.
  5. gizmofl

    gizmofl New Member

    Joined:
    Jul 15, 2009
    Messages:
    3
    E-Mail Issue

    I'm a reseller for several different companies with different e-mail solutions. I can use any type of e-mail system. I'm trying to use just regular SMTP Port 25 e-mail. I tried with a couple of different providers. I haven't been able to send any e-mails, yet. Does aMember have a log that I view of SMTP errors?
  6. microvb

    microvb Member

    Joined:
    Nov 23, 2007
    Messages:
    62
    the method

    Code:
    username:password@smtp.srver.address.com
    Will not work for me as my mail server uses the full e-mail address as the username.

Share This Page