Displaying 5 results from an estimated 5 matches for "cleancode".
2009 Sep 20
5
Receive, process and send email
We wish to do the following:
1. receive an email with an attachment
2. process the email body to get some information from it
3. send an outbound email to an email address based on the information
derived from step 2. The email will include the attachment received in step
1
I'm not sure where to start with this one so any suggestions would be
appreciated.
2010 Apr 01
7
Sending mail from CLI to another SMTP host
Hi all,
Is it possible to send mail from CLI (bash, python) without any LOCAL
SMTP installed, using SMTP on another machine.
Care to give a glimpse of the code?
Thank you.
2010 Jan 02
6
mutt execution by daemon
I have a user w/o a shell that runs an app as a daemon that needs to use
mutt to email an attachment from a script.
During testing when the app was ran as root everything worked:) Now that
we obviously are running as a user w/o a shell this little bit broke. I
used mutt as I needed to send the attachment as mime, and the ability
to specify a muttrc from the cli when executed was useful so we
2013 Jul 21
8
When no MTA is installed, How to send an email with a cronjob?
Hi,
When no MTA is installed, How to send an email with a cronjob?
I have below entrty in my cronjob?
my /etc/cron.d/backup file looks like this.
MAILTO=myemail at example.com
15 11 * * * root /root/scripts/backup.sh
Can I send this email via SMTP server?
Hope to hear from you.
--
Thank you
Indunil Jayasooriya
http://www.theravadanet.net/
2005 Jul 07
8
Mass mail performance
How does Action Mailer perform when sending out say 3,000 emails? I
know the answer will have a lot to do with the hardware, but in general,
is Action Mailer up to the task of completing an operation like this in
reasonable time?