Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [tonyjones] 2.1.1 and secure server?

Quote Reply
Re: [tonyjones] 2.1.1 and secure server? In reply to
Hi,

I don't have a copy of 2.1.x to hand (in fact, I can't even find the files). However, there are a couple of things you could try:

1) In /Links/Data.pm (I think it's there in that version - otherwise it'll be in /Links/Config/Data.pm, add in:

Code:
'db_smtp_ssl' => '1',
'db_smtp_port' => 995,

2) Failing that, you could try "hacking" GT/Mail/Send.pm, by finding:

Code:
$self->{port} = $self->{ssl} ? 465 : 25;

and change to:

Code:
$self->{port} = 995;

Hope that helps

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 2.1.1 and secure server? tonyjones 10529 Oct 27, 2016, 1:31 PM
Thread Re: [tonyjones] 2.1.1 and secure server?
Andy 10347 Oct 28, 2016, 1:22 AM
Thread Re: [Andy] 2.1.1 and secure server?
tonyjones 10334 Oct 28, 2016, 4:54 PM
Post Re: [tonyjones] 2.1.1 and secure server?
Andy 10306 Oct 29, 2016, 12:35 AM