• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: email example???
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: email example???


  • Subject: Re: email example???
  • From: Johann Werner <email@hidden>
  • Date: Mon, 24 Oct 2011 10:13:16 +0200

Hi Ted,

for a plain text email:

try {
	ERMailDeliveryPlainText mail = new ERMailDeliveryPlainText();
	mail.newMail();
	mail.setFromAddress("email@hidden", "My Name");
	mail.setToAddress("email@hidden");
	mail.setSubject("My Subject");
	mail.setTextContent("Mail Body Text");
	mail.sendMail();
} catch (Exception e) {
	log.error("error during mail creation/sending", e);
}



Am 22.10.2011 um 04:32 schrieb Theodore Petrosky:

> Is there an Wonder example for sending emails from inside a project?
>
> I feel like i saw one somewhere but I can not find it.
>
> Ted



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >email example??? (From: Theodore Petrosky <email@hidden>)

  • Prev by Date: Re: setting properties ??
  • Next by Date: Re: setting properties ??
  • Previous by thread: email example???
  • Next by thread: setting properties ??
  • Index(es):
    • Date
    • Thread