PDA

View Full Version : SMTP/POP3 usersname & passwords


capers123
01-Apr-2003, 11:18 AM
We use a web site provider who does not provide email. We therefore would like to use one of our other ISPs to send & receive emails, but can not do so.

To avoid spammers logging in and using their POP3/SMTP servers, they require us to log in to these servers with a user name and password. Catalog will not allow the use of a username and password for sending emails, therefore we can not use any of the email provisions.

Has anyone got a work-around?

NormanRouxel
01-Apr-2003, 12:28 PM
We use a web site provider who does not provide email.

If they provide NO e-mail facilities then you're stuck as Actinic doesn't support Authenticated SMTP servers which is what you'd need if you try to use a third parties SMTP server to send mail.

Ask your hosting provifer if they support Sendmail (or an alternative sendmail like mailer), and if their Perl installation has the Mail::Mailer module installed. If so I have a patch to Actinic.pm that allows this to be used instead of SMTP.

Norman

capers123
01-Apr-2003, 12:52 PM
They have JMail - would that work?

I'm getting a little out of my depth here - I've never needed to play with this kind of things.

Mark

NormanRouxel
01-Apr-2003, 05:30 PM
I've no idea what JMail is. Can someone elucidate?

Norman

paulh69
01-Apr-2003, 06:04 PM
I thought JMail was a java mailserver?

NormanRouxel
01-Apr-2003, 06:16 PM
I'm still not sure about JMail.

You'll have to ask your hosting provider if their Perl supports the Mail::Mailer module. Best to find someone competent there to ask.
While you're talking to them ask them how a Perl script can send an e-mail. The answer to that will help a lot.

Norman.

I-CC
01-Apr-2003, 08:44 PM
I think that JMail is a webmail facility for Windows machines.