mail plugin not working anymore 3.1.3

Hi all,

I used to have mail plugin working just fine until the upgrade to 3.1.3; I can’t seem to get it working anymore. Hoping someone has suggestion.

on the web-admin tool, I set the plugin to SMTP.mailserver.com
On the servoy script, i used the simple plugins.mail.sendMail( to, from, subject, msgText) command.

However, no email is being sent out at all. I tried telneting into our smtp.mailserver.com and send out email from there, it sends out email no problem so i’m sure there isn’t an issue with the mail server.
I also tried setting smtp.auth to false, still no go. Any suggestions?

thanks!

I’m using:
Servoy version 3.1.3-build 407, repository version 29
java.vm.version=1.5.0_06-b05

We are sending lots of email with 3.1.3 both using Windows and Mac OS as servers, from Windows and Mac OS clients…

Any messages in the servoy server logs?

swingman:
We are sending lots of email with 3.1.3 both using Windows and Mac OS as servers, from Windows and Mac OS clients…

Any messages in the servoy server logs?

It’s my fault. I figured out what’s wrong. Our SMTP mail can only be sent from my server. However, i do development work on my laptop. When i tried runnign script from my laptop, even tho the server plugin setting is correct, it won’t work. When i opened developer from the server, and ran the email script, it works beautifully.

thanks guys!