Quote from
CSSystems on October 23, 2020, 4:50 pm
I have revised a mature app that I had added a button to send email but I didn't used Sendmail function.
I used InternetLink "http://[Website]" but that doesn't allow me to create the email (Subject, Message, etc)
Tried using
SetVar "[MailServer]" "Detect"
SendMail "[EmailSendTo]" "[EmailFrom]" "[EmailSubject]" "Dear [FirstNameEmail],||[EmailMessage].||||Thank you " "" ""
The emails I am testing use Gmail (To, From) My original hope was that Windows 10 allow me send the email.
I use a form to Enter Subject line and Message (EmailSendTo, EmailFrom, FirstNameEmail are populated from database).
Is there a way to get this to work?
I have revised a mature app that I had added a button to send email but I didn't used Sendmail function.
I used InternetLink "http://[Website]" but that doesn't allow me to create the email (Subject, Message, etc)
Tried using
SetVar "[MailServer]" "Detect"
SendMail "[EmailSendTo]" "[EmailFrom]" "[EmailSubject]" "Dear [FirstNameEmail],||[EmailMessage].||||Thank you " "" ""
The emails I am testing use Gmail (To, From) My original hope was that Windows 10 allow me send the email.
I use a form to Enter Subject line and Message (EmailSendTo, EmailFrom, FirstNameEmail are populated from database).
Is there a way to get this to work?