I, along with many others had been struggling to get SugarCRM CE working with 1and1 hosting and its SMTP settings.
After much chin scratching, I decide to ask 1and1 technical support if they could sort out the problem.
As I had the benefit of a clean installation on a new domain, I decided to give 1and1 full admin access to Sugar and a temporary FTP access to the domain and let them do their worst!
Anyway a big thank you to 1and1 Limited’s Technical Support as they have managed to fix the problem.
So here’s the fix:
The techies at 1and1 have commented out a line in the Email.php file and added one.
(The Email.php file can be found in: /modules/Emails/)
In Version 6.1.6 it’s line 357 and in Version 6.2.1 its line 360 which becomes:
// $mail->Mailer = strtolower($mail_sendtype);
The following line is added underneath:
$mail->Mailer = 'sendmail';
They also adjusted the SMTP server settings, to what I believe are slightly different to what I have seen documented anywhere else.
I’m based in the UK, and I believe the servers are in Germany, so some of the information below maybe country specific.
SMTP Mail Server: mrvnet.kundenserver.de
SMTP Port: 25
Use SMTP Authentication: checked
Enable SMTP over SSL or TLS?: TLS
Username: xxx@xxx.com
Password: xxxxxxxx
This set up is working for SugarCRM CE Versions 6.1.6 & 6.2.1, for me anyway. I have no idea if the added code to Email.php is detrimental to it or not, perhaps someone with the skillset can comment. I have checked the logs and found no errors being generated.
This post is written as is, in good faith and I have a working installation now that sends email, if you apply these changes and it breaks your systems I can accept no responsibility.
Regards IGM


LinkBack URL
About LinkBacks




Reply With Quote



Bookmarks