[imp] Sending Mail
maca02 at atlas.cz
maca02 at atlas.cz
Tue Oct 14 06:04:02 PDT 2003
Yes, it is possible, but I was not able to find where can I set up this. But
these lines from IMP.php are the proof:
/*
* If SMTP authentication has been requested, populate the username and
* password fields based on the current values for the user.
*
* Note that we assume that the username and password values from the
* current IMAP / POP3 connection are valid for SMTP authentication as
* well.
*/
if (!empty($params['auth'])) {
$params['username'] = $imp['user'];
$params['password'] = Secret::read(Secret::getKey('imp'),
$imp['pass']);
}
Maca
Cituji z emailu od "Michael R. Rogers, II" <vze21yjv at verizon.net>:
> My ISP forces me to authenticate at their SMTP relay - when I try to
> send a message via IMP, I received the following error:
>
> There was an error sending your message: unable to add recipient
> [mrogers at rasses.com]: 553 sorry, that domain isn't in my list of allowed
> rcpthosts (#5.7.1)
>
> Are there configuration settings to add a username and password for IMP
> to use when connecting to the SMTP server?
>
> Thanks,
> Michael
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
>
>
>
More information about the imp
mailing list