Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [carfac] E-mail Options: Mail Path

Quote Reply
Re: [carfac] E-mail Options: Mail Path In reply to
Ah ok =)

Right, so to setup the SMTP - you need to open admin/Links/Config/Data.pm, and find:

db_smtp_server

Add the bits in green below, and then it should work :)

Code:
'db_smtp_server' => 'smtp.gmail.com',
'db_smtp_pass' => 'ccc',
'db_smtp_ssl' => '1',
'db_smtp_user' => 'user@domain.com',

(I can't remember if 'db_smtp_ssl' already exists as default... so make sure there is only one of those, otherwise it'll get confused :))

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread E-mail Options: Mail Path carfac 5293 Mar 8, 2015, 2:41 PM
Thread Re: [carfac] E-mail Options: Mail Path
Andy 5211 Mar 8, 2015, 11:37 PM
Thread Re: [Andy] E-mail Options: Mail Path
carfac 5194 Mar 9, 2015, 5:29 AM
Thread Re: [carfac] E-mail Options: Mail Path
Andy 5197 Mar 9, 2015, 6:14 AM
Post Re: [Andy] E-mail Options: Mail Path
carfac 5161 Mar 9, 2015, 4:40 PM