I set the email account widget up for yahoo and tried to send a message. Nothing made it to email. I installed tcpdump and watched port 465 and HG is communicating. I don't know how to interpret the packets nor how the setup is wrong. If anyone could help, I'd appreciate. My test code is very simple:
bool sent = Net.SendMessage("<account>@yahoo.com","HG test email","If you see this, email work!");
if (sent)
{
Program.Notify("email test", "Mail sent");
}
else
{
Program.Notify("email test", "Mail error");
}
pi@raspberrypi ~/log $ sudo tcpdump -i eth0 -s0 port 465
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
17:55:39.852795 IP raspberry-pi.59225 > vcs-smyc.mail.vip.bf1.yahoo.com.ssmtp: Flags [S], seq 3705753041, win 14600, options [mss 1460,sackOK,TS val 46277942 ecr 0,nop,wscale 6], length 0
17:55:39.953259 IP vcs-smyc.mail.vip.bf1.yahoo.com.ssmtp > raspberry-pi.59225: Flags [S.], seq 2870624399, ack 3705753042, win 14480, options [mss 1460,sackOK,TS val 2015838895 ecr 46277942,nop,wscale 7], length 0
17:55:39.953480 IP raspberry-pi.59225 > vcs-smyc.mail.vip.bf1.yahoo.com.ssmtp: Flags [.], ack 1, win 229, options [nop,nop,TS val 46277952 ecr 2015838895], length 0
17:56:40.052355 IP vcs-smyc.mail.vip.bf1.yahoo.com.ssmtp > raspberry-pi.59225: Flags [F.], seq 1, ack 1, win 114, options [nop,nop,TS val 2015898994 ecr 46277952], length 0
17:56:40.054056 IP raspberry-pi.59225 > vcs-smyc.mail.vip.bf1.yahoo.com.ssmtp: Flags [F.], seq 1, ack 2, win 229, options [nop,nop,TS val 46283962 ecr 2015898994], length 0
17:56:40.153042 IP vcs-smyc.mail.vip.bf1.yahoo.com.ssmtp > raspberry-pi.59225: Flags [.], ack 2, win 114, options [nop,nop,TS val 2015899095 ecr 46283962], length 0