|
Posted by Jerry Stuckle on 11/04/05 21:53
Kees wrote:
> A mail sent from a host to my smtp server is refused. This happens
> because you have to connect to a pop server before you can use the
> smtp server.
> Does anybody have any code to achieve this (PHPmailer doesn't work)?
>
> Greetings,
> Kees
Kees,
Have you asked your hosting company? Perhaps they have another server
for programs to use, for instance.
Otherwise use the socket calls to log into the POP server and log out
again before sending the mail. If you do this, I'd recommend a separate
mail ID so you don't collide with the "real user" of the account.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|