1. How do i get the host name for SMTP server? ( My ISP is rogers cable in toronto) http://www.rogershelp.com/help/content/how/email/index3.shtml Note, it requires authentication to access their SMTP server
2. i don't have outlook express setup. You don't have to.
I want to use my hotmail account to send out emails. can i send out email from different domains: yahoo, hotmail using the hostname of SMTP server of my ISP provider? You don't have to send your e-mail via the mail server at Rogers. Other smtp servers (like yahoo and hotmail) could be used as well.
Look for e-mail client setup instructions (pop/smtp host names, authentication policies, etc) at their sites.
In your messages you can put
any e-mail address in the "From:" field, not necessarily one at the server you are using for sending this message.
3. If anyone's using rogers highspeed. COuld you tell me the hostname because i called them up and they told me the hostname is simply"smtp".
Rogers don't have the reputation of answering questions correctly. ...but so they say, and it might be true.
Test it, if you don't trust them. In a console window run a command "ping smtp" and see what happens.
If you get replies, try "telnet smtp 25", and see if you'll get a SMTP server's reply
string. If so, use "smtp" as your smtp server name as instructed.
Good luck