SMTP Email Server on VB Guest to Send Mail to Host
Posted: 12. Jul 2008, 00:45
Hello Friends,
Here's what I like to do...
I'm developing an application on a VirtualBox XP guest (Visual Studio.Net) with 8.04 Ubuntu as the host.
An essential component of the app is to send emails (with attached PDFs) via an SMTP email server (e.g. MicroSoft Exchange Server).
I don't want/can't afford Exchange Server so I'm thinking of using a free/open source SMTP server, specifically hMailServer.
I would like the app on the guest to send the emails using hMailServer and to receive them on the host system.
I'd rather not go out over the internet, I'd just like the guest to receive the emails over a bridged network between guest and host.
Do I need 2 SMTP servers, one on the guest (to send) and one on the host (to receive)?
Essentially what I'd like to do is prove the concept that the guest app is properly sending emails without bothering my ISP and keeping it all on the bridged network.
Is this possible?
Is there a better alternative?
Any advice/suggestions gratefully received.
Many thanks
Mike
Here's what I like to do...
I'm developing an application on a VirtualBox XP guest (Visual Studio.Net) with 8.04 Ubuntu as the host.
An essential component of the app is to send emails (with attached PDFs) via an SMTP email server (e.g. MicroSoft Exchange Server).
I don't want/can't afford Exchange Server so I'm thinking of using a free/open source SMTP server, specifically hMailServer.
I would like the app on the guest to send the emails using hMailServer and to receive them on the host system.
I'd rather not go out over the internet, I'd just like the guest to receive the emails over a bridged network between guest and host.
Do I need 2 SMTP servers, one on the guest (to send) and one on the host (to receive)?
Essentially what I'd like to do is prove the concept that the guest app is properly sending emails without bothering my ISP and keeping it all on the bridged network.
Is this possible?
Is there a better alternative?
Any advice/suggestions gratefully received.
Many thanks
Mike