sayedsohail Posted March 8, 2007 Share Posted March 8, 2007 When i enquire my hosting company about feedback.html they said they are using smtp server is installed with php cdo, how do i send my feedback.html form message to an email address. please help. thanks, Quote Link to comment https://forums.phpfreaks.com/topic/41778-my-hosting-company-uses-php-cdo-4-mail-server-how-i-send-email-using-feedhtm/ Share on other sites More sharing options...
sayedsohail Posted March 12, 2007 Author Share Posted March 12, 2007 When i enquire my hosting company about configuring email settings for my feedback.html form, they said they are using smtp server is installed with php cdo, what do i need or how do i configure my feedback.html form. please help. thanks, Quote Link to comment https://forums.phpfreaks.com/topic/41778-my-hosting-company-uses-php-cdo-4-mail-server-how-i-send-email-using-feedhtm/#findComment-205638 Share on other sites More sharing options...
wildteen88 Posted March 12, 2007 Share Posted March 12, 2007 If you want to send an email with php use mail. YOu will have to get feedback.html form to submit to a PHP script which process the data passed in feed back form to be sent in the email. You can not send emails with HTML. However you can initiate the clients mail program to compose an email with your sites email address preloaded into the Send To: box. Look into the mailto: protocol Quote Link to comment https://forums.phpfreaks.com/topic/41778-my-hosting-company-uses-php-cdo-4-mail-server-how-i-send-email-using-feedhtm/#findComment-205657 Share on other sites More sharing options...
sayedsohail Posted March 12, 2007 Author Share Posted March 12, 2007 do you know what is php cdo? its confusing to me. whether its php mail server or microsoft mail server and when i ask they gave an example file which is a vbscript, can't i just use php on this php cdo mail server. Quote Link to comment https://forums.phpfreaks.com/topic/41778-my-hosting-company-uses-php-cdo-4-mail-server-how-i-send-email-using-feedhtm/#findComment-205662 Share on other sites More sharing options...
trq Posted March 12, 2007 Share Posted March 12, 2007 CDO is an object used to send email via ASP (vbscript), are you sure your host suports PHP? Quote Link to comment https://forums.phpfreaks.com/topic/41778-my-hosting-company-uses-php-cdo-4-mail-server-how-i-send-email-using-feedhtm/#findComment-205727 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.