Top "Mail-server" questions

A mail-server (or mail transfer-agent) is a program which accepts emails and forwards them to other mail-servers using a client-server architecture normally the SMTP protocol is used for this.

How can I send an email by Java application using GMail, Yahoo, or Hotmail?

Is it possible to send an email from my Java application using a GMail account? I have configured my company …

java email gmail jakarta-mail mail-server
Test sending email without email server

I have a Django application that sends an email. The production server has an email server but my local box …

django email mail-server
How to configure environment to use JavaMail?

I need to send simple html-message with JavaMail. And when I tried to find some nice examples with explanations in …

java jakarta-mail mail-server
"Error: message file too big" Is the limit on outgoing or receiving end?

A client is trying to send a rather large email but it gets bounced back with the following message: Hi. …

mail-server
Can my web server be at one hosting company, and my email hosted by a 3rd party?

I have a web server that runs my web application. If I want to outsource my email to another provider, …

dns mail-server
How to move spam to spam folder?

i have already install postfix, dovecot, Clamav, Spamassassin and amavisd-new on my centos 5.10. The tutorial is in here : http://catatanlepas.…

postfix-mta mail-server spam-prevention spamassassin
Linux postfix/dovecot 554 Relay access denied

I have this error 554 Relay access denied when trying to send email from my outlook client. I can read incoming …

linux smtp postfix-mta mail-server dovecot
How do I read incoming mail using C#

I am looking for a solution to allow me to read incoming emails. The three methods I can think of …

c# email mail-server
Receive and send email with Scala

I'm planning to build a service using Scala and Akka that is going to depend on e-mail heavily. In fact, …

scala email mail-server
Mail server for JavaMail testing

I want to test JavaMail locally, so I need a mail server. Are there any free mail servers I can …

email jakarta-mail mail-server