i wrote a coding to send e-mail with attachmaents but the e-mail cannot work when i wrote coding for attachments if remove the attachments coding then the code will works.
i wrote the code using asp language
the coding follows bellow
Set myMail=CreateObject(“CDO.Message”)
myMail.Subject=title_v
myMail.From="[email protected]"
myMail.To=email_v
myMail.HTMLBody=“
| SEO4RANK - Directory -Submitted | |||||||
| |||||||
All rights reserved by www.seo4rank.net | |||||||
Do you need Manpower? Do you need Professionals? Do you need jobs? | |||||||
| Advert by www.eurostall.com |
myMail.Send
set myMail=nothing