Smtp

NadaA

Bit poster
Hello,

I'm hosting Web site on the server by the domain name (www.BerrysAntiqueReplicas.com)
I've created a maill account on the mail server of the domain
I want to send a mail from my application (C#.net)
I need the smtp of the mail server to send the mail from the application

I've been tried the hosting that appears on the DNS setting but it doesn't work

Please I need the smtp to send the mail or any other solution

I need help,

Thank you.
 
as you want to send emails from your web application that means you need to use email script
sendmail, cdosys, cdonts, jmail are supported on Windows which you can use to send emails.
to send emails from these scripts you need to enter sender address, recipient, smtp server, port, user, password.
smtp server is nothing but your mail server which normally localhost and port would be 25 which is a default smtp port

i hope this will help you

Regards,
ST
Professional UK Web Hosting
 
Last edited:
Back
Top