Web Connection
wwipstuff mail works but no mail arriving
Gravatar is a globally recognized avatar based on your email address. wwipstuff mail works but no mail arriving
  n/a
  All
  Nov 21, 2014 @ 06:34am
i have used this code forever:
* sendmail object
SET CLASSLIB TO E:\vApp9\wwIPstuff\wwIPSTUFF.vcx ADDI
oApp.ADDOBJECT("oMail","wwIPStuff")
oApp.oMail.cMailServer = oApp.cSMTPSERVER
oApp.oMail.cSenderEmail = oUser.EMail
oApp.oMail.cSenderName = oUser.lNAME-(", "+oUser.FNAME)
oApp.oMail.cRecipient='pac@cortiel.com'
oApp.oMail.cSubject="Subject"
oApp.oMail.cMessage="treasury Connections - "+oUser.USERNAME
rtn = oApp.oMail.SendMail()

it returns true but the mail does not arrive in my inbox

the same code works in other apps here

what could be wrong, how can I find out

Thanks

Peter

Gravatar is a globally recognized avatar based on your email address. Re: wwipstuff mail works but no mail arriving
  Rick Strahl
  Peter
  Nov 21, 2014 @ 11:32am

If there's no error that means the mail server received the message and there's likely a problem in either delivery or some sort of blocking/blacklisting by the receiver.

Once the email hits the mail server there's very little you can do to track what happens next.

+++ Rick ---



i have used this code forever:
* sendmail object
SET CLASSLIB TO E:\vApp9\wwIPstuff\wwIPSTUFF.vcx ADDI
oApp.ADDOBJECT("oMail","wwIPStuff")
oApp.oMail.cMailServer = oApp.cSMTPSERVER
oApp.oMail.cSenderEmail = oUser.EMail
oApp.oMail.cSenderName = oUser.lNAME-(", "+oUser.FNAME)
oApp.oMail.cRecipient='pac@cortiel.com'
oApp.oMail.cSubject="Subject"
oApp.oMail.cMessage="treasury Connections - "+oUser.USERNAME
rtn = oApp.oMail.SendMail()

it returns true but the mail does not arrive in my inbox

the same code works in other apps here

what could be wrong, how can I find out

Thanks

Peter



Rick Strahl
West Wind Technologies

Making waves on the Web
from Maui

© 1996-2024