Questions tagged [hmail-server]

hMailServer is a free e-mail server for Microsoft Windows.

hMailServer is a free e-mail server for Microsoft Windows created by Martin Knafve.

It runs as a Windows service and includes administration tools for management and backup. It has support for IMAP, POP3, and SMTP email protocols. It can use external database engines such as MySQL, MS SQL or PostgreSQL, or an internal MS SQL engine to store configuration and index data. The actual email messages are stored on disk in a raw MIME format. Read More on Wikipedia..

89 questions
0
votes
0 answers

Google accepts emails, but other hosts do not

I made an email server using hmailserver. I use roundcube webmail, but that's not the point. The problem is that I set up dkim, dmarc and spf and gmail accepts emails but other email hosts don't. The records at my domain provider currently look like…
0
votes
0 answers

hMailServer adress of recipient instead of distribution list

We use the hMailServer to forward incoming mails via distribution list. The problem is that the recipient receives the mail with the address of the distribution list instead of the actual recipient address. Is there a possibility that the recipient…
Florian
  • 75
  • 4
0
votes
1 answer

Send Email with PHP on XAMPP

I'm trying to send an email from no-reply@{domain} to my Gmail mailbox. I don't get any Error, the Email just doesn't arrive at my Gmail mailbox. My PHP code looks like this:
0
votes
1 answer

HMAIL server not receiving mails from localhost

I am using Windows 365 Business Cloud, and i amtrying to setup hmail server on my windows but thunderbird doesn't receive emails, I setup Hmailserver on a windows365 with open ports on inbound and outbound rules for windosws control panel, and I…
Kingx
  • 41
  • 2
  • 8
0
votes
1 answer

Problem with configuring hmailServer

I am writing a program using java to send e mail. I notice that, the java program executes successfully, but the email is not reaching the intended recipients. I am using hMailServer as my SMTP server. The server runs on port 25. I have confirmed…
user2434
  • 6,339
  • 18
  • 63
  • 87
0
votes
2 answers

Java: Question regarding apache commons mail

I am trying to send an email using Apache commons Email API. I installed hMailServer as my smtp server and created a domain test.com. I added an user, 'user1' . I tried to send the mail using the below code public static void sendSimpleMail()…
user2434
  • 6,339
  • 18
  • 63
  • 87
0
votes
2 answers

How to setup connection to local hmail server in python?

I've set up a hmailserver on my local machine. I'm also using a python script that reads emails. The python script runs fine when I connect to outlook. but I have a problem with the local connection to my hmailserver. I want the script to connect to…
0
votes
1 answer

SMTP server using hmailserver. Host cannot be resolved to a type

I am trying to create a local SMTP server. I configured everything according to this: Link to set-up hmailserver After that, I ran my diagnostics thing and it said host(in my case, noreply@bufferoverflow.com) cannot be resolved. I googled and read…
Shobhit Tewari
  • 535
  • 5
  • 20
0
votes
1 answer

How to get Bounced mails in java

I am implementing a Bulk mail application, in this applica This link. I am able to connect to the server and and send the emails to the destination addresses, but I want to identify the undelivered mails. By using below program I am able to get the…
Gen
  • 2,400
  • 4
  • 24
  • 46
0
votes
0 answers

Options to setup IMAP server on your PC

Is there any option to install IMAP server locally ? I tried hMailServer but it's setup correctly and not starting. Do you see any alternate option. Problem trying to solve : Want to read inbox using javax mail for the same reason need fake IMAP…
Avi
  • 41
  • 1
  • 5
0
votes
2 answers

How i can fix mail() function on PHP?

I use the Internet Information Services(IIS) with PHP. But the mail() function doesn't seem to be working. At first I tried to fix the php.ini. Then I downloaded hMailServer. Now it shows "Your message has been sent!" but I haven't got any messages…
0
votes
1 answer

how to remove "=20" at end-of-line html/text emails

I am using vbs and hMailServer to send html/text emails. I noticed that for the text section of the email =20 was added to the end of almost every line making it harder to read the text section of the email. How can I prevent getting these =20 at…
MeSo2
  • 450
  • 1
  • 7
  • 18
0
votes
1 answer

Collateral effects on banned IP on hMailServer?

In hMailServer: I want to know what happens if I ban one or more IP addresses or domains. Of course, the emails will not be accepted by hMailServer, but is the banned IP address marked as SPAM source? Is there any other (global) impact on the source…
Adi
  • 5,113
  • 6
  • 46
  • 59
0
votes
2 answers

I keep obtaining the "Fatal Error: Class COM not found" in my PHPWebAdmin page in hMailServer and XAMPP

I'm trying to work with hMailServer and XAMPP but I keep obtaining the " Fatal error: Uncaught Error: Class 'COM' not found in C:\xampp\htdocs\PHPWebAdmin\initialize.php:16 Stack trace: #0 C:\xampp\htdocs\PHPWebAdmin\index.php(23):…
0
votes
1 answer

Using hMailServer to test emails sent from application

I have a Java webapp that sends out email notifications to client-users in a bunch of different scenarios. The content, schedule, etc. of the mails is determined by the admin-users of the system. I've pointed the app to a local hMailServer instance…
Sam
  • 38
  • 5