Sending e-mail with PIC-WEB Rev.C does not work

Started by hoteloskar, September 30, 2013, 01:51:00 PM

Previous topic - Next topic

hoteloskar

Hello,
I tried to send an e-mail with the PIC-WEB board using the associated web page.
But no success!
Allways the message: "Check your SMTP server settings and try again." will be returned.
I used several SMTP servers which all works by using Outlook and also by using a telnet session.
In use I have a PIC-WEB Rev.C with software V5.0 and I also tried V5.31.

Any ideas.

Hans

LubOlimex

Hey Hans,

We have tested the e-mail sending multiple times - it works fine here. I tested it now again. The results may be seen via the web interface of the mail box:



Please test with the latest version of the example: https://www.olimex.com/Products/PIC/Development/PIC-WEB/resources/PIC_WEB_5_42.zip. The password for the demo is in the "Olimex License Agreement.pdf".

Check if the e-mail is not in the "Spam" folder (this was the case here).

Test your network settings again. Most firewalls or company firewalls block SMTP sending (too easy to spread viruses).

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

hoteloskar

Thank you for your answer, but meanwhile I got the solution by myself.
The SMTP-phrase "Mail from" is static coded with: mchpboard@picsaregood.com.
My mailserver gmx.de does not accept this mail address.
After putting in my own mail address everything works fine. :)

pf1991

Hi! I was trying to send an email to my gmail account using the PIC-WEB but i am always getting an error.

I connected the pic-web to my router via ethernet and i am abble to access it via Wi-Fi. Now i would like to send an email using the prebuilt softw provided but until now i had no success.

There are anyone who could help me? How i should configure my board?
I tried also to change the email from in the code but it didnt worked...

CONFIGURATIONS USED

SMTP server: smtp.gmail.com
username: my gmail email
password: my gmail pass
port: i tryed 25, 465, 587

config:
Microchip TCP/IP Config Application (v5.42, Dec 23 2014)

        1: Change serial number:                1
        2: Change host name:                    PIC-WEB
        3: Change static IP address:            192.168.1.10
        4: Change static gateway address:       192.168.1.254
        5: Change static subnet mask:           255.255.255.0
        6: Change static primary DNS server:    192.168.1.254
        7: Change static secondary DNS server:  0.0.0.0
        8: Enable DHCP & IP Gleaning:           DHCP is currently disabled
        9: Download MPFS image.
        0: Save & Quit.
Enter a menu choice: 0
Settings saved.