I have definately saved the settings before testing with and without authentification
I am running firmware 5.10
should this still work?
Printable View
I have definately saved the settings before testing with and without authentification
I am running firmware 5.10
should this still work?
If you have done all right and it´s still not working I suggest it´s an issue of the email account.Quote:
should this still work?
If the mailserver doesn´t accept the mails you only can change the provider.
I have this account set up with microsoft outlook and my iphone and it works fine.
I have also tried another email account with the same provider and no luck.
can you suggest an email account for me to try that has the appropriate settings?
the email works fine from plc also!
Google accounts also work with outlook and ipone - but not with the PL3 so that´s not an argument.Quote:
I have this account set up with microsoft outlook and my iphone and it works fine.
If you expect that an email provider doesn´t work with the PL3, it makes no sense to test it with another account from same providerQuote:
I have also tried another email account with the same provider and no luck.
I can set up a temporary email account for test purposes on my server and forward it to an email address from you - sent me a PM with your email address and I sent you access data.Quote:
can you suggest an email account for me to try that has the appropriate settings?
PLC is running on a PC - the PL3 is no PC, so there is no real relation.Quote:
the email works fine from plc also!
Using firmware 5.10.Quote:
Then you have done anything wrong or an old firmware version
When i use .email notification (pc) and test it works,
When i use email notification (profilux) then it does not work for any tokens.
What is the differance between the above two anyway?
You do not use the right tokens. PLC uses internal [placeholders], not the web tokens. They don´t work with the internal PL mail. You have to use the web tokens described hereQuote:
What is the differance between the above two anyway?
Thanks for the reply Wirus.
do i put the token in the subject or the message?
What is the token for listing what is alarmed? is it $$ALMS$$
Can you show us some screen photos of the enail notofication of useful tokens so we can copy them.
In the message. I suggest, it won´t work in subject (not tried).Quote:
do i put the token in the subject or the message?
You can put in the subject the reason for the mail like
- regular status mail
- new alarm
- Digital input x
- ....
This will show all alarms (maybe there is more than one) or an o.k. statusQuote:
What is the token for listing what is alarmed? is it $$ALMS$$
There are other discussions about best mail template here. See http://forum.aquariumcomputer.com/sh...ht=email+tokenPHP Code:
$$ALMS$$
$$REPS[10][5]$$ Alarm: $$ALMS[x]$$
$$REPE$$
Ok will try.
did try before, but when i put it in the message i get a email but no message,
what is the token to send all sensors details when alarm over.
Great php code worked.
That is not the same as the the web token page link you gave as none of them work, i see removing </p> made it work.
$$REPS[10][5]$$
<p>$$ALMS[x]$$</p>
$$REPE$$
When we get email with the alarm, how can be also get the sensor value,
so if the temp is to high , i want to get the alarm and the sensor value.
Its not PHP (I only used php tag to divide it from normal quotesQuote:
Great php code worked.
In fact, it is. <p> is not a part of the tokens but HTML code. It´s used to structure user defined web pages. It is not useful for text-only mails.Quote:
That is not the same as the the web token page link you gave as none of them work, i see removing </p> made it work.
It´s described in the named manual. Alternatively seach the forum for eMail & tokenQuote:
When we get email with the alarm, how can be also get the sensor value,
You can´t select a value by alarm to have only the spotted sensor. Only possilility is to output all alarms and values likeQuote:
so if the temp is to high , i want to get the alarm and the sensor value.
PHP Code:
$$ALMS$$
$$REPS[10][5]$$ Alarm: $$ALMS[x]$$
$$REPE$$
Sensors
$$REPS[32][0]$$ $$SENN[xx]$$ - $$SENV[xx]$$
$$REPE$$
Thanks Wirus you have been a great help.
I wish GHL would have a proper Manual for emails and SMS so that we dont have to hunt around for settings to set them up.
Its like buying a TV and getting half the instructions on how to set it up.
Wirus how do i add in the level sensors for the alarms?
Simply usePHP Code:
Level
$$REPS[32][3]$$ $$LENN[xx]$$ - $$LENV[xx]$$
$$REPE$$
It´s the same syntax - you only have to change
$$REPS[32][3]$$ -> change second [number] for the option you want to have as shown in the first table on page 3
$$LENN[xx]$$ -> change token to "name of level sensor" as shown in the table on page 1
$$LENV[xx]$$ -> change token to "value of level sensor" as shown in the table on page 1
It´s similar for illumination, switches, current etc.
I don't follow.
If i copy the above code i get
Quote:
Level
$$LENN[xx]$$ - $$LENV[xx]$$
$$LENN[xx]$$ - $$LENV[xx]$$
$$LENN[xx]$$ - $$LENV[xx]$$
$$LENN[xx]$$ - $$LENV[xx]$$
when you mean name of level sensor would that i replace the xx with LEVEL1
Value of level sensor. where do i get that?
Its there also a limit on how many emails you can set up.? i can't do more that 4 emails settings. after that is will not allow me to make a new message or duplicate a message.
Sorry , there was a type mismatch (in fact, more of one) ... try
PHP Code:
Level
$$REPS[32][3]$$ $$LEVN[x]$$ - $$LEVV[x]$$
$$REPE$$
Okay, I finally got my email notification working, for the ones that struggle with the same problem: My yahoo.com account was not responding to the standard port 25, I switched to 587 (found alternative ports by google) and now everything is okay.
Does gmail works ? Does any one have any sample to receive email notification for level , temperature and ph?
gmail only work with encrypted connections (SSL, TLS)
the answer is no
Any one have any sample templates message to share ?
---
I am here: http://maps.google.com/maps?ll=1.382163,103.978517
Just have a questions about this.Quote:
gmail only work with encrypted connections (SSL, TLS)
the answer is no
Why can the Profilux not ne made to work with encryptrd connections?
This is a major issue as it always comes up.
the webserver in the profilux just can't do it.
it doesn't have the resources => cpu, memory , or even the api for it.
that being said ANY aquacontroller that makes it possible for webaccess without SSL/TLS is walking the insecure path.
The same problem is there to just configure the webserver of the profilux , no ssl => password in clear.
I hope GHL will make sure there their next gen 'internet-ready' profilux is secure.
Well! its been a while and i have come back to see if i can solve this problem. I have now hardwired my connection to rule out that and still no joy
My email account works with a encrypted and non encrypted connection and is running on port 26
Wirus was kind enough to give me a test email account that worked for him but that has not worked either. I have not tested that account whilst hardwired but am not sure if the account is still running now.
I noticed that robertvo solved the problem by switching to port 587 but i am not sure how i can do this if my email provider uses port 26. Below are the settings that my email provider gives me and i have also tried using port 465 but that does not work either!
It works fine using port 26 from plc from my computer though using encrypted or non encrypted.
Manual Settings
Mail Server Username: rashad@flixtonmanor.com
Incoming Mail Server: mail.flixtonmanor.com IMAP: port 143, POP: port 110
Incoming Mail Server: (SSL): host370.hostmonster.com IMAP: port 993, POP: port 995
Outgoing Mail Server: mail.flixtonmanor.com (server requires authentication) port 26
Outgoing Mail Server: (SSL): host370.hostmonster.com (server requires authentication) port 465
Supported Incoming Mail Protocols: POP3, POP3S (SSL/TLS), IMAP, IMAPS (SSL/TLS)
Supported Outgoing Mail Protocols: SMTP, SMTPS (SSL/TLS)
Can anyone please help!?