NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on July 14, 2015, 06:32:05 AM

Title: SMTP Emails are sending Blank emails
Post by: astahl on July 14, 2015, 06:32:05 AM
Installed 8.53 and all emails bodies are blank. Read about the problem reported and installed 8.55 and 2.31 StringTheory.

Compiled and still blank emails.

Any ideas???

Ashley
Title: Re: SMTP Emails are sending Blank emails
Post by: Bruce on July 15, 2015, 03:39:29 AM
no, no ideas...

Try running the NetDemo example app and see if it does the same thing there?

Also - emails consist of 2 parts - the html part and the text part. Are you perhaps populating the one part but not the other?

Can you send one of these emails to
nettest at capesoft
please.

cheers
Bruce

Title: Re: SMTP Emails are sending Blank emails
Post by: astahl on July 15, 2015, 03:49:55 AM
Hi Bruce email sent.

I have been using my "SMTPSend" procedure for years without problem, unless something that I am not aware of has changed in recent NetTalk release's.

Trying NetDemo now.

Tried NetDemo email and I received a blank email and so should of you.


Ashley
Title: Re: SMTP Emails are sending Blank emails
Post by: Bruce on July 15, 2015, 05:24:36 AM
Hi Ashley,

right, I see what you are doing (*) - I can duplicate so I'm fixing it now.

(*) You're sending an email with "just the text part" and not an HTML part. That's perfectly ok, but is a slightly different path in the class which is why others have not seen this.

cheers
Bruce
Title: Re: SMTP Emails are sending Blank emails
Post by: astahl on July 15, 2015, 07:00:49 AM
Hi Bruce,

Ok understood. The reason I do it text only is that customers are using it in spreadsheets for about 10 years or so.

Thanks for the research and fix.

Ashley
Title: Re: SMTP Emails are sending Blank emails
Post by: Bruce on July 16, 2015, 12:26:09 AM
8.56 is up.
Title: Re: SMTP Emails are sending Blank emails
Post by: astahl on July 16, 2015, 07:11:42 AM
Thanks Bruce.