Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
email-server
- Page 1
Re: Web Services using ASP.NET
Programming
Web Development
4 Days Ago
by natashasturrock
… custom .NET development projects using ASP.NET Core with SQL
Server
. The idea of using a web service to handle login… what usually works: Create a stored procedure in SQL
Server
that takes the
email
and password as parameters, hashes the password, and…
Re: Web Services using ASP.NET
Programming
Web Development
2 Weeks Ago
by rajshah85412
…like: Username Password (you can later add encryption)
Email
address This table will be used to store and… allows your web service to communicate with the SQL
Server
database. Step 4: Create Two Web Service Methods …This method accepts user details (like username, password, and
email
) and stores them in the database. It checks for …
Re: Email server
Programming
Web Development
13 Years Ago
by pritaeas
Note that the example only works if the SMTP
server
does not require authentication. That will not work with Google and most likely not with your host. If you need authentication have a look at PHPMailer or PEAR:Mail. If you want a real e-mail
server
on your machine, google for 'windows
email
server
'
Email server
Programming
Web Development
13 Years Ago
by cgull
Hello, Does anyone know how can I setup an
email
server
on my local machine, with google or my host's
server
? Or do you know of any site that explains how to do that? Thanks
email server
Programming
Web Development
11 Years Ago
by lillorme
How do i set up a
email
server
to work with my localhost site usine wamp hmailserver and squirrelmail.
Re: Email Server
Community Center
13 Years Ago
by aneechopper
Email
server
is a type of electronic postmaster service which enhance the
email
service.It mainly sent and receive emails from a particular LAN and it mainly supports the SMTP and POP3 protocols.
Email server on a personal computer
Programming
Web Development
17 Years Ago
by ryy705
… a personal computer? I don't need a fully functional
email
server
with all the bells and whistles. I just want to… personal computer before I upload everything to a real web
server
. In order to do that I have to send out…
Re: Email server on a personal computer
Programming
Web Development
17 Years Ago
by somedude3488
i would set the smtp of the
server
to your isp's and you won't have to install a
email
server
.
Email Server On Localhost
Programming
Web Development
14 Years Ago
by divyakrishnan
Hi.. Is it possible to set a
email
server
on localhost? Thanks, Divya Krishnan
Re: Email server
Programming
Web Development
13 Years Ago
by pritaeas
Which OS and web
server
?
Re: Email server
Programming
Web Development
13 Years Ago
by cgull
[QUOTE=pritaeas;1639603]Which OS and web
server
?[/QUOTE] sorry, using Windows 7 and Wamp 2
Re: Email server
Programming
Web Development
13 Years Ago
by cgull
Thank you, since it won't work without authentication then I don't see how I can use it. I will try looking at PHPMailer or PEAR:Mail. I just want to test my contact forms locally before uploading them into a live
server
. Thanks
Re: email server
Programming
Web Development
11 Years Ago
by pixelsoul
See if this blog post helps http://flowingmotion.jojordan.org/2012/04/26/how-to-set-up-
email
-with-wamp/
Problem in Mdeamon Email Server
Hardware and Software
Networking
16 Years Ago
by aasir_hissam
we r unable to send and receive mails through Mdeamon
Email
Server
...........Any body help me to solve this problem....Please it is urgent..... Note: I can send and receive mail normally that mean without Mdeamon
Email
Server
.
Multiple Email server
Programming
Software Development
13 Years Ago
by kamilacbe
Hi.. Can anyone help me out with reference site or Code to handle multiple
email
server
in c#.I have a task of sending Mass Emails to users.
Re: Email Server On Localhost
Programming
Web Development
14 Years Ago
by chintan@dani
Sending
Email
required hosting
server
. You cannot send mails using localhost.
Re: Email Server
Community Center
13 Years Ago
by chrishea
… mean, can internet access be limited to the
server
and not be available to the local PCs the… question, I presume that you are referring to mail
server
software. Maybe someone will have a specific recommendation. […Comparison_of_mail_servers"]Here[/URL] is a comparison of mail
server
packages that are available. What you choose depends partly…
Re: Email Server
Community Center
13 Years Ago
by n c vyas
… employees. We have created LAN with 25 nodes. We use
email
as our formal communication tool. The users use Outllook as… all sent and received emails. Can you suggest a mail
server
which provides this facility? Please guys solve this question also
Re: Email Server
Community Center
13 Years Ago
by jbennet
You can run a mail
server
on a LAN, yes. Exchange is probably overkill, if its Linux, there are loads of options...
Re: Email Server
Community Center
13 Years Ago
by jbennet
Use an IMAP
server
Email Server
Community Center
13 Years Ago
by n c vyas
We are a small organization. We have installed local area network at our office.
Email
is our main communication tool. We have a following query: 1. Can Emails be delivered on the desk of the user without internet? 2. Which product is the cheaper and yet efficient?
email system
Programming
Web Development
11 Years Ago
by noel9
hieee i want to develope
email
system for my project so which free
email
server
and
email
client should i used it should be scalable please help.... thnkss in advance
Re: Email server
Programming
Web Development
13 Years Ago
by jogesh_p
Try this link hopefully it help you: [url]http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html[/url]
Re: Problem in Mdeamon Email Server
Hardware and Software
Networking
16 Years Ago
by TheOgre
You should've done more research before adopting that particular mail
server
. Be prepared for lots of patching, and don't be too surprised if the
server
gets compromised fairly quickly after coming online.
Re: Multiple Email server
Programming
Software Development
13 Years Ago
by Mitja Bonca
With my code. Its not important what
email
users have, as long as yours in gmail (it can … List<string>();
email
.Add("abc@gmail.com");
email
.Add("bcd@hotmail.com");
email
.Add("cde@yahoo…
Re: Multiple Email server
Programming
Software Development
13 Years Ago
by Mitja Bonca
…<string>(); //fill the list with emails! foreach(string
email
in emails) { System.Net.Mail.MailMessage mail = new System.Net…@gmail.com”, “your password”); //of your
email
accout mail.To.Add(”acme@acme.com”); //
email
of user //do through a loop mail…
Re: Multiple Email server
Programming
Software Development
13 Years Ago
by kamilacbe
Hi Thanks for your reply..but am looking for sending emails to multiple
email
servers..for eg one user may have gmail account whereas the other with yahoo....So how can i send newsletters to all mail id in one click ...
Re: Email server on a personal computer
Programming
Web Development
17 Years Ago
by ryy705
How do I this in apache2?
Re: Email server on a personal computer
Programming
Web Development
17 Years Ago
by ryy705
I found many examples of setting up the php.ini file to send mails using external mail servers like gmail and such but they are all for windows machines. I can't find a single example for a linux machine. Does anyone know how to configure php.ini file so I can send emails through a gmail account?
Re: Email Server On Localhost
Programming
Web Development
14 Years Ago
by muralibobby2015
use smtp username password we can send from localhost
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC