Jump to content

CDOSYS problem about sending email


Guest zoharbob

Recommended Posts

Guest zoharbob

Hello.I combined cdosys code of sending email to my email address in my website (supported asp) and it is not workingthere is something I need to change when I combine the following code in the website? , because on my pc it is perfectly working in the wwwroot folder.this is my code that doesn't working in my website<%Set myMail=CreateObject("CDO.Message")myMail.Subject=""myMail.From="I typed here too"myMail.To="I typed my email here"myMail.TextBody=""myMail.Sendset myMail=nothing%>Thank's, Zohar.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...