What's new

Diversion Email notification error

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Kingp1n

Very Senior Member
Hello I'm setting up email notification

Code:
  7. Edit SMTP Server:    smtp-mail.outlook.com

within Diversion and I'm getting the message below:

Code:
1. Send testmail
 2. Send testmail, verbose output

 Enter your selection [1-2 e=Exit] 1

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   260    0     0  100   260      0    120  0:00:02  0:00:02 --:--:--   122
curl: (7) Couldn't connect to server

 sending testmail failed

 Note the curl: error above and check your settings

 Press Enter to return to menu

Good thing is I'm still getting the email. Is there another smtp server I should try or just simply ignore the message?
 
Use option 2 with verbose output to see more details why curl it could not find the server. Check your server port, it should be 587 for outlook.com if I remember correctly.
 
Use option 2 with verbose output to see more details why curl it could not find the server. Check your server port, it should be 587 for outlook.com if I remember correctly.
I re-enabled my email setting notification within Diversion with new SSD. All working well. I forgot about this error but I'm still getting it.

Though I'm still getting the "test" email in my inbox, I wasn't sure if it's a simple fix or just ignore it.
 

Attachments

  • Screenshot_20240328_094619_JuiceSSH.jpg
    Screenshot_20240328_094619_JuiceSSH.jpg
    47.3 KB · Views: 21
I re-enabled my email setting notification within Diversion with new SSD. All working well. I forgot about this error but I'm still getting it.

Though I'm still getting the "test" email in my inbox, I wasn't sure if it's a simple fix or just ignore it.
I think you should set them again and not just re-enabling? Port 80 is wrong for sure. Here are my settings if it helps

Code:
  1. Edit From address:   .....@outlook.com
  2. Edit To name:        ....
  3. Edit To address:     ....@proton.me
  4. Edit Router name:    RTAX86U
  5. Edit User name:      @outlook.com
  6. Edit Password:       select Edit to view (App password created)
  7. Edit SMTP Server:    smtp-mail.outlook.com
  8. Edit Server port:    587
  9. Edit Protocol:       smtp
 10. Edit SSL flag:       Set to --insecure if curl problems occur
 11. Send testmail to confirm settings
 
I think you should set them again and not just re-enabling? Port 80 is wrong for sure. Here are my settings if it helps

Code:
  1. Edit From address:   .....@outlook.com
  2. Edit To name:        ....
  3. Edit To address:     ....@proton.me
  4. Edit Router name:    RTAX86U
  5. Edit User name:      @outlook.com
  6. Edit Password:       select Edit to view (App password created)
  7. Edit SMTP Server:    smtp-mail.outlook.com
  8. Edit Server port:    587
  9. Edit Protocol:       smtp
 10. Edit SSL flag:       Set to --insecure if curl problems occur
 11. Send testmail to confirm settings
I setup again...this time I used SSL flag '0' vs '5' and this did the trick. I appreciate the response!
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top