php/cURL mail Gmail

Discussion in 'PHP' started by dramiditis, Jun 28, 2010.

  1. #1
    Hi,
    I'm making script to use Gmail's web interface to send emails with cURL. At the moment I can login, I can grab contacts, but I can't find post url and variables to send mail.
    Does anyone know that post url, or have example of similar script?
     
    dramiditis, Jun 28, 2010 IP
  2. danx10

    danx10 Peon

    Messages:
    1,179
    Likes Received:
    44
    Best Answers:
    2
    Trophy Points:
    0
    #2
    You can send the mail via gmail's smtp, use can use the phpmailer class for that.
     
    danx10, Jun 28, 2010 IP
  3. dramiditis

    dramiditis Peon

    Messages:
    87
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes I can use gmail's smtp, but daily limit is 100 and if I change gmail's accounts I need to set socks proxy I don't know how to that (if it's possible anyway?). In other hand with Gmail's web interface I can cURL with http proxy.
     
    dramiditis, Jun 28, 2010 IP