Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
mail
.
Show all posts
Showing posts with label
mail
.
Show all posts
Sunday, December 18, 2016
Send Email Using Google OAuth & Java
›
Download source code & required jars from here For get access token & google user id click here package com . pkm . goog...
Friday, November 25, 2016
Java: Reading Email & Attachments From Different Email Server Using Javamail API
›
Download required jar for java mail from here . Code snippet package com . pritom . src ; import com.sun.mail.imap.IMAPFolder ; ...
2 comments:
Sunday, July 21, 2013
Sending E-mails in php using yahoo smtp
›
<?php require ' Mail/class.phpmailer.php ' ; $mail = new PHPMailer ; $mail -> IsSMTP (); // Set mailer to use SM...
›
Home
View web version