Hi everyone
I save my files using the SD Shield to my SD Card so I can send it via email. I use an Arduino UNO board, an SD shield and a 800c SIM. The email is sent as long as I do not attach a file, but when I use the following command to attach:
myFile = SD.open("Text1.TXT", FILE_READ);
GsmSerial.println ("AT + SMTPFILE = 1, " Text1.TXT \ ", 0 \ r");
GsmSerial.println ("AT + SMTPSEND");
I get an error message.
+SMTPFT: 1,1360
+SMTPSEND: 64