dots being stripped from outbound mail
am 25.10.2005 17:06:10 von colmtroyHi there,
I'm using mailenable standard to send out my newsletter to my mailing
list.
I have an ASP/SQL Server application which uses Dundas Mailer to create
and send a HTML formatted mail to 1,000 email accounts.
I've noticed that some of the emails received by recipients have
incorrect URL's in the mail.
For example,
www.yoursite.com/news.asp
becomes
wwwyoursite.com/news.asp (no dot between www and yoursite)
or
www.yoursite.com/newsasp (no dot between news and asp)
It's really strange. I've seen some articles about SMTP and CDONTS
issues
http://support.microsoft.com/Default.aspx?id=286358 (Periods at the
beginning of a line are removed when placed into the SMTP Pickup
directory)
I wonder if this is something similar?
ct