Interface IMeteorEmail

Email *

Index

Methods

Methods

public send(options: { from?: string; to: any; cc?: any; bcc?: any; replyTo?: any; subject?: string; text?: string; html?: string; headers?: Object; })

Parameters

  • options: { from?: string; to: any; cc?: any; bcc?: any; replyTo?: any; subject?: string; text?: string; html?: string; headers?: Object; }