E-mail

Questions and comments specific to a particular plugin should go here.

Re: E-mail

Postby Pako » Fri Oct 15, 2010 1:21 pm

I have no experience with Windows Messenger.
I do not use it and I have not interested to get acquainted with him.
Maybe someone else can do something about this matter.

Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: E-mail

Postby jofan » Fri Oct 15, 2010 1:27 pm

Hopefully someone could pick this up, would be nice feature...

I am still discovering your plugins by reading through the forums (just found the excellent Scheduleghost - thanks), do you have your own web page or one place where we can see all your plugins??

Regards, J
jofan
 
Posts: 7
Joined: Tue Sep 28, 2010 12:58 pm

Re: E-mail

Postby Pako » Sat Oct 16, 2010 6:19 am

jofan wrote:do you have your own web page or one place where we can see all your plugins??
Unfortunately not, this web page I have not created. I never thought about it. But now I think about it. Maybe.
Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: E-mail

Postby Asuries » Thu Nov 18, 2010 7:42 pm

Hi Pako,

Thank you for this great plugin.
Unfortunately I can not find any function to attachment on an e-mail.
If an event is triggered ,an email with a specific file be sent.
Is it possible to incorporate this feature?
Using this function I would be very happy. :)

Many thanks,
Asuries
Asuries
 
Posts: 1
Joined: Thu Nov 18, 2010 7:32 pm

Re: E-mail

Postby Pako » Fri Nov 19, 2010 7:02 am

Asuries wrote:Hi Pako,
Thank you for this great plugin.
Thank you for the appreciation.
But the truth is that this plugin would need revision. Certainly contains a lot of bugs because I was a beginner when I wrote this plugin.
Asuries wrote:Unfortunately I can not find any function to attachment on an e-mail.
If an event is triggered ,an email with a specific file be sent.
Is it possible to incorporate this feature?
Using this function I would be very happy. :)
Yes, I have already considered the possibility Incorporate this feature.
I'm now working on another new plugin. Once I finish it, I'll work on the attachement feature.
Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: E-mail

Postby cfull1 » Sun Jul 10, 2011 2:33 am

Pako,

I second the attachment feature.
I would love to be able to download an attachment to a folder.


I found a script that can send an attachment through a gmail account.
send_attachment.py
(6.61 KiB) Downloaded 70 times
I successfully sent an mp3 file.
This was the only script I found that gmail correctly decoded the attachment.

Carson
cfull1
Experienced User
 
Posts: 99
Joined: Thu Aug 19, 2010 4:52 am

Re: E-mail

Postby Pako » Tue Jul 19, 2011 4:34 pm

Yes, I plan to add this feature.
However, E-mail plugin requires extensive revision.
Without this revision is not possible to add any other features.
I do not know when I'll do.

Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: E-mail

Postby cfull1 » Wed Jul 20, 2011 12:03 am

No worries, I understand.
Let me know if you need me to test some code when the time comes.
cfull1
Experienced User
 
Posts: 99
Joined: Thu Aug 19, 2010 4:52 am

Re: E-mail

Postby wuffzack » Wed May 23, 2012 3:59 pm

Dear Pako,

thank you very much for the E-Mail plugin. I like it very much.

Unfortunately I cannot connect via TLS to my SMTP server, it always refuses the connection.

Out of desperation I changed the code in line 2293 from

Code: Select all
                    password = self.passSMTP.data[server[0]]

to
Code: Select all
                    password = str(self.passSMTP.data[server[0]])


and it works now! I don't really understand why it works, but it does - very reliably. Maybe the original datatype is unicode and some character conversion fails otherwise?

I just wanted to let you know about this oddity.

Thank you and best regards!
wuffzack
 
Posts: 2
Joined: Wed May 23, 2012 3:29 pm

Re: E-mail

Postby kalia » Wed Feb 06, 2013 6:22 am

Pako,

Would it be possible to add a selection box for the "Event name:" text. For example, similar to "Payload:" selection box. Screen shot attached.

I wanted to use email "Subject" or "From" as the event name suffix. And have the payload as email "Body".

Thanks,

kalia
Attachments
email.PNG
Email: Start Observation
email.PNG (11.4 KiB) Viewed 300 times
kalia
Experienced User
 
Posts: 64
Joined: Wed Aug 12, 2009 1:10 am

Re: E-mail

Postby Pako » Thu Feb 07, 2013 7:09 am

kalia wrote:Would it be possible to add a selection box for the "Event name:" text. For example, similar to "Payload:" selection box. Screen shot attached.
I wanted to use email "Subject" or "From" as the event name suffix. And have the payload as email "Body".
Yes, this possibility I may add, it should be relatively easy.
Please be patient.

Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: E-mail

Postby Pako » Wed Apr 24, 2013 7:37 am

You can try the new version.

Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: E-mail

Postby piert » Thu Apr 25, 2013 6:25 am

Great news Pako,

I will try this out this weekend. Does your plugin already support attaching files to sent emails and downloading files from received emails?

Thanks,
regards,
Perry
piert
Experienced User
 
Posts: 116
Joined: Tue Jun 14, 2011 2:53 pm

Re: E-mail

Postby Pako » Thu Apr 25, 2013 7:07 am

piert wrote:Does your plugin already support attaching files to sent emails and downloading files from received emails?
Perry
No, there is only added a selection box for the "Event name" (demanded kalia).

Pako
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: E-mail

Postby kalia » Sat May 04, 2013 2:54 pm

Pako wrote:You can try the new version.

Pako


Thanks for the update Pako. Works great.

kalia
kalia
Experienced User
 
Posts: 64
Joined: Wed Aug 12, 2009 1:10 am

Previous

Return to Plugin Support

Who is online

Users browsing this forum: No registered users and 1 guest