Team Elements

Status: Caution PostgreSQL Open Source Initiative (OSI) Java
PUBLIC PROFILE

Back to topics

Issues and Open Discussion

Sending Email Error

You need to be logged in to post messages

Sending Email Error

7/8/2007 5:04 PM EDT

Im having problems sending mails. Each time I just get "Mail Error" and "Invitation could not be sent to email address ".

Ive not got any ideas on how to investigate this further, can anyone suggest something to look into.

Ive got the SMTP server working, JavaMail installed, and the JAF.

1. 7/9/2007 7:18 PM EDT

Hi:
Are you using the compiled version or are you compiling your own?
I had some email issues too and traced the error by looking at the mail server's log. Setting the mail debug to true (adding a "session.setDebug (true);" (no quotes)) on the send method of the SMTPMessage class (org.aspcfs.utils package) also worked for me.

Good luck.

1 result found