Page 3 of 7 FirstFirst 12345 ... LastLast
Results 31 to 45 of 98

Thread: How to make Google Apps for Your Domain work with WHMCS in 5 steps

  1. #31
    Join Date
    Apr 2007
    Location
    New Jersey, USA
    Posts
    601

    Default

    When doing Step 3, did you enter in all the information? Even the Department Name, Description, and Email Address (the stuff above the POP3 Importing Configuration)?

  2. #32
    Join Date
    Jul 2008
    Posts
    22

    Default

    Quote Originally Posted by Gears View Post
    When doing Step 3, did you enter in all the information? Even the Department Name, Description, and Email Address (the stuff above the POP3 Importing Configuration)?
    !!! So stupid! I had the email address as admin@ not support@... Ugh! It works great. Thanks a lot!

  3. #33
    Join Date
    Apr 2007
    Location
    New Jersey, USA
    Posts
    601

    Default

    Quote Originally Posted by beboo View Post
    !!! So stupid! I had the email address as admin@ not support@... Ugh! It works great. Thanks a lot!
    Glad you have it working now

  4. #34
    Join Date
    Apr 2008
    Posts
    19

    Default

    I implemented this a bit differently.

    Instead of doing POP collection, i forward my Google apps account to an email account in a subdomain and do pipe import into whcms.

    This give me a more instant ticket import.

    -sc

  5. #35
    Join Date
    Apr 2008
    Posts
    19

    Default

    I am to lazy to modify code.

    WHMCS's PHP mail classes are from http://phpmailer.codeworxtech.com/index.php?pg=sf&p=dl

    I just upgrade my classes to V5 and added ssl:// to my smtp host and we are golden.

    I dont know why WHMCS does not just upgrade their phpmailer class.
    Last edited by stephen_c01; 04-24-09 at 05:54 PM. Reason: cant spell

  6. #36
    Join Date
    Apr 2007
    Location
    New Jersey, USA
    Posts
    601

    Default

    adamscybot has kindly updated us on his mod for V4: http://forum.whmcs.com/showpost.php?...6&postcount=26

  7. #37
    Join Date
    Aug 2007
    Posts
    15

    Thumbs up

    Hi,
    I customized phpmailer v5.0 for WHMCS , you can download it here : http://www.adminsehow.com/2009/05/ho...il-with-whmcs/
    it works with version 4.0

  8. #38
    Join Date
    Apr 2007
    Location
    New Jersey, USA
    Posts
    601

    Default

    Quote Originally Posted by FiFtHeLeMeNt View Post
    Hi,
    I customized phpmailer v5.0 for WHMCS , you can download it here : http://www.adminsehow.com/2009/05/ho...il-with-whmcs/
    it works with version 4.0
    What does your customization do?

  9. #39
    Join Date
    Aug 2007
    Posts
    15

    Default

    Hi Gears ,
    Thank you for your great guide.
    I only made changes to it to work with your guide. adding "tls://" part.
    the phpmailer class which you have posted in your guide is very old and is v2.0rc3.
    so I thought updating it will be helpful and more stable.
    Regards

  10. #40
    Join Date
    Jun 2008
    Location
    Derby, England
    Posts
    18

    Default

    Quote Originally Posted by FiFtHeLeMeNt View Post
    Hi Gears ,
    Thank you for your great guide.
    I only made changes to it to work with your guide. adding "tls://" part.
    the phpmailer class which you have posted in your guide is very old and is v2.0rc3.
    so I thought updating it will be helpful and more stable.
    Regards
    There isn't much point in this modification anymore. Whmcs V4 includes the necessary code for TLS.

    Open class.phpmailer.php find "var $SMTPSecure" and set it to "tls"

  11. #41
    Join Date
    Aug 2007
    Posts
    15

    Default

    WHMCS V4.0 still includes v2.3 of phpmailer which is old. phpmailer is version 5 now.
    also by changing $SMTPSecure to tls , it wont work with non secure SMTP servers any more , so it is better to use "tls://" hack for compatibility with all SMTP servers.
    I suggest WHMCS uses officially this hack in its package.

  12. #42
    Join Date
    Jun 2008
    Location
    Derby, England
    Posts
    18

    Default

    Quote Originally Posted by FiFtHeLeMeNt View Post
    WHMCS V4.0 still includes v2.3 of phpmailer which is old. phpmailer is version 5 now.
    also by changing $SMTPSecure to tls , it wont work with non secure SMTP servers any more , so it is better to use "tls://" hack for compatibility with all SMTP servers.
    I suggest WHMCS uses officially this hack in its package.
    Well WHMCS basically copied my mod and pasted it in so yeh. They probably should update the class.
    Relentless Servers
    Quality servers, quality gaming

  13. #43
    Join Date
    Mar 2009
    Posts
    16

    Default

    I cant seem to get my mail relay to work i have tryed putting tls in the phpclassmailer file ect.. and i checked the tick box and made sure it was on SMTP all i get everytime is this
    "Email Sending Failed - SMTP Error: Could not connect to SMTP host."

    and yes i did change the mail type to SMTP its just set to PHP mailer atm

    here is my stats


    I had the same setup on my 3.8.1 with that one persons hack and it worked fine.

    Thanks for any help

  14. #44
    Join Date
    May 2009
    Posts
    17

    Default

    HI

    I am getting the error


    An Error Occurred: Can't connect to gmail-pop.l.google.com,995: Connection timed out

  15. #45
    Join Date
    Jun 2008
    Location
    Derby, England
    Posts
    18

    Default

    Quote Originally Posted by jegavelan View Post
    HI

    I am getting the error


    An Error Occurred: Can't connect to gmail-pop.l.google.com,995: Connection timed out
    That indicates a firewall issue between your WHMCS server and the google servers.

    Either that, or that certain google server is down (doubt it). You could try changing the priority order of your MX records.
    Relentless Servers
    Quality servers, quality gaming

Page 3 of 7 FirstFirst 12345 ... LastLast