I'm using classic ASP to send an email with an attachment. It works fine for attachments under 100k, but anything larger than that gives me a zero-byte attachment.
I've tried changing messages sizes under SMTP Virtual Server Settings, but nothing seems to work
...
Hi all,
Cdonts used to be the de facto form to email script, I think for classic ASP. Does someone know of a better form to email script I could use for asp.net please?
Thanks,
James
...
I get an error at following line in my application :
'create NewMail object'
Line 96: Function SendHTMLEMail (strFrom, strTo, strCC, strSubject, strBodyHTML)
Line 97: Set objNewMail = Server.CreateObject("CDONTS.NewMail")
The error is:
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/Utils.inc, line 97
I h...