<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>26 Jun 2017 13:46:00 Z</lastBuildDate><pubDate>26 Jun 2017 09:30:00 Z</pubDate><description>Hi,&#13;
&#13;
in my program the user can send me the error/exception description when an error/an exception occurs.&#13;
Usually i get the email and a message from google (security warning). Sometimes i only get a message from google which says i should check a blocked login try. (I don't know the correct messages in english, i get german messages). So i am not sure if someone tried to send me an error report but it got blocked by google.&#13;
&#13;
How do you handle this?&#13;
&#13;
&#13;
I use the following code:&#13;
&#13;
MySession is EmailSMTPSession&#13;
MySession..ServerAddress = "smtp.gmail.com"&#13;
MySession..Name = "xyz@gmail.com"&#13;
MySession..Password = "passwort"&#13;
MySession..Port = "587"&#13;
&#13;
MyMessage is Email&#13;
MyMessage..Sender = "abc@def.de"&#13;
Add(MyMessage..Recipient, "123@456.de")&#13;
Add(MyMessage..Recipient, "ghi@gmail.com")&#13;
MyMessage..Subject = "Fehlermeldung"&#13;
&#13;
MyMessage..Message = some text&#13;
&#13;
// Send the message&#13;
IF EmailSendMessage(MySession, MyMessage) = False THEN&#13;
Error(ErrorInfo(errMessage))&#13;
ELSE&#13;
EmailCloseSession(MySession)&#13;
END&#13;
&#13;
Greetings&#13;
Markus</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61455-sending-bug-report-myself-and-googlemail-warnings/read.awp</link><title>[WD] Sending bug report to myself and googlemail warnings</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61455-sending-bug-report-myself-and-googlemail-warnings-61462/read.awp</comments><pubDate>26 Jun 2017 13:46:00 Z</pubDate><description>Hi Markus,&#13;
&#13;
on top of the previous answer, you should also check in the google account used to send the email that using "othe…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61455-sending-bug-report-myself-and-googlemail-warnings-61462/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61455-sending-bug-report-myself-and-googlemail-warnings-61462/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61455-sending-bug-report-myself-and-googlemail-warnings/read.awp">[WD] Sending bug report to myself and googlemail warnings</source><title>Re: [WD] Sending bug report to myself and googlemail warnings</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61455-sending-bug-report-myself-and-googlemail-warnings-61461/read.awp</comments><pubDate>26 Jun 2017 13:28:00 Z</pubDate><description>Hi Markus,&#13;
&#13;
As you are sending via a gmail account your sender email address should according to me match your gmail account e…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61455-sending-bug-report-myself-and-googlemail-warnings-61461/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61455-sending-bug-report-myself-and-googlemail-warnings-61461/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61455-sending-bug-report-myself-and-googlemail-warnings/read.awp">[WD] Sending bug report to myself and googlemail warnings</source><title>Re: [WD] Sending bug report to myself and googlemail warnings</title></item></channel></rss>
