How to send an email from NAS?

Re: How to send an email from NAS?

Postby favroom » Tue Feb 04, 2014 8:29 pm

This is what I found Googling on how to send an email using the commandline:

1. Connect to Gmail smtp server:
openssl s_client -connect smtp.gmail.com:465 -crlf -ign_eof

2. helo google

3. ehlo google

4. AUTH LOGIN

5. <enter Base64 encoded userid of your Gmail account>

6. <enter Base64 encoded password of your Gmail account>

7. MAIL FROM: <your emailaddress>

8. RCPT TO: <receipt emailaddress>

9. DATA

10. FROM your name <your emailaddress>

11. TO recipient name <recipient emailaddress>

12. Subject: your subject

13. Some body text

14. . (a dot to finish and send the email)

15. quit
favroom
 
Posts: 71
Joined: Thu Dec 13, 2012 7:09 am
Location: Netherlands

Re: How to send an email from NAS?

Postby favroom » Tue Feb 04, 2014 8:31 pm

Jocko wrote:Hi favroom,

This will be available in version 15.1 and if all is ok it will be released within two weeks.
maybe you can wait this time ?


Great! And thanks in advance...
favroom
 
Posts: 71
Joined: Thu Dec 13, 2012 7:09 am
Location: Netherlands

Re: How to send an email from NAS?

Postby Jocko » Tue Feb 04, 2014 8:40 pm

his is what I found Googling on how to send an email using the commandline:

1. Connect to Gmail smtp server:
openssl s_client -connect smtp.gmail.com:465 -crlf -ign_eof

2. helo google

3. ehlo google

4. AUTH LOGIN

5. <enter Base64 encoded userid of your Gmail account>

6. <enter Base64 encoded password of your Gmail account>

7. MAIL FROM: <your emailaddress>

8. RCPT TO: <receipt emailaddress>

9. DATA

10. FROM your name <your emailaddress>

11. TO recipient name <recipient emailaddress>

12. Subject: your subject

13. Some body text

14. . (a dot to finish and send the email)

15. quit
This is what it will be available in version 15.1 :-D
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: How to send an email from NAS?

Postby favroom » Tue Feb 04, 2014 8:46 pm

Jocko wrote:
his is what I found Googling on how to send an email using the commandline:

1. Connect to Gmail smtp server:
openssl s_client -connect smtp.gmail.com:465 -crlf -ign_eof
..
15. quit
This is what it will be available in version 15.1 :-D


Cool!
favroom
 
Posts: 71
Joined: Thu Dec 13, 2012 7:09 am
Location: Netherlands

Previous

Return to Lacie Network Space vs2 and max version

Who is online

Users browsing this forum: No registered users and 4 guests