Hi Guys,
We have got a iR-ADV C3325 and I am unable to get Scan to Email working using SMTP. I have configured what I thought was all the relevant settings however when testing I receive an error code of #810 ("POP server comm. error. Check server name in POP Server Settings under Comm. Settings & in DNS Settings."). I am unsure why I'm getting a pop error when using SMTP. Here is a shot of the settings page with how it is configured - Pasteboard — Uploaded Image (the password was entered in both boxes for SMTP and I checked changed password).
I also reboot the machine (remotely, not using the physical switch) after changing any settings but it still doesn't work, I did a bit of searching and I saw somewhere that the SMTP port needs to be 587 and so I went into service mode and changed that too - Pasteboard — Uploaded Image, after rebooting I still get the 810 error.
We are using NHS mail and so I thought it may be an issue with them. I downloaded a command line app called 'Send It Quiet' and I can successfully send an email using that with the below command. I have obviously removed the sensitive information, but seen as this works I cannot get why the machine won't. Am I missing something obvious? Any help is greatly appreciated. Thank you.
We have got a iR-ADV C3325 and I am unable to get Scan to Email working using SMTP. I have configured what I thought was all the relevant settings however when testing I receive an error code of #810 ("POP server comm. error. Check server name in POP Server Settings under Comm. Settings & in DNS Settings."). I am unsure why I'm getting a pop error when using SMTP. Here is a shot of the settings page with how it is configured - Pasteboard — Uploaded Image (the password was entered in both boxes for SMTP and I checked changed password).
I also reboot the machine (remotely, not using the physical switch) after changing any settings but it still doesn't work, I did a bit of searching and I saw somewhere that the SMTP port needs to be 587 and so I went into service mode and changed that too - Pasteboard — Uploaded Image, after rebooting I still get the 810 error.
We are using NHS mail and so I thought it may be an issue with them. I downloaded a command line app called 'Send It Quiet' and I can successfully send an email using that with the below command. I have obviously removed the sensitive information, but seen as this works I cannot get why the machine won't. Am I missing something obvious? Any help is greatly appreciated. Thank you.
Code:
senditquiet.exe -s send.nhs.net -port 587 -u [EMAIL="username@nhs.net"]username@nhs.net[/EMAIL] -protocol ssl -p Password -f [EMAIL="username@nhs.net"]username@nhs.net[/EMAIL] -t [EMAIL="me@nhs.net"]me@nhs.net[/EMAIL] -subject "Send it quiet - SMTP Test" -body "Hello there, this a test." pause
Comment