Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi.
Script to send email with the following capabilities:
Txt file from my email list,
As ad writing,
Plain text or html email content to be downloaded,
In case the mail is not online,
Timing create a gap between emails is measured in seconds,
If the algorithm is not spam.

thanks....
Posted

1 solution

You can not send email directly from client side just with html (with html5 you could, but you should not). You need a server side something, that will connect to the smtp server, that will try to deliver the mail.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900