in reply to Re^5: Sending email from a Vista machine with ActiveState PPM modules
in thread Sending email from a Vista machine with ActiveState PPM modules

I get the following error

The "error" you quoted is not an error at all. Those are simply warnings - the fact that $host, $page and $msgid are uninitialized is only a problem if they need to contain certain (initialized) values.

If that was the only warnings you got, and the message was sent, then all is well (at least as regards that particular exercise :-)

Cheers,
Rob

Replies are listed 'Best First'.
Re^7: Sending email from a Vista machine with ActiveState PPM modules
by drblove27 (Sexton) on Apr 12, 2008 at 11:42 UTC
    Hi Rob,

    Thanks for reply, I appreciate the time... when I ran this code (believe me I spent a day trying to run it various ways) I never successfully sent an email via gmail... I found a way to do it with Yahoo with a paid service (see in this thread if you are interested)... though I am curious if I could do this with a UserAgent and a day to play... Will stick that in my free time to do list and see if I have any success, if so I will be sure to post...