| View previous topic :: View next topic |
| Author |
Message |
melvin Site Admin
Joined: 25 May 2006 Posts: 595 Location: Santa Barbara, california
|
Posted: Fri Feb 23, 2007 1:25 pm Post subject: Email authentication |
|
|
User support request:
I am testing automated backups and everything is working great. My only problem is that I can't seem to get the email notification to work. Please let me know how to resolve this. The error I am getting is below:
Also is there a way to use outlook or exchange email to send notifications?
error is:
Sending failed; nested exception is: javax.mail.AuthenticationFailedException |
|
| Back to top |
|
 |
melvin Site Admin
Joined: 25 May 2006 Posts: 595 Location: Santa Barbara, california
|
Posted: Fri Feb 23, 2007 1:25 pm Post subject: |
|
|
1) Try without authentication first . very rarely do you have to authenticate to send email
2) Try java authentication (smtp rarely works with most servers)
3) Finally, Try pop authentication.
no.. the email has to be sent using smtp via the software itself. |
|
| Back to top |
|
 |
melvin Site Admin
Joined: 25 May 2006 Posts: 595 Location: Santa Barbara, california
|
Posted: Fri Feb 23, 2007 1:27 pm Post subject: |
|
|
user reply:
The java authentication did the trick- |
|
| Back to top |
|
 |
|