PDA

View Full Version : Using SMTP via web page?



dbmasters
11-30-2006, 08:00 AM
I have installed, and am using Eventum http://dev.mysql.com/downloads/other/eventum/ for ticket tracking and such for a couple of my bigger projects. it works great except email alerts, which requires SMTP settings.

For those setting I used what I would in any POP client.

port 25
mail.domain.com
and an email address I set up as noreply@domain.com

I also set it up as a forwarder to fail on any incoming requests...

In the "authentication required" fields I entered the typical email addy/password to authenticate for sending.

Am I missing anything obvious, cuz it isn't working?

dbmasters
01-07-2007, 06:42 PM
So, a month later, I am back on this project and still have found no solution.

The Eventum product does not use a simple mail() function, it uses SMTP, and I need the answer to this, any help from support or anything?