Page 1 of 1

Anybody got a SMTP server that requires AUTH?

Posted: Wed May 03, 2006 6:38 am
by Chris Corbyn
Hi,

Really cheeky question to ask one of you guys. Do any of you have access to an SMTP server that requires authentication? If you do, and you don't mind me sending some test emails through it I'd be eternally greatful if you could PM me :)

Basically I'm writing a mailer class and I want to add support for SMTP authentication in there but my own SMTP is not set up this way right now...

Cheers :)

Posted: Wed May 03, 2006 6:47 am
by JayBird
PM me what ya need buddy ;)

Posted: Wed May 03, 2006 6:59 am
by Chris Corbyn
PM sent cheers Mark.

Posted: Thu May 04, 2006 12:20 pm
by Chris Corbyn
I'll be cheeky once more :oops:

Does anybody have one that supports CRAM-MD5 ? Just for like 2-3 hours... prob won't need to send an actual email through it, I just need to make sure I can validate and get a 235 response code.

Cheers.

EDIT | Oh.. If you're not sure:

Code: Select all

telnet smtp.yourserver.tld 25
EHLO foo.com

#Read the responses here and look for CRAM-MD5
EDIT | No worries :) I recompiled exim and added the config for it myself.