send
6 notes.
Perl: Send an Email with attachment through Gmail SMTP
This is a tutorial on how to send an email with attachment via Gmail SMTP. Here i am using Email::MIME to create the email/message object. Email::Sender::Simple (sendmail) is…
Ruby: Sending mails via Gmail SMTP with authentication
This is a tutorial on how to send mails via Gmail SMTP with authentication using ruby.
Perl: Send a chat message to your gmail buddy using Jabber
Net::Jabber provides a Perl user with access to the Jabber Instant Messaging protocol. Net::Jabber is a convenient tool to use for any perl script that would like to…
Perl: Send a message to a queue or topic using Stomp
Net::Stomp module allows you to write a Stomp client. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol…
Perl: Send bulk mail via SMTP with authentication
This is a tutorial on how to send mails to multiple recipients using Perl Net::SMTP module with authentication. The smtp module implements a client interface to the SMTP…
Sending Emails Via Gmail SMTP With Perl
Update: Click here If you want to Send an Email with attachment through Gmail SMTP. This is a tutorial on how to send mails using Perl Net::SMTP module…