Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: E-mail
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
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
Re: E-mail
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
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
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: E-mail
Unfortunately not, this web page I have not created. I never thought about it. But now I think about it. Maybe.jofan wrote:do you have your own web page or one place where we can see all your plugins??
Pako
Re: E-mail
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
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
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: E-mail
Thank you for the appreciation.Asuries wrote:Hi Pako,
Thank you for this great plugin.
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.
Yes, I have already considered the possibility Incorporate this feature.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.![]()
I'm now working on another new plugin. Once I finish it, I'll work on the attachement feature.
Pako
Re: E-mail
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. I successfully sent an mp3 file.
This was the only script I found that gmail correctly decoded the attachment.
Carson
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. I successfully sent an mp3 file.
This was the only script I found that gmail correctly decoded the attachment.
Carson
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: E-mail
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
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
Re: E-mail
No worries, I understand.
Let me know if you need me to test some code when the time comes.
Let me know if you need me to test some code when the time comes.
Re: E-mail
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
to
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!
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]]
Code: Select all
password = str(self.passSMTP.data[server[0]])
I just wanted to let you know about this oddity.
Thank you and best regards!
Re: E-mail
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
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: Start Observation
- email.PNG (11.4 KiB) Viewed 10176 times
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: E-mail
Yes, this possibility I may add, it should be relatively easy.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".
Please be patient.
Pako
Re: E-mail
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
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
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: E-mail
No, there is only added a selection box for the "Event name" (demanded kalia).piert wrote:Does your plugin already support attaching files to sent emails and downloading files from received emails?
Perry
Pako