I can't send the mail
I need to send the email with the .ics file attached. The ics-file is generated correctly. There is no error but I don't receive the mail. How can he knows the password of the account from where I'm sending the mail?? Can someone help?
createTextFile(this, "BEGIN:VCALENDARVERSION:2.0CALSCALE:GREGORIANBEGIN:VEVENTUID:event-" + Evento + 'Nr. persone' + "persone" + ".icsSUMMARY:" + 'Fase di' + Evento.Evento + "DTSTART;TZID=Europe/London:" + format(Evento.'Inizio evento', "YYYYMMDD") + "DTEND;TZID=Europe/London:" + format(Evento.'Fine evento', "YYYYMMDD") + "LOCATION:" + Fiera.'Nome struttura' + "DESCRIPTION:" + 'Fase di' + "STATUS:CONFIRMEDEND:VEVENTEND:VCALENDAR", "event-" + Evento + ".ics");"Ask the user to confirm sending of confirmation";"(this allows time for the file to be created)";"-----------------------------------------------";let result := dialog("Invio evento", "Devo aggiungere " + 'Fase di' + " " + Evento.Evento + " al calendario?", ["Si", "No"]);if result = "Si" thenlet filetosend := file(this, "event-" + Evento + ".ics");let emailText := "Dear Walcher Messebau, This is a confirmation of your booking for " + Evento.Evento + "</b><br>Starting: <b>" + Evento.'Inizio evento' + "</b><br>Ending: <b>" + Evento.'Fine evento' + "</b><br><br>" + Evento.Evento + "<br><br>This is a confirmation of your booking for:<br><br>Evento: <b>" + Evento.Evento + "</b><br>Starting: <b>" + Evento.'Inizio evento' + "</b><br>Ending: <b>" + Evento.'Fine evento' + "</b><br><br>" + Evento.Evento + "<br><br><br>";sendEmail({from: "info@*******.**",to: "***********@gmail.com",subject: "'Fase di' + Evento",text: text(emailText),html: emailText,attachments: filetosend,})end
4 replies
-
I have the exact same problem. It worked perfectly for months until I upgraded to Ninox 3 this week.
-
Now it fixed from alone. I canceled both mail addresses and rewrote exact the same. I noticed that sometimes it takes 5 minutes for the email to reach the recipient. I don't know what it depends on
-
It doesn't work again :/
-
I think there is a problem on Ninox Server
Content aside
- 5 yrs agoLast active
- 4Replies
- 697Views
