Nor does sendmail:
cat /etc/ssmtp/ssmtp.conf
xi@xsi ~ $ cat /etc/conf.d/net
xi@xsi ~ $ cat /etc/conf.d/net
How to send via sendmail without any other outer mail? I just want to send by testing sendmail on command line. Which minimum amount of setup work do I have to do (generally)?
To: ***mytestmail@gmail.com
Subject: Put a subject here
From: nobody@xidev.tk
BODY
BODY
BODY
(I don't really need any email-server
I need activation email with php, thanks)
Who's got working mail() via sendmail? How did you set it up to work?
I was advised to use msmtp. As far as I could see some people defend the position of setting up the outer mail. I don't know it - how it's called "relay ".. I don't need it IF IT'S POSSIBLE. Another wide-spread opinion in google search results is to ask a provider to write a PTR record into outer DNS zone.
I HOPE NOT and hope I will silently send my activation hash to user's email after registration from my peaceful home without disturbing any providers support or other services.
(Gentoo Linux)
I'm waiting for your help, I wish the way of learning sendmail and php mail() will be just full of just-needed information ...PHPmailers.. libraries - rather not.
However, you might prove to me that's simply just to learn email protocol and write my own php..
(like it was on #gentoo channel:
Quote:
17:11 < xsi> How to send via sendmail without any other outer mail? Which minimum amount of setup work do I have to do
(generally)?
17:11 < Cheaterman> Also if what you need is Arch, just use it x) anyways.
17:11 < Cheaterman> xsi: With sendmail? very little
17:11 < xsi> )
17:11 < Cheaterman> You don't wanna use it to receive e-mails do you?
17:11 < xsi> no
17:11 < Cheaterman> Then you should be fine
17:11 < Cheaterman> Merely install the thingy and you should be good to go xsi
I'm such a green newbie even in js ..guys.. PHP xD .. and apart I see the immense fields of standards huge & cumbersome
....
1. What to write in each config php.ini httpd.conf ssmtp.conf
2. What parameters to write to sendmail to just test
3. What I must put into other system-wide config files?
ssmtp won't work until you configure it. See all those 'not sets'? They're not set.
You need to set at least 'mailhub', 'AuthUser', and 'AuthPass' in ssmtpd.conf for it to try to connect to a mail server. What those are, depends on what email and mail server you want it to connect to.
I am having trouble getting mail to work on a red hat server. At first I was getting this message.
Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused
Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
On both Solaris 10 and RHEL, we would like to configure sendmail in such a way that the email sent from the server should only go to a particular domain. For eg. We want our server to ONLY send the mail to <user_name>@abc.com. All other domains should be blocked/restricted. The server should not... (0 Replies)
Hello,
I am using centos-6.2
I have apache server,php5 on my system and I want to send mail using sendmail on my system.
when I try to send mail from shell that time mail is succesfully sent to respective address()
but when I try to send it through webbrowser I am not able to send it.... (1 Reply)
Hi all,
I want to send a mail for my business needs from outlook account to an unix server (HP-UX) but I don't send any mail. While I can send from the unix server to my outlook account, I can't send from outlook to unix.
How can I achieve this ? How can I send a mail from my outlook or other... (2 Replies)
i have sun machines having solaris 9 & 10 OS . Now i need to send mail from the machines to my outlook account . I have the ip adress of OUTLOOK mail server. Now what are the setting i need to do in solaris machines so that i can use mailx or sendmail.
actually i am trying to automate the high... (2 Replies)
Hi,
I am facing a (for me and coworkers) strange behaviour. When I stop sendmail on a plain AIX 5.3 testing box (there is definetly no sendmail process left running anymore), I am still able to send mails to remote addresses via the mail command. I tried that on another box which is not a... (6 Replies)
Hi
The below script working when we are sending the html as attachment can u please guide how to send thesmae data in table form direct in the mail and not in mail attachment .
cat Employee.sql
SET VERIFY OFF
SET PAGESIZE 200
SET MARKUP HTML ON SPOOL ON PREFORMAT OFF ENTMAP ON -
HEAD... (0 Replies)
Hello,
I am new to perl and need to create a script that will read a file and pull a name from the file and send e-mail.
How can I use the following awk statement in a perl script?
grep UNIXadmins /root/mail.conf | awk '{ print $2}'
and use the output to send a e-mail.
Any help would... (1 Reply)
Using Mailx command i.e
mailx -s "subject" chinni@hotmail.com < \tmp\chin
this command executed sucessfully but not able to receive the mail in chinni@hotmail.com
please help. (1 Reply)
hi, Gurus,
I need some help with sending mail out from my UNIX server:
It is running Solaris 2.6 and the sendmail version is 8.8.
Output of :/usr/lib/sendmail -d0.1 -bt < /dev/null
Version 8.8.8+Sun
Compiled with: LOG MATCHGECOS MIME7TO8 MIME8TO7 NAMED_BIND NDBM NETINET
... (5 Replies)