One way of sending the emails are sending emails using SMTP service like your gmail, yahoo etc etc the other way is non-smtp which is used for bulk email campaign.
There is huge list of companies which provides the email-blast services. Following is some list with comparable study with the reason and cost
Email Blast Providers
Please let us know if still face any issue.
I deployed one small app in heroku built on ROR, now I want to send mails. How is it possible can anyone give me a details how to do it.
When no MTA is installed, How to send an email with a cronjob? I have below entry in my cronjob? My /etc/cron.d/backup file looks like this.
MAILTO=myemail@example.com 15 11 * * * root /root/scripts/backup.sh
Can I send this email via SMTP server?