Configure OTRS to send mail with Gmail

Moderator: crythias

Locked
skizzo88
Znuny newbie
Posts: 25
Joined: 02 May 2011, 18:15
Znuny Version: 3.07
Real Name: Roccon Manuel
Company: xx

Configure OTRS to send mail with Gmail

Post by skizzo88 »

Hello,
someone can tel me how to configure OTRS to send mail with Gmail Account (send Notification to user) ,
I've installed OTRS in win 2003 server.
Thanks!!
farmeunit
Znuny newbie
Posts: 2
Joined: 01 Jun 2011, 18:28
Znuny Version: 3.0.7
Real Name: Shane Farmer
Company: Chadwick R-1

Re: Configure OTRS to send mail with Gmail

Post by farmeunit »

Go into SysConfig, Click Framework in dropdown. Go to Core:Sendmail.

SendmailModule = SMTPS
SendmailModule::Host = smtp.googlemail.com
SendmailModule::Port - 465
SendmailModule::AuthUser = support (this is whatever you assign it to be. Ours happends to be 'support')
SendmailModule::AuthPassword = whatever you assigned the AuthUser
Locked