DonationCoder.com Forum

DonationCoder.com Software => Mouser's Zone => Screenshot Captor => Topic started by: cranioscopical on October 29, 2015, 07:50 PM

Title: ScreenshotCaptor and SMTP/SSL
Post by: cranioscopical on October 29, 2015, 07:50 PM
I'm having a little problem when trying to send SMTP/SSL email from ScreenshotCaptor.

From SC without authentication I get, for obvious reasons:
SMTP Error Sending Email: 503 5.5.1 Error: authentication not enabled

I've adjusted my other software but can't see a way to switch SC to using SSL connections.

Have I missed something? If not, can anyone help me out with a suggestion about how to address/work around this?

@Mouser, would you consider enabling an option for this at some point (unless it's there and I didn't find it)?
Title: Re: ScreenshotCaptor and SMTP/SSL
Post by: mouser on November 02, 2015, 09:23 AM
it's a flaw in the current version of screenshot captor -- i really need to add support for SSL email sending.. thanks for the nudge, i will try to do it asap.

there is a workaround -- which is to configure a custom email sender for SC and use one of the "sendmail" clones.  SC is built to allow you to do this, and i believe lanux128 on the forum does this.
Title: Re: ScreenshotCaptor and SMTP/SSL
Post by: cranioscopical on November 02, 2015, 09:44 AM
there is a workaround -- which is to configure a custom email sender for SC and use one of the "sendmail" clones.  SC is built to allow you to do this, and i believe lanux128 on the forum does this.
Thanks, looking forward to whenever you have the time to build in SSL, Meanwhile, I'll investigate your suggestion of a custom sender..  :Thmbsup:
Title: Re: ScreenshotCaptor and SMTP/SSL
Post by: lanux128 on November 02, 2015, 08:23 PM
there is a workaround -- which is to configure a custom email sender for SC and use one of the "sendmail" clones.  SC is built to allow you to do this, and i believe lanux128 on the forum does this.

i lifted the example on the sendEmail (http://caspian.dotconf.net/menu/Software/SendEmail/) website and put it in the option provided by Screenshot Captor. btw sendEmail enables TLS by default.

%APPDIR%Tools\sendEmail\sendEmail.exe -f "your@emailhere.com" -t "%to%" -u "%subject%" -m "%body%" -s smtp.yourserverhere.com:587 -xu "your@emailhere.com" -xp "yourpasswordhere" -a "%file%"
Title: Re: ScreenshotCaptor and SMTP/SSL
Post by: cranioscopical on November 03, 2015, 08:15 AM
i lifted the example on the sendEmail website and put it in the option provided by Screenshot Captor. btw sendEmail enables TLS by default.

Thanks very much for taking the time to spell it out for me, much appreciated! I'm not so much slow off the mark as unable to find the mark in the first place.