Welcome To Snipplr
Everyone's Recent Snippets Tagged mail
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This function validate a mail address in a smart way: if the address to validate has a correct syntax (checked with regular expression), it tries to connect to the mx server of the address. This means that the program have to use the smtp protocol to...
3
1060
posted 14 years ago by ginoplusio
This command will email the contents of emailbody.txt to [email protected] with the subject My subject line.
0
940
posted 14 years ago by webonomic
Change 'username' (twice!) with your imap username,'password'with your imap password, and 'example.com' (twice!) with the url of your imap mailserver.
Works on: Ubuntu with Evolution, sqlite3 and archivemail installed.
Evolution is required beca...
1
961
posted 14 years ago by berkes
the user sees the confirmation page immedeateley. this is helpful if the mail() function takes some time
0
817
posted 15 years ago by miebach
This is the default Mail-Config file mail-service.xml by JBoss with the additional line for authentication.
0
826
posted 15 years ago by mahome
Simple Mail Example.
Tags: SMTP, Mail, Java
[JavaMail (Sun)](http://java.sun.com/products/javamail/)
[JavaMail (Galileo)](http://openbook.galileocomputing.de/javainsel8/javainsel_18_012.htm#mj2a4110a634c82a3f676d8f87a50d6567)
1
921
posted 15 years ago by mahome
This source code uses the xml file posted here(http://snipplr.com/view/4138/backup-script2--confg-file/) to know which file should be sent and mailing configuration.
0
650
posted 15 years ago by mjsmagalhaes
This gets the current page addr. and send it...
Modify form action="" to send values to proper mail function - or - class.
3
860
posted 16 years ago by skywalker
Over time, your Mac's Mail program can start to feel sluggish because, like any database, over time it needs to optimized.
4
1004
posted 17 years ago by jonhenshaw
Sends mail to the e-mail address specified. Supports attaching files, multi-part message, and e-mail encodings. Works well with Asian cell phones.
2
1207
posted 17 years ago by IanLewis
Save this snippet via Safari as webarchive and replace an already created signature with this webarchive. Signatures are stored under ~/Library/Mail/Signatures
2
928
posted 18 years ago by AlexK