Sending emails

Previous topic - Next topic

Hark0

HI!


I'm triing to test these function with Google Mail...

DEBUG shows "EMAIL: 1EMAIL: 1Sent : 1"...

I no receive any email.... I use this config for Gmail... http://mail.google.com/support/bin/answer.py?answer=13287

I call the function with this data:

from$="my google account @gmail.com"
to$="destination email account @server.com"
subject$="Test email"
message$="Hello World"
server$="smtp.gmail.com"
pass$="my gmail account pass"
port%=587 (tried with 465 too)



Any help are welcome!!!

;)

http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

MrTAToad

Google Mail requires SSL/TLS authentation and would require extra stuff to be sent in the message header.  Unfortunately that bit was beyond me :)

Hark0

Thanks for the answer...

hmmmmmm Thinking another solution....  :o
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Kitty Hello

you want to send a mail? Why not use a webserver with a tiny php script? Make it secure, please! Or you get spambots using it.

Hark0

Quote from: Kitty Hello on 2011-Jul-14
you want to send a mail? Why not use a webserver with a tiny php script? Make it secure, please! Or you get spambots using it.

Well... really Im are interested in email implementation with image attached (for iOS devices)  =D

but

I read some forum post due difficulty implementation of this feature....


Im thinking in your solution... thanks!
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Kitty Hello

you can send an image with php through a form easily. Need code? Or don't you have a php server?

Hark0

Quote from: Kitty Hello on 2011-Jul-15
you can send an image with php through a form easily. Need code? Or don't you have a php server?

All two!!!

I no have code...

I no have php server...
:(


http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Neurox

Hi,
how to is possible implementing iOS MFMailComposeViewController function for sending EMail from iPhone ?
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

ampos

Netwebend "mailto://the@email.here"
check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE

Neurox

Quote from: ampos on 2011-Sep-11
Netwebend "mailto://the@email.here"
Thanks Ampos but
I don't want send EMail only until the end of the program.
I also need to insert data processed by the app.
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it