reesecup
08-07-2006, 07:24 PM
I want to use my email account that use with Microsoft Office Outlook for the Sendmail Module. I tried using smtp.comcast.net but I get the error "Requires Authorization". Do anyone know how I can set that up? Here is what I am using.
my %mail = (
To => 'cscott153752MI@comcast.net',
From => 'cscott153752MI@comcast.net',
Subject => 'Comments/Questions',
Message => $fmsg,
Smtp => 'smtp.comcast.net'
);
my %mail = (
To => 'cscott153752MI@comcast.net',
From => 'cscott153752MI@comcast.net',
Subject => 'Comments/Questions',
Message => $fmsg,
Smtp => 'smtp.comcast.net'
);