SMTP Mail

Adam D. Ruppe destructionator at gmail.com
Mon Apr 9 19:19:53 UTC 2018


On Monday, 9 April 2018 at 15:38:55 UTC, Vino.B wrote:
> Thank you very much, I copied your folder arsd under the phobes 
> folder in c:\D\... and the program was placed on my desktop and 
> tried to execute it from the desktop via rdmd.


I don't think rdmd is seeing the dependency on htmltotext.d. Try 
importing it explicitly from your main:

import arsd.email;
import arsd.htmltotext;

/* the rest of your code */


Just that way rdmd will find it easier.


More information about the Digitalmars-d-learn mailing list