+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Is SMTP Authentication supported?

  1. #1
    Join Date
    Jul 2006
    Posts
    3

    Default Is SMTP Authentication supported?

    Hi

    My hosting provider requires that the email address being used to process my form be an authenticated user. Does Formmail support this? If not is there a way around it and still use your script?

    Thanks

  2. #2
    Join Date
    Dec 2003
    Posts
    3,907

    Default Re: Is SMTP Authentication supported?

    Hi,

    When you say "authenticated user", are you referring to the sender or recipient?

    You can specify a pariticular sender for alerts with $FROM_USER and in the HTML for form results with FromAddr in "mail_options".
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  3. #3
    Join Date
    Jul 2006
    Posts
    3

    Default Re: Is SMTP Authentication supported?

    I believe that it is the sender.

    The hosting provider told me to use the phpmailer class which requires the following:

    Email address used to send the email
    Password of the email account used to send the email
    Assigned mail server

    I was hoping not to use this as the the form is already setup with your script and I am not much of a PHP programmer. After much heartache with them (they have no technical support) I finally realised that it wasn't working because of the authentication.

    I hope this helps.

    Thanks

  4. #4
    Join Date
    Dec 2003
    Posts
    3,907

    Default Re: Is SMTP Authentication supported?

    Hi,

    OK, if you have PEAR installed with your PHP then you can use the PEAR_ settings in the FormMail's configuration section to achieve the same thing as they are suggesting with the phpmailer class.

    If not, you could find a better hosting provider.
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  5. #5
    Join Date
    Jul 2006
    Posts
    3

    Default Re: Is SMTP Authentication supported?

    Hi

    Unfortunately I am stuck with the client's provider. I did try the PEAR settings but got an error. How can I tell if PEAR is installed?

    Regards

  6. #6
    Join Date
    Dec 2003
    Posts
    3,907

    Default Re: Is SMTP Authentication supported?

    Hi,

    You can ask your hosting provider.

    Alternatively, use the "phpinfo" script (search the forum for it) and then see whether "pear" is mentioned on the output (use Ctrl-F to do the find in the browser).
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  7. #7
    Join Date
    Oct 2011
    Posts
    7

    Default Re: Is SMTP Authentication supported?

    I have a similar situation as angelight and wonder what may have changed with FormMail since 2006. To meet security standards, I am told that my form must submit (as the sender) an authenticated user, password, and mail server identification. Could I use AUTH_USER, AUTH_PW, and FIXED_SENDER to meet some of these requirements? But what about the identity of the mail server? Like angelight, I'm not a PHP programmer and am hoping to be able to use FormMail because it doesn't tax my abilities too much. Thanks.

  8. #8
    Join Date
    Oct 2011
    Posts
    7

    Default Re: Is SMTP Authentication supported?

    Right after posting this, I found:
    http://www.tectite.com/fmdoc/pear_settings.php

    Maybe that's the answer?

  9. #9
    Join Date
    Dec 2003
    Posts
    3,907

    Default Re: Is SMTP Authentication supported?

    Hi,

    Yes, the PEAR settings are what you need.

    Your server will need PEAR installed (at least the Mail components), but that shouldn't be a problem.
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  10. #10
    Join Date
    Oct 2011
    Posts
    7

    Default Re: Is SMTP Authentication supported?

    Actually, I think installing PEAR might be a problem, because of various reports that appear from frustated people who tried installing it on IIS7 (try Googling "IIS7 PEAR"). Alas, my server is running IIS7.
    To use the FormMail PEAR_SMTP settings, the server probably needs the PEAR MAIL packages; any other packages needed?

    Is there any way to enable SMTP authentication without depending on PEAR?

    Maybe I need to consider moving to an Apache environment if that would be more PEAR-friendly, but I'd like to try less drastic changes first.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. How do you send username and password to smtp server
    By Eff in forum FormMail Subscription Support
    Replies: 1
    Last Post: 10-Oct-2005, 04:36 AM
  2. SMTP server response: 554 on line 722
    By mcange in forum FormMail Subscription Support
    Replies: 3
    Last Post: 02-Feb-2005, 12:21 AM
  3. SMTP delivery confirmation
    By matty in forum FormMail Subscription Support
    Replies: 5
    Last Post: 08-Dec-2004, 11:52 PM
  4. Creating mail object using Mail::factory ("smtp", ....) and FormMail
    By stingray in forum FormMail Subscription Support
    Replies: 1
    Last Post: 13-Jul-2004, 10:27 PM
  5. SMTP Server Authentication
    By Striker in forum FormMail Subscription Support
    Replies: 5
    Last Post: 04-May-2004, 12:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts