General area when it fits no where else

Moderator: Mmiscool

User avatar
By Alberto_2
#78227 I am trying to send an email but without luck! What is not clear (reading the user manual) is how I have to wrote down the information in the emailsetup.

setupemail {server}, {port}, {user name}, {password}

Server : must be a string {"smtp.gmail.com"} or should be written in this way {smtp.gmail.com}

Port: must be given as simple number or as a string {587} or {"port=587"}

User name and password must be written as string {"user name"} or {user name}/ {"password"} or {password}

Thank for any help received.

Alberto
User avatar
By Alberto_2
#78261 No answer yet!

I did try all the possible combinations without any luck (mail is not delivered).

I need to know if this feature works and if it works how do I have to enter the various details ( using " " to make details a string ? And what about port number ? Should be also this a string?)

There is also the possibilty that I have messed in the setup of smtp server! But in the present situation with my lack of knowledge on the subject I will never win!

So please if anybody has done a smtp forward succesfully could he plaese let me know how to write down correctly the body of SETUPEMAIL.

Many thanks to anybody who can shed some light on this subject.

Alberto
User avatar
By Alberto_2
#78297 Mariolantronico, grazie per l'intervento. Si il modulo esp si connette al router ed è in grado di comunicare con altri moduli o con il browser del mio pc. Il problema è che non riesco a inviare le mail via server smtp. E il problema principale per me, al momento è come scrivere il codice di setup.

Setupemail vuole 4 valori:

Il server smtp (io uso smtp.gmail.com) ma il problema è come lo devo scrivere?
{smtp.gmail.com} oppure {"smtp.gmail.com"}

La porta del server come numero o come stringa? {587} oppure {"587"}

La stessa domanda vale per la "user name" e la "password"

Delle combinazioni provate molte danno un errore di sintassi (???) ma nessuna funziona.

Le credenziali, la porta e il server sono corretti perchè usati con uno script in python inviano la mail da me impostata. Sono arrivato a concludere che il comando basic non funziona!
Per questo chiedevo se qualcuno lo aveva usato con successo di dirmi come aveva impostato le credenziali in "setupemail {server}, {port}, {user name}, {password}

Buona serata.

Alberto