Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6, wwIPStuff, and email authentication
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Divers
Thread ID:
00866227
Message ID:
00867314
Vues:
20
Whats the chance that the encoded userid and pw values i get are different from what u are getting?

Can u send me the encoded values u get when u run it? want to compare it to what i am getting. trying to eliminate possible causes...

>None of this should make a difference. The main diff between VFP 6 and VFP 8 code is the way the Base64 encoding is handled. Once that's done the rest of the code is identical.
>
>I was using VFP 6 on a machine that has 6, 7 and 8 installed.
>
>
>I'm not sure, but I posted the code I used (I think I just used your code you sent originally...
>
>
>+++ Rick ---
>
>
>>Rick:
>>
>>Its still the verizon account (2 of them)... and some others. The others are people who are using one firm for hosting and another for internet access. These others had specified the hosting company's account parameters into my vfp app, which is what wwipstuff is using. Have asked them to specify their ISP acct info instead. Am waiting to here back from them. But these users tell me that their MSOutlook acct info specifies the hosting company smtp info and it works.
>>
>>But the verizon users are a different matter anyway. Strictly verizon.
>>
>>I was guessing that it was a mismatched set of prgs, vcxs, and H files (or a problem using MSXML3) from the different versions of webconnect/wwipstuff. But i took the WC440 download and took the required files from there and recompile them.
>>
>>Although it may be early still, i am surprised that no one has chimed in to say that they are using VFP6 w/ wwIPstuff to send authenticated emails.
>>
>>Migrating to VFP8 right now is a truck load of work compared to what i was hoping was a quick code fix. Recompiling the app in 8, rebuilding the different install packages with a newer version of IS, having the users update their server and workstation installs to have the 8 runtimes. And the maxframe people tell me that the version i am using doesnt run "well" in 8.
>>
>>Hopefully its just an incorrect parameter setting somewhere.
>>
>>When u tested the verizon info, were u running the test on a VFP6 machine that did NOT have 7 or 8 on it?
>>
>>Does the PC have XML4 on it?
>>
>>Are you specifying port 25 in your code or letting it default?
>>
>>Can u send a private email w/ the code/parameters used to test?
>>
>>thanks.
>>
>>>Are you still using the Verizon account you let me try or is this something else again now?
>>>
>>>+++ Rick ---
>>>
>>>
>>>
>>>>Is anyone currently using VFP6 and WWipstuff to send authenticated emails? I have the latest version of wwipstuff (from the WebConnection440 release) and have recompiled the various PRGs and VCXs under VFP6. Have also made the correction to the STRCONV command to adjust for a fox version less than 7. Have also installed MSXML3. Am running on a win98 machine. This PC does NOT have vfp7 nor 8 installed on it.
>>>>
>>>>I can send emails with wwipstuff but no authenticated emails. Rick has tested w/ some email account info that i have sent him and has confirmed that it works, but i cannot. The email account info does use authentication (confirmed w/ hosting company), and all account info is correct. Correct port. Not using encrypted auth. Client can use Outlook Express w/ same account info and is able to email from PC no problemo.
>>>>
>>>>Am getting the error msg:
>>>>
>>>>
>>>>'couldnt connect to server:  mail.blah.com'
>>>>
>>>>
>>>>Am using the following code:
>>>>
>>>>
>>>>SET PROCEDURE TO wwUtils ADDITIVE
>>>>SET CLASSLIB TO wwipstuff ADDITIVE
>>>>SET CLASSLIB TO wwXML ADDITIVE
>>>>o=createobject("wwipstuff")
>>>>o.cMailServer = ALLTRIM(cmpany.smtpserver)
>>>>o.cUsername = ALLTRIM(cmpany.emailid)
>>>>o.cPassword = ALLTRIM(cmpany.emailpass)
>>>>o.cSenderEmail = ALLTRIM(cmpany.coemail)
>>>>o.csendername = cSenderName
>>>>o.cRecipient = cRecipient
>>>>o.cSubject = "wwipstuff test"
>>>>o.cMessage = "Did u get this msg?"
>>>>set step on
>>>>llResult = o.SendMail()
>>>>IF !llResult
>>>>   Wait window o.cErrorMsg
>>>>ENDIF
>>>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform